Files
nixos-config/home/yolo/opencode.json
T
Miguel Palhas 9b4a2b44dc
CI / lint (push) Successful in 29s
CI / eval (push) Successful in 2m1s
feat(opencode): allow bash on yolo only
Global config keeps bash at "ask", which stalls every unattended opencode
session on git and grep. yolo runs the PR daemon's reviewers, so the prompt
is a deadlock there rather than a gate.

Merges like claude-settings.json: home/yolo/opencode.json holds only the
override, so agents, commands and skills still come from common. Reviewers
run on branches under review, so this drops that prompt too.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-20 11:25:08 +01:00

6 lines
46 B
JSON

{
"permission": {
"bash": "allow"
}
}