Skip to content

docs: remove implemented superpowers planning artifacts - #5

Merged
MrBenJ merged 1 commit into
mainfrom
docs/remove-superpowers-planning-artifacts
May 21, 2026
Merged

docs: remove implemented superpowers planning artifacts#5
MrBenJ merged 1 commit into
mainfrom
docs/remove-superpowers-planning-artifacts

Conversation

@MrBenJ

@MrBenJ MrBenJ commented May 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Delete docs/superpowers/ (3 specs + 3 plans) — the planning artifacts describe work that has already shipped, and keeping them risks future readers mistaking historical planning for current design.
  • Remove the now-broken "Project layout" section from README.md that pointed to two of the deleted files.

Test plan

  • uv run ruff check . clean
  • uv run mypy clean
  • uv run pytest — 88/88 passing
  • grep -r superpowers finds no remaining references in tracked sources

🤖 Generated with Claude Code

The spec/plan files under docs/superpowers/ described work that has
already shipped — keeping them around invites future readers to mistake
historical planning for current design. The README pointer to two of
the deleted files is removed in the same commit so no broken links
remain.

No test added — docs-only change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@aria-teknal-studio

Copy link
Copy Markdown
Contributor

Findings: none.

I reviewed the patch as a docs-only removal: README no longer links to the deleted planning artifacts, and a tracked-source search shows no remaining references to docs/superpowers.

Verification:

  • GitHub Actions pytest + ruff + mypy is passing on the PR.
  • Local verification on the PR branch passed: uv run ruff check . && uv run mypy && uv run pytest (88 tests).

Residual risk is low and limited to historical/reference documentation loss: this PR deletes planning artifacts rather than runtime code, auth logic, networking, process management, or packaging behavior.

@MrBenJ
MrBenJ merged commit da7c06c into main May 21, 2026
1 check passed
@MrBenJ
MrBenJ deleted the docs/remove-superpowers-planning-artifacts branch May 21, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants