meat/opencode.json
2026-08-04 10:31:05 +02:00

24 lines
593 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"instructions": [
"AGENTS.md",
".agents/rules/**/*.md"
],
"skills": {
"paths": [
".agents/skills"
]
},
"command": {
"sketch": {
"description": "Apply an approved OpenSpec change",
"template": "@.agents/commands/sketch.md\n\nArguments: $ARGUMENTS",
"agent": "build"
},
"sketch-sync": {
"description": "Apply an approved OpenSpec change and sync Forgejo",
"template": "@.agents/commands/sketch.md\n\nMode: sync\nArguments: $ARGUMENTS",
"agent": "build"
}
}
}