fix(opencode): .opencode/package.json 을 git 에 — 없으면 OpenCode 가 커스텀 툴을 조용히 스킵(고객사 실측)

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
lee-hyeon-cheol
2026-09-21 16:57:51 +09:00
co-authored by Claude Fable 5.1
parent 5c78edcaa5
commit cdc02a65c0
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,4 @@
node_modules
package-lock.json
bun.lock
.gitignore
@@ -0,0 +1,5 @@
{
"dependencies": {
"@opencode-ai/plugin": "1.18.6"
}
}