superpowers/tests
Jesse Vincent 2d942f3b01 fix(opencode): align skills path across bootstrap, runtime, and tests
The bootstrap text advertised a configDir-based skills path that didn't
match the runtime path (resolved relative to the plugin file). Tests
used yet another hardcoded path and referenced a nonexistent lib/ dir.

- Remove misleading skills path from bootstrap text; the agent should
  use the native skill tool, not read files by path
- Fix test setup to create a consistent layout matching the plugin's
  ../../skills resolution
- Export SUPERPOWERS_SKILLS_DIR from setup.sh so tests use a single
  source of truth
- Add regression test that bootstrap doesn't advertise the old path
- Remove broken cp of nonexistent lib/ directory

Fixes #847
2026-03-31 11:51:22 -07:00
..
brainstorm-server Separate brainstorm server content and state into peer directories 2026-03-25 11:03:53 -07:00
claude-code fix: replace bare except with except Exception 2026-03-09 17:10:07 -07:00
explicit-skill-requests fix: use portable shebang #!/usr/bin/env bash in all shell scripts 2026-03-15 18:38:04 +00:00
opencode fix(opencode): align skills path across bootstrap, runtime, and tests 2026-03-31 11:51:22 -07:00
skill-triggering fix: use portable shebang #!/usr/bin/env bash in all shell scripts 2026-03-15 18:38:04 +00:00
subagent-driven-dev fix: use portable shebang #!/usr/bin/env bash in all shell scripts 2026-03-15 18:38:04 +00:00