What problem does it solve?
Turning a raw ReleaseNotes_{X.Y.Z}.md generator dump into a publishable wiki section requires tedious manual triage: deciding which PRs are user-facing, deduplicating against every prior release, categorizing entries, and safely pushing to a wiki repo whose Windows-invalid filename breaks normal git operations.
Core Features & Use Cases
- PR Curation and Sweeps: Collapse revert/reapply churn, drop internal-only entries, apply the shipped-baseline bug rule, and run parallel sweeps for security fixes, breaking changes, external-contributor credit, and category QA.
- Duplicate-Publication Cross-Check: Diff every candidate PR against the entire existing Release-Notes page to catch fixes already published under earlier patch releases.
- Safe Wiki Publishing: Use a git plumbing recipe (hash-object, mktree, commit-tree) that edits the Dynamo.wiki repo on Windows without ever touching the index or working tree, avoiding the invalid-path failures caused by the colon-containing page filename.
- Use Case: Given the raw ReleaseNotes_4.2.0.md dump, produce a verified ### 4.2.0 section with Features, Enhancements, Bug Fixes, and Security Fixes bullets, then push it live to the Dynamo wiki after explicit confirmation.
Quick Start
Compile the release notes for Dynamo version 4.2.0 from the raw ReleaseNotes_4.2.0.md dump and prepare the wiki section for publishing.