Skip to content

Fix committed merge-conflict markers in docs; add marker scan to release check#33

Merged
SSBrouhard merged 1 commit into
mainfrom
fix/resolve-doc-merge-markers
Jun 11, 2026
Merged

Fix committed merge-conflict markers in docs; add marker scan to release check#33
SSBrouhard merged 1 commit into
mainfrom
fix/resolve-doc-merge-markers

Conversation

@SSBrouhard

Copy link
Copy Markdown
Owner

The #32 rebase left unresolved conflict markers committed in CHANGELOG.md, README.md, and docs/deployment_runbook.md (maintainer error: blanket `git add -A` after resolving only the code conflict; CI and the release check had no marker detection). This PR:

Verification: release check PASS, `python -m pytest -q` → 124 passed, `git diff --check` clean.

🤖 Generated with Claude Code

…ase check

The #32 rebase left unresolved conflict markers in CHANGELOG.md, README.md,
and docs/deployment_runbook.md that were committed and merged to main.
Resolved each as the union of both sides, dropping each branch's stale
"remains a design gate" cross-reference now that both #24 and #2 have
shipped.

vmga_release_check.py now scans all repo text files for conflict markers
and fails on any hit, so this class of error cannot pass the release gate
again.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@SSBrouhard SSBrouhard merged commit d81dc79 into main Jun 11, 2026
5 checks passed
@SSBrouhard SSBrouhard deleted the fix/resolve-doc-merge-markers branch June 11, 2026 01:17
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