feat(P02): opencode integration layer (#2)

18 CI agents, 11 workflows, 11 commands, 5 references, 3 contexts. Zero learnship dependencies.
This commit was merged in pull request #2.
This commit is contained in:
2026-05-29 13:27:29 +00:00
parent eedcdd4282
commit 2f738c33b7
50 changed files with 3113 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$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"
}
}
}