PDX-0: chore(docs): untrack docs/bug-reports and ignore the directory#224
Merged
Conversation
RCA: the testrun ENOBUFS bug report was committed in PR #222, but bug reports are local working docs whose rationale belongs in commit messages and PR descriptions, not the repo tree, and the directory was never gitignored. Fix: git rm --cached the tracked report (keeping the author's local copy) and add docs/bug-reports/ to .gitignore so investigation notes stay on the author's machine and cannot be re-committed by accident.
Quality Orchestrator🟢 LOW · No test files mapped. ⚡ quality-orchestrator · |
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.
Summary
docs/bug-reports/testrun-enobufs-stream-to-file.md) was committed in PDX-513: fix(mcp): stream sf child stdio to files to prevent ENOBUFS #222, butdocs/bug-reports/is meant to be a local-only working directory — every other report in it is untracked, and bug-report rationale belongs in commit messages / PR descriptions, not the repo tree.git rm --cachedthe tracked report (the author's local copy is preserved) and adddocs/bug-reports/to.gitignoreso investigation notes can't be committed by accident.Why land before the 1.6.1 promote
Landing this on
developbefore PR #223 (develop → main) merges keeps the file out ofmain/ the 1.6.1 release as well.Changes
.gitignore: ignoredocs/bug-reports/docs/bug-reports/testrun-enobufs-stream-to-file.mdfrom tracking (kept locally)Test plan
git check-ignore docs/bug-reports/<file>confirms the directory is now ignored