feat(skill): built-in opencode-meta skill (#26617)
This commit is contained in:
parent
79d6b10d7c
commit
10ea59066f
5 changed files with 393 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ process.env["XDG_CONFIG_HOME"] = path.join(dir, "config")
|
|||
process.env["XDG_STATE_HOME"] = path.join(dir, "state")
|
||||
process.env["OPENCODE_MODELS_PATH"] = path.join(import.meta.dir, "tool", "fixtures", "models-api.json")
|
||||
process.env["OPENCODE_EXPERIMENTAL_EVENT_SYSTEM"] = "true"
|
||||
// Tests assert exact skill counts from disk discovery; the built-in
|
||||
// customize-opencode skill is opt-in for stable channels and on by default
|
||||
// for unstable channels (including "local" where CI runs). Disable it here
|
||||
// so disk-discovery tests aren't off-by-one.
|
||||
process.env["OPENCODE_EXPERIMENTAL_CUSTOMIZE_SKILL"] = "false"
|
||||
|
||||
// Set test home directory to isolate tests from user's actual home directory
|
||||
// This prevents tests from picking up real user configs/skills from ~/.claude/skills
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue