From 34f4e2a8cb4938c0bc22d8a61b5284ca40c4e2c9 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 24 Mar 2026 21:37:17 -0400 Subject: [PATCH] =?UTF-8?q?Add=20missing=20opencode.json=20for=20Hugh=20?= =?UTF-8?q?=E2=80=94=20fix=20permission=20auto-reject?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- COMPANY.md | 2 +- engineering/hugh/opencode.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 engineering/hugh/opencode.json diff --git a/COMPANY.md b/COMPANY.md index 9d1cd6a..4995d74 100644 --- a/COMPANY.md +++ b/COMPANY.md @@ -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 ``` diff --git a/engineering/hugh/opencode.json b/engineering/hugh/opencode.json new file mode 100644 index 0000000..2cb8e17 --- /dev/null +++ b/engineering/hugh/opencode.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow", + "experimental": { + "snapshots": false + } +} \ No newline at end of file