24 lines
585 B
JSON
24 lines
585 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": "@.ai/commands/sketch.md\n\nArguments: $ARGUMENTS",
|
|
"agent": "build"
|
|
},
|
|
"sketch-sync": {
|
|
"description": "Apply an approved OpenSpec change and sync Forgejo",
|
|
"template": "@.ai/commands/sketch.md\n\nMode: sync\nArguments: $ARGUMENTS",
|
|
"agent": "build"
|
|
}
|
|
}
|
|
}
|