Clean-room copy of the reusable engines from comiida, with all instance data, secrets, dependencies, and build output excluded: - app/ Astro theme skeleton (no comiida blog posts; hero image -> placeholder) - api/ SeedProject PHP framework (no vendor/.env/config.php) - content-pipeline/ engine only (scripts/admin/prompts; empty runtime state) - astroagent.config.json + app/.astroagent/skills Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SYHWLHihq3v9nxNwoPCKSn
29 lines
600 B
JSON
29 lines
600 B
JSON
{
|
|
"name": "comiida",
|
|
"url": "https://comiida.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": "comiida-agent",
|
|
"skills": [
|
|
"brand",
|
|
"ui-ux",
|
|
"seo"
|
|
]
|
|
},
|
|
"console": {
|
|
"port": 3011,
|
|
"route": "/devconsole",
|
|
"tokenFile": "content-pipeline/.env",
|
|
"tokenKey": "ADMIN_TOKEN"
|
|
}
|
|
}
|