superpowers/tests/opencode
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
..
run-tests.sh chore: remove dead lib/skills-core.js and its tests 2026-03-09 17:40:52 -07:00
setup.sh fix(opencode): align skills path across bootstrap, runtime, and tests 2026-03-31 11:51:22 -07:00
test-plugin-loading.sh fix(opencode): align skills path across bootstrap, runtime, and tests 2026-03-31 11:51:22 -07:00
test-priority.sh fix(opencode): align skills path across bootstrap, runtime, and tests 2026-03-31 11:51:22 -07:00
test-tools.sh test: add automated test suite for opencode plugin 2025-11-23 12:28:58 -08:00