Add missing opencode.json for Hugh — fix permission auto-reject

Hugh (opencode_local) had no opencode.json, so opencode defaulted
to rejecting file access outside his cwd. This blocked him from
accessing .github/workflows/ in other repos.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 21:37:17 -04:00
parent f4db862e38
commit 34f4e2a8cb
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ cmo/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json
product/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md .mcp.json
engineering/
gandalf/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md
hugh/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md
hugh/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json
patty/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json
regina/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md
```
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": "allow",
"experimental": {
"snapshots": false
}
}