- AGENTS.md / CLAUDE.md: tell any agent (Claude Code, astroagent, Codex) what the base is and the exact fresh-clone setup flow (new-site.sh / configure.mjs / build) - configure.mjs: stamp astroagent ai.agentUser as <slug>-agent (was stale 'comiida-agent') Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SYHWLHihq3v9nxNwoPCKSn
29 lines
618 B
JSON
29 lines
618 B
JSON
{
|
|
"name": "seedproject-site",
|
|
"url": "https://example.com",
|
|
"appDir": "app",
|
|
"outDir": "public",
|
|
"buildCommand": "npm run build",
|
|
"contentDir": "app/src/content/blog",
|
|
"deploy": {
|
|
"type": "local-apache",
|
|
"chown": "www:www"
|
|
},
|
|
"ai": {
|
|
"model": "claude-sonnet-4-6",
|
|
"tools": "Read Write Edit Glob Grep WebSearch",
|
|
"confine": true,
|
|
"agentUser": "seedproject-site-agent",
|
|
"skills": [
|
|
"brand",
|
|
"ui-ux",
|
|
"seo"
|
|
]
|
|
},
|
|
"console": {
|
|
"port": 3011,
|
|
"route": "/devconsole",
|
|
"tokenFile": "content-pipeline/.env",
|
|
"tokenKey": "ADMIN_TOKEN"
|
|
}
|
|
}
|