chore: untrack docs/specs and add to gitignore - #931
Open
gdsmith1 wants to merge 1 commit into
Open
Conversation
- uncomment docs/specs/ in .gitignore - git rm -r --cached all previously-tracked docs/specs/** paths - working tree preserved; history preserved; no rewrite Related to T1 in Spec 04
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (35)
💤 Files with no reviewable changes (34)
📝 WalkthroughWalkthroughThe change activates an ignore rule for ChangesSpecification cleanup
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Untracks SDD planning artifacts under
docs/specs/so they no longer live in git. Index-only removal — no working-tree deletions, no history rewrite.What Changed
.gitignore: uncommenteddocs/specs/(line 44)git rm -r --cached docs/specs/: 34 previously-tracked files removed from indexWhy
Planning artifacts (specs, tasks, audits, proofs) are local coordination documents for the SDD workflow. They churn constantly, bloat PR diffs, and add no value to consumers of the bootcamp. Untracking removes the noise while preserving history and local files.
Verification
Ran locally on branch (all output captured in
docs/specs/04-spec-issues-and-deps-cleanup/04-proofs/04-task-01-proofs.md, which itself is now untracked — self-referential by design):git ls-files docs/specs/ | wc -l0ls docs/specs/ | wc -l9git log --oneline -1 -- docs/specs/8048702 Funny insects/keda exercise refactor (#878)assess-sdd-state.py .git diff --cached --stat.gitignore+1 line; 34 spec files deleted from indexMerge Safety
Sibling PRs in Spec 04 (tasks 2.0–8.0) are authored so none write to
docs/specs/**. Merge order between this PR and the siblings is unconstrained.Spec
Part of Spec 04 (
04-spec-issues-and-deps-cleanup), Task 1.0. Related plaintext job: untrackdocs/specs/planning artifacts.Summary by CodeRabbit
Documentation
Chores