chore: gitignore superpowers plan files#3550
Conversation
Two spec docs linked to the plan file that was just git-rm'd. Remove the dangling references so the link linter passes. Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
|
🤖 Finished Review · ✅ Success · Started 12:55 PM UTC · Completed 1:05 PM UTC |
Site previewPreview: https://2d488759-site.fullsend-ai.workers.dev Commit: |
PR Summary by QodoIgnore superpowers plan drafts and remove broken spec links
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
1. README references deleted plan
|
| @@ -1,1213 +0,0 @@ | |||
| # Fullsend admin installation SPA Implementation Plan | |||
There was a problem hiding this comment.
1. Readme references deleted plan 🐞 Bug ⚙ Maintainability
After deleting docs/superpowers/plans/2026-04-12-fullsend-admin-spa.md, web/admin/README.md still points to that file as the source of truth for production packaging. This leaves misleading documentation and sends contributors to a path that no longer exists.
Agent Prompt
### Issue description
`web/admin/README.md` references an implementation plan file that this PR deletes (`docs/superpowers/plans/2026-04-12-fullsend-admin-spa.md`). Readers will be directed to a non-existent path.
### Issue Context
This PR also adds `docs/superpowers/plans/*.md` to `.gitignore`, indicating these plan docs should no longer be treated as tracked project artifacts.
### Fix Focus Areas
- web/admin/README.md[7-7]
Update the sentence to either:
- point to the relevant *spec* docs that remain tracked (e.g. `docs/superpowers/specs/2026-04-06-fullsend-admin-spa-design.md` and/or `2026-04-21-fullsend-admin-spa-ux-design.md`), or
- remove the plan reference entirely if there is no replacement canonical doc.
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ReviewFindingsMedium
|
|
🤖 Finished Retro · ✅ Success · Started 2:41 PM UTC · Completed 2:50 PM UTC |
Retro: PR #3550 — chore: gitignore superpowers plan filesTimeline: ralphbean opened this human-authored PR at 12:54 UTC on 2026-07-08. It added Key observations:
Proposals
Proposals filed
|
Summary
docs/superpowers/plans/*.mdto.gitignore— these are local working documents generated by the planning skill, not project artifactsgit rmall 10 tracked plan filesTest plan
🤖 Generated with Claude Code