Files
home-manager/tests/modules/programs/opencode/settings-ordered-permissions.json
T
Austin Horstman b9a29e51c5 opencode: support ordered settings entries
Use the shared DAG-aware JSON generator for programs.opencode.settings so order-sensitive permission rules can be expressed with lib.hm.dag entries.

Add a focused NMT test for last-match-wins permission output and news for existing opencode users.
2026-06-18 07:59:18 -05:00

10 lines
137 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"zz *": "ask",
"aa *": "allow"
}
}
}