Establishes the deploy baseline on main so the admin agent's publish/rollback has a clean starting point. Everything built to date: sumi-e brand system, homepage, projects (DB-driven case studies), resume, about, services + website-design detail, contact form + DB, changelog, favicon + share card. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DoFYZY9gkGPNDqZ7NuEa9a
29 lines
603 B
JSON
29 lines
603 B
JSON
{
|
|
"name": "carlos-arias",
|
|
"url": "https://carlosarias.co",
|
|
"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": "carlos-arias-agent",
|
|
"skills": [
|
|
"brand",
|
|
"ui-ux",
|
|
"seo"
|
|
]
|
|
},
|
|
"console": {
|
|
"port": 3011,
|
|
"route": "/devconsole",
|
|
"tokenFile": "agents/.env",
|
|
"tokenKey": "ADMIN_TOKEN"
|
|
}
|
|
}
|