refactor(ux): consolidate BMAD skills, update design system, and clean up Prisma generated client

This commit is contained in:
Sepehr Ramezani
2026-04-19 19:21:27 +02:00
parent 5296c4da2c
commit 25529a24b8
2476 changed files with 127934 additions and 101962 deletions

35
mcp-server/opencode.json Normal file
View File

@@ -0,0 +1,35 @@
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"analyst": {
"prompt": "{file:./.bmad-core/agents/analyst.md}"
},
"architect": {
"prompt": "{file:./.bmad-core/agents/architect.md}"
},
"bmad-master": {
"prompt": "{file:./.bmad-core/agents/bmad-master.md}"
},
"bmad-orchestrator": {
"prompt": "{file:./.bmad-core/agents/bmad-orchestrator.md}"
},
"dev": {
"prompt": "{file:./.bmad-core/agents/dev.md}"
},
"pm": {
"prompt": "{file:./.bmad-core/agents/pm.md}"
},
"po": {
"prompt": "{file:./.bmad-core/agents/po.md}"
},
"qa": {
"prompt": "{file:./.bmad-core/agents/qa.md}"
},
"sm": {
"prompt": "{file:./.bmad-core/agents/sm.md}"
},
"ux-expert": {
"prompt": "{file:./.bmad-core/agents/ux-expert.md}"
}
}
}