Revert "feat: echo skill base directory in use-skill"

This reverts commit a08f7de64b.
This commit is contained in:
Jesse Vincent
2025-11-28 22:48:40 -08:00
parent a08f7de64b
commit e416a0e105
2 changed files with 1 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
- 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`).
---