Initial commit: Docker infrastructure for fullstack Vollversammlung app
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"agent": {
|
||||
"architekt": {
|
||||
"description": "Architektur-Design und Architektur-Review",
|
||||
"path": ".opencode/agents/architekt.md"
|
||||
},
|
||||
"db-architekt": {
|
||||
"description": "Datenbank-Design, Entities, Indizes und Mandanten-Scoping",
|
||||
"path": ".opencode/agents/db-architekt.md"
|
||||
},
|
||||
"devops-coder": {
|
||||
"description": "Docker-Konfiguration, Services, Health-Checks und Environment-Einrichtung",
|
||||
"path": ".opencode/agents/devops-coder.md"
|
||||
},
|
||||
"backend-coder": {
|
||||
"description": "Symfony Boilerplate, Entities, CRUD-Controller und OAuth-Integration",
|
||||
"path": ".opencode/agents/backend-coder.md"
|
||||
},
|
||||
"frontend-coder": {
|
||||
"description": "React boilerplate, Router, State-Management und View-Komponenten",
|
||||
"path": ".opencode/agents/frontend-coder.md"
|
||||
},
|
||||
"tester": {
|
||||
"description": "Unit-, Functional-, E2E- und Integrationstests",
|
||||
"path": ".opencode/agents/tester.md"
|
||||
},
|
||||
"security-reviewer": {
|
||||
"description": "OAuth-Sicherheit, Datenisolation, JWT/Session-Handling und SQL-Injection-Prüfung",
|
||||
"path": ".opencode/agents/security-reviewer.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user