Skip to content

fix: untrack docs/superpowers/ files that violate .gitignore - #98

Merged
getappz merged 1 commit into
masterfrom
fix/untrack-gitignored-superpowers-docs
Jul 8, 2026
Merged

fix: untrack docs/superpowers/ files that violate .gitignore#98
getappz merged 1 commit into
masterfrom
fix/untrack-gitignored-superpowers-docs

Conversation

@getappz

@getappz getappz commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • .gitignore excludes /docs/superpowers/ entirely, but 5 files under it (spec-driven-development planning/spec docs) were committed anyway before that rule took effect.
  • This blocks release-plz release-pr (triggered via ci: allow manual dispatch of release-plz workflow #97's new workflow_dispatch), which refuses to compute a version bump when tracked files match an active .gitignore pattern:
    the working directory of this project has uncommitted changes...
    If these files are both committed and in .gitignore, either delete them or remove them from .gitignore.
    
  • git rm --cached on the 5 offending files — kept on disk locally, just no longer tracked, consistent with the existing .gitignore intent for the whole directory.

Test plan

  • git status confirms the files are untracked but still present on disk
  • After merge, re-run the release-plz workflow to confirm release-pr no longer fails on this check

Summary by CodeRabbit

  • Documentation
    • Removed several outdated planning and design documents from the docs area.
    • Cleaned up references to older implementation notes and specs so the documentation set is easier to navigate.

.gitignore excludes /docs/superpowers/ (local spec-driven-development
planning docs, not meant to ship in the repo), but 5 files under it
were committed anyway. release-plz's release-pr command refuses to
run when tracked files match an active .gitignore pattern:

  the working directory of this project has uncommitted changes...
  If these files are both committed and in .gitignore, either
  delete them or remove them from .gitignore.

Untrack them (kept on disk locally, just no longer in the index) so
the .gitignore rule's intent actually holds and release-plz can run.
@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: f0cc8367-f1ba-448d-a587-5cac5bab4b23

📥 Commits

Reviewing files that changed from the base of the PR and between e7aaf40 and e6c2c2d.

📒 Files selected for processing (5)
  • docs/superpowers/plans/2026-07-07-auth-phase2-rotation.md
  • docs/superpowers/plans/2026-07-07-cli-refactor-mise.md
  • docs/superpowers/plans/2026-07-07-ponytail-l1-integration.md
  • docs/superpowers/specs/2026-07-07-auth-phase2-rotation-design.md
  • docs/superpowers/specs/2026-07-07-ponytail-l1-integration-design.md
💤 Files with no reviewable changes (5)
  • docs/superpowers/plans/2026-07-07-ponytail-l1-integration.md
  • docs/superpowers/specs/2026-07-07-auth-phase2-rotation-design.md
  • docs/superpowers/specs/2026-07-07-ponytail-l1-integration-design.md
  • docs/superpowers/plans/2026-07-07-auth-phase2-rotation.md
  • docs/superpowers/plans/2026-07-07-cli-refactor-mise.md

📝 Walkthrough

Walkthrough

This change deletes five markdown documentation files from docs/superpowers/plans and docs/superpowers/specs directories, covering auth phase 2 rotation, CLI refactor, and ponytail L1 integration plans and design specs. No source code or functional logic is affected.

Changes

Cohort / File(s) Summary
Documentation deletions
docs/superpowers/plans/2026-07-07-auth-phase2-rotation.md, docs/superpowers/plans/2026-07-07-cli-refactor-mise.md, docs/superpowers/plans/2026-07-07-ponytail-l1-integration.md, docs/superpowers/specs/2026-07-07-auth-phase2-rotation-design.md, docs/superpowers/specs/2026-07-07-ponytail-l1-integration-design.md
Removes planning and design documentation files with no accompanying code changes.

Estimated code review effort: 1 (Trivial) | ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description misses required template sections and the standard test-plan checklist items, so it is incomplete. Add the cargo test/clippy/fmt checklist items and include the Notes for reviewers section with risk areas and backwards compatibility.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the change: untracking five docs/superpowers files to align with .gitignore.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/untrack-gitignored-superpowers-docs

Comment @coderabbitai help to get the list of available commands.

@getappz
getappz merged commit fcde484 into master Jul 8, 2026
9 checks passed
@getappz
getappz deleted the fix/untrack-gitignored-superpowers-docs branch July 8, 2026 08:27
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