chore(brand): em-dash sweep + README badge color fixes#43
Merged
Conversation
Brand-alignment pass against the alanchester-brand voice rules.
1. README badges fixed:
- Version badge: added `color=0B0B0C` (ink). Was using the
shields.io default color, not brand.
- License badge: `License-MIT-blue.svg` → `License-MIT-1F4D3A.svg`
(hunter green accent).
2. Em-dash sweep across 17 prose files (215 swept mechanically,
8 more swept manually in table cells and template placeholders).
Zero prose em-dashes remain.
23 em-dashes are deliberately preserved inside fenced code
blocks. These are template patterns that the EA agent
reproduces when generating output (meeting notes, daily notes,
weekly reviews, etc.). Per the theming-prompt rules on code
structure, content inside ``` stays.
Files swept:
README.md, CONTRIBUTING.md, CLAUDE.md, CHANGELOG.md,
TESTING.md, ARCHITECTURE.md, DEVELOPER.md, RELEASE.md,
and 9 skills/*/SKILL.md files.
Post-sweep audit (`grep -nE '\. [a-z]'`) found 4 matches, all
abbreviation false positives (e.g., vs., User's example state
inside a code block). Left as-is.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
amcheste
approved these changes
May 12, 2026
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.
Summary
Brand-alignment pass against the alanchester-brand voice rules. Two scope items: README badge colors + em-dash sweep across 17 prose files.
1. README badge fixes
Version badge had no color parameter (defaulting to shields.io default, not brand ink). License badge was using
blueinstead of brand accent1F4D3A. Both now match the family pattern.2. Em-dash sweep across 17 files
215 mechanical sweep (
re.sub(r' — ([a-z])', '. ' + capitalize, ...), code blocks and table rows protected). Plus 8 manual sweeps in tables and template placeholders with contextual replacement (comma, colon, period, or(n/a)depending on bridging role).Zero prose em-dashes remain.
23 em-dashes deliberately preserved — all inside fenced code blocks. These are template patterns that the EA agent reproduces when generating user-facing output (meeting notes, daily notes, weekly reviews, release templates). Per the theming-prompt's rules on code structure,
[X — Y]template placeholders and- HH:MM — Eventformatting patterns inside ``` stay.Post-sweep audit clean: 4
\. [a-z]matches, all abbreviation false positives (e.g.,i.e.,vs., plus an example-state line inside a code block).What this PR does NOT include
assets/logo.png(200px mascot) predatesbanner-spec.md. Same migration story as the other repos..github/workflows/has noscorecard.yml(unlike sibling repos derived fromrepo-template). The scorecard.dev badge isn't on the README either, so no badge to fix. Flagged for follow-up: decide whether to add it for consistency with the family.Verification
git diff origin/develop --name-only→ 17 files. No edits to Python source, evals/, scripts/, or any binary.🤖 Generated with Claude Code