Skip to content

PDX-0: chore(docs): untrack docs/bug-reports and ignore the directory#224

Merged
mrdailey99 merged 1 commit into
developfrom
chore/untrack-bug-reports
Jun 8, 2026
Merged

PDX-0: chore(docs): untrack docs/bug-reports and ignore the directory#224
mrdailey99 merged 1 commit into
developfrom
chore/untrack-bug-reports

Conversation

@mrdailey99

Copy link
Copy Markdown
Collaborator

Summary

  • The testrun ENOBUFS bug report (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, but docs/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 --cached the tracked report (the author's local copy is preserved) and add docs/bug-reports/ to .gitignore so investigation notes can't be committed by accident.

Why land before the 1.6.1 promote

Landing this on develop before PR #223 (develop → main) merges keeps the file out of main / the 1.6.1 release as well.

Changes

  • .gitignore: ignore docs/bug-reports/
  • removed docs/bug-reports/testrun-enobufs-stream-to-file.md from tracking (kept locally)

Test plan

  • no code change; pre-commit lint + pre-push build/test pass
  • git check-ignore docs/bug-reports/<file> confirms the directory is now ignored

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.
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Quality Orchestrator

🟢 LOW · 0 / 100 · All changed files have mapped tests.


No test files mapped.


⚡ quality-orchestrator  ·  /qo stub <file>  ·  qo analyze-local

@mrdailey99
mrdailey99 merged commit 748e931 into develop Jun 8, 2026
4 checks passed
@mrdailey99
mrdailey99 deleted the chore/untrack-bug-reports branch June 8, 2026 19:57
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