chore: untrack maintainer-internal docs (DECISIONS.md, CE compat evidence) - #34
Merged
Merged
Conversation
DECISIONS.md (internal design/deviation log) and docs/compatibility/ce-2026.4.md (CE preflight compatibility evidence) are maintainer notes, not appropriate for a public repository. Add both to .gitignore and remove them from tracking (they remain on the maintainer's disk). Also scrub the few "see DECISIONS.md" / compatibility-file references from tracked files (CHANGELOG and two code comments) so the public repo has no dangling links. README.md, CHANGELOG.md, and RELEASING.md stay tracked as public docs.
PF9-pushkar
added a commit
that referenced
this pull request
Jul 14, 2026
chore: untrack maintainer-internal docs (DECISIONS.md, CE compat evidence)
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.
Prep for the public repo:
DECISIONS.md(internal design/deviation log) anddocs/compatibility/ce-2026.4.md(CE preflight compatibility evidence) are maintainer notes, not appropriate for a public repository..gitignoreandgit rm --cachedthem — they stay on the maintainer's disk, out of the tree going forward.see DECISIONS.md/ compatibility-file references from tracked files (2 in CHANGELOG, 2 code comments) so the public repo has no dangling links.README.md,CHANGELOG.md, andRELEASING.mdremain tracked as public docs. No functional change; build/vet/gofmt/lint clean.Note: this only stops tracking the files going forward — the repo is still private, so a git-history scrub (if ever wanted) is a separate step.