16 lines
459 B
JSON
16 lines
459 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"agent": {
|
|
"claudian-aux-passive": {
|
|
"description": "Internal Claudian no-tool agent for OpenCode auxiliary tasks.",
|
|
"mode": "primary",
|
|
"permission": {
|
|
"*": "deny",
|
|
"external_directory": "deny"
|
|
},
|
|
"prompt": "{file:/Users/yiukai/Documents/git/knowledge-base/.claudian/opencode/aux/title-gen/system.md}"
|
|
}
|
|
},
|
|
"default_agent": "claudian-aux-passive"
|
|
}
|