34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|