You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
bcode
committed
simplify: delete customize-opencode entirely, no env-var gate
Per user: env-var gate added unnecessary surface area. The skill teaches opencode.json schema authoring; for BrowserCode that's the wrong product surface, so don't ship it at all. Removes the const + import + registration block (about 17 lines), and the now-orphaned 377-line prompt body. Net diff: -388 lines.
"Use ONLY when the user is editing or creating opencode's own configuration: opencode.json, opencode.jsonc, files under .opencode/, or files under ~/.config/opencode/. Also use when creating or fixing opencode agents, subagents, skills, plugins, MCP servers, or permission rules. Do not use for the user's own application code, or for any project that is not configuring opencode itself."
0 commit comments