Superpowers plans and specs inside docs/ cause MkDocs warnings #18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docs/ directory contains superpowers/plans/ and superpowers/specs/ subdirectories created by the superpowers skill. These are implementation artifacts, not user-facing documentation, so they do not belong in docs/. MkDocs warns about them on every build because they exist in the docs directory but are not included in the nav. Fix: delete the existing docs/superpowers/ tree, add an exclude_docs pattern to mkdocs.yml as a safety net, and override the default save location in the project CLAUDE.md so future plans/specs are written to .superpowers/ at the repo root instead.