Documents the delete-on-merge pattern for stacked/chained PRs in CLAUDE.md
Removes the docs/superpowers/ development planning notes
Details
CLAUDE.md — Chained PR guidance
Adds a note under Git Conventions explaining that deleting each branch after merge causes Gitea/GitHub to automatically retarget downstream PRs, keeping a chain collapsing cleanly into main.
Remove docs/superpowers/
The two planning/spec files (plans/2026-04-07-capslock-mod.md, specs/2026-04-07-capslock-mod-design.md) were ephemeral development notes. Now that the features are merged with descriptive commit messages and PR summaries, they are no longer needed.
Commits
docs(CLAUDE.md): document delete-on-merge pattern for stacked PRs
chore: remove superpowers development notes
## Summary
- Documents the delete-on-merge pattern for stacked/chained PRs in `CLAUDE.md`
- Removes the `docs/superpowers/` development planning notes
## Details
### CLAUDE.md — Chained PR guidance
Adds a note under Git Conventions explaining that deleting each branch after merge causes Gitea/GitHub to automatically retarget downstream PRs, keeping a chain collapsing cleanly into `main`.
### Remove docs/superpowers/
The two planning/spec files (`plans/2026-04-07-capslock-mod.md`, `specs/2026-04-07-capslock-mod-design.md`) were ephemeral development notes. Now that the features are merged with descriptive commit messages and PR summaries, they are no longer needed.
### Commits
- `docs(CLAUDE.md): document delete-on-merge pattern for stacked PRs`
- `chore: remove superpowers development notes`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
CLAUDE.mddocs/superpowers/development planning notesDetails
CLAUDE.md — Chained PR guidance
Adds a note under Git Conventions explaining that deleting each branch after merge causes Gitea/GitHub to automatically retarget downstream PRs, keeping a chain collapsing cleanly into
main.Remove docs/superpowers/
The two planning/spec files (
plans/2026-04-07-capslock-mod.md,specs/2026-04-07-capslock-mod-design.md) were ephemeral development notes. Now that the features are merged with descriptive commit messages and PR summaries, they are no longer needed.Commits
docs(CLAUDE.md): document delete-on-merge pattern for stacked PRschore: remove superpowers development notes