Files
ci/opencode/opencode.json
T
grimacing 2f738c33b7 feat(P02): opencode integration layer (#2)
18 CI agents, 11 workflows, 11 commands, 5 references, 3 contexts. Zero learnship dependencies.
2026-05-29 13:27:29 +00:00

14 lines
309 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"permission": {
"read": {
"~/.config/opencode/learnship/*": "allow",
"~/.config/opencode/ci/*": "allow"
},
"external_directory": {
"~/.config/opencode/learnship/*": "allow",
"~/.config/opencode/ci/*": "allow"
}
}
}