seedproject-web/astroagent.config.json

35 lines
775 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"
},
"agents": {
"enabled": ["in-page-console", "project-builder", "web-designer", "qa"],
"settings": {
"qa": { "heartbeatMin": 60, "autofix": true }
}
}
}