feat: opencode plugin (#142)

Co-authored-by: Rich Harris <hello@rich-harris.dev>
This commit is contained in:
Paolo Ricciuti
2026-01-16 18:41:02 +01:00
committed by GitHub
parent 75c802a115
commit 398a703580
24 changed files with 578 additions and 27 deletions

View File

@@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["!@sveltejs/mcp"]
"ignore": ["!@sveltejs/mcp", "!@sveltejs/opencode"]
}