fixed things
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user