Files
job-forge/.claude/settings_local_json.json
2025-08-02 16:20:23 -04:00

53 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(*)",
"Git(*)",
"Node(*)",
"npm(*)",
"Docker(*)"
],
"deny": []
},
"project": {
"name": "Job Forge Project",
"type": "web-application",
"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/devops.md",
"agents/qa.md"
]
},
"templates": {
"api_documentation": "templates/api-docs.md",
"testing_guide": "templates/testing.md",
"deployment_guide": "templates/deployment.md"
},
"workflow": {
"sprint_length": "1_week",
"deployment_strategy": "continuous",
"quality_gates": true,
"default_agent": "CLAUDE.md"
},
"development": {
"environments": [
"development",
"staging",
"production"
],
"testing_required": true,
"code_review_required": true
},
"$schema": "https://json.schemastore.org/claude-code-settings.json"
}