Skip to content

chore: stop tracking superpowers plans and specs - #52

Open
ACEFGI wants to merge 1 commit into
mainfrom
chore/untrack-superpowers
Open

ACEFGI wants to merge 1 commit into
mainfrom
chore/untrack-superpowers

Conversation

@ACEFGI

@ACEFGI ACEFGI commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Stops tracking the 8 committed plans and specs under .claude/superpowers/ and adds that path to .gitignore. They're agent working files from past sessions, not project docs. They stay in git history.
  • Rewrites the CLAUDE.md bullet about plan/spec working files so it no longer names the tool.
  • The .worktrees/ comment in .gitignore no longer credits a superpowers skill.
  • The existing docs/superpowers/, examples/*/docs/superpowers/ and .superpowers/ ignores and the idf_component.yml exclude all stay, so local output still can't get committed or published.

Nothing is published differently: library.json exports only src/ and the like, and idf_component.yml already excludes .claude/**.

Existing checkouts

Pulling this deletes .claude/superpowers/ from your working tree. Git removes files deleted upstream even when they're ignored. To keep a local copy, run this once after pulling:

git restore --source=<this PR's merge commit>^ --worktree -- .claude/superpowers

This is one of a set of PRs that removes superpowers from hawthorn-firmware and its submodules (courier, resident). It also removes the last napkin mention, which was inside one of these plans.

Test plan

  • git grep -i superpowers matches only ignore and exclude lines, and nothing links to the untracked files
  • Simulated an existing clone: pulling removes the directory, the restore command brings back all 8 files, and git status stays clean
  • CI is green

🤖 Generated with Claude Code

.claude/superpowers/ holds per-developer plan/spec working files from an
agent skill set, not shared project docs. Untrack it and ignore it, so
existing checkouts can keep a local copy that never gets re-added.
CLAUDE.md now describes plan/spec working files without naming the
tool, and the .worktrees/ ignore comment no longer credits a skill.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

1 participant