fixed things

This commit is contained in:
2025-08-02 16:20:23 -04:00
parent 3f2f14ac66
commit c9f25ea149
17 changed files with 231 additions and 20 deletions

View File

@@ -10,15 +10,21 @@
"deny": []
},
"project": {
"name": "SaaS Development Project",
"name": "Job Forge Project",
"type": "web-application",
"tech_stack": ["Node.js", "React", "TypeScript", "PostgreSQL"]
"tech_stack": [
"python3.12",
"fastapi",
"dash",
"mantine",
"postgresql"
]
},
"team": {
"main_orchestrator": "CLAUDE.md",
"specialist_agents": [
"agents/technical-lead.md",
"agents/full-stack-developer.md",
"agents/full-stack-developer.md",
"agents/devops.md",
"agents/qa.md"
]
@@ -35,7 +41,11 @@
"default_agent": "CLAUDE.md"
},
"development": {
"environments": ["development", "staging", "production"],
"environments": [
"development",
"staging",
"production"
],
"testing_required": true,
"code_review_required": true
},