feat: 1995
This commit is contained in:
commit
fb89263930
69 changed files with 3359 additions and 0 deletions
24
opencode.json
Normal file
24
opencode.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue