feat: add opencode.json project configuration
Sets paper-director as default agent with subagent definitions.
This commit is contained in:
parent
3372b76f6d
commit
1f8e2a15a1
21
opencode.json
Normal file
21
opencode.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"default_agent": "paper-director",
|
||||
"agent": {
|
||||
"paper-director": {
|
||||
"mode": "primary"
|
||||
},
|
||||
"paper-analyzer": {
|
||||
"mode": "subagent"
|
||||
},
|
||||
"paper-image-extractor": {
|
||||
"mode": "subagent"
|
||||
},
|
||||
"code-writer": {
|
||||
"mode": "subagent"
|
||||
},
|
||||
"test-runner": {
|
||||
"mode": "subagent"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user