df3d5d78d6
Block E runs 'dotnet csharpier check' against the HellionChat/ tree, catching reflow drift before push. Block F runs markdownlint-cli2 over the repo's *.md files; MD036 is disabled because forge-post bodies use bold emphasis as section headings (the auto-announce workflow renders those as Discord embeds, so the bold pattern is required). The .claude directory is excluded from the lint scope to match its gitignore status. .markdownlint.json also gains MD024 with siblings_only:true so per-release '### Internal' sub-headers in CHANGELOG.md don't trip the rule across sibling H2 sections.