feat: echo skill base directory in use-skill

This commit is contained in:
Jesse Vincent
2025-11-28 22:43:02 -08:00
parent 207a23e4d5
commit a08f7de64b
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
- Explicitly tells the model that using-superpowers is already loaded to prevent redundant skill loading
- Consolidated bootstrap content generation into shared `getBootstrapContent()` helper
- Cleaner single-implementation approach (removed fallback pattern)
- **Codex Skill Loader**: `superpowers-codex use-skill` now prints `Base directory for this skill: ...`, mirroring Claude Codes output so agents immediately know where the skills tools live (fixes confusion around locating binaries like `codex-subagent`).
---