fix: repair opencode config and project metadata

This commit is contained in:
Affaan Mustafa
2026-03-11 01:51:41 -07:00
committed by Affaan Mustafa
parent dba4c462c4
commit da4db99c94
7 changed files with 223 additions and 49 deletions

View File

@@ -148,7 +148,7 @@ You are an expert planning specialist...
"description": "Expert planning specialist...",
"mode": "subagent",
"model": "anthropic/claude-opus-4-5",
"prompt": "{file:.opencode/prompts/agents/planner.txt}",
"prompt": "{file:prompts/agents/planner.txt}",
"tools": { "read": true, "bash": true }
}
}
@@ -213,7 +213,7 @@ Create a detailed implementation plan for: $ARGUMENTS
```json
{
"instructions": [
".opencode/instructions/INSTRUCTIONS.md",
"instructions/INSTRUCTIONS.md",
"rules/common/security.md",
"rules/common/coding-style.md"
]