chore: align README badges to CAM family brand colors#15
Merged
Conversation
Recolor the License badge to Hunter Green (#1F4D3A), the family-system accent for licenses, and the Version badge to Ink (#0B0B0C), the structural color for version badges. 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 6, 2026
4 tasks
This was referenced May 6, 2026
amcheste
added a commit
to amcheste/ea-agent
that referenced
this pull request
May 6, 2026
## Summary Aligns this repo's badges and GitHub description to the CAM family brand system, matching precedents from [repo-template#8](amcheste/repo-template#8), [engineering-handbook#15](amcheste/engineering-handbook#15), [mac-dev-setup#78](amcheste/mac-dev-setup#78), and [claude-teams-operator#220](amcheste/claude-teams-operator#220). Three changes, single PR: 1. **License badge color** — `blue` → `1F4D3A` (Hunter Green, the family-system accent for license badges). License stays MIT; only the hex changes. 2. **Version badge color** — appended `&color=0B0B0C` (Ink, the structural color for version badges). 3. **Repo description** — removed em-dash, per brand voice rules. New text: > Claude plugin that turns AI into a personal executive assistant. Built around your Obsidian vault. Skills for daily planning, task management, and inbox processing. ## Scope note The README **body** still contains em-dashes (tagline, feature descriptions, etc.). Those are intentionally **out of scope here** and will be swept in a separate follow-up PR so this change stays focused on the brand-system surface (badges + description). ## Test plan - [ ] Confirm license badge renders Hunter Green on the rendered README - [ ] Confirm version badge renders Ink on the rendered README - [ ] Confirm repo description (sidebar, search results) shows the period-separated form - [ ] Confirm no body content changed (diff is two lines)
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
#1F4D3A), the CAM family-system accent for license badges.#0B0B0C) by appending&color=0B0B0Cto the shields.io URL — the structural color for version badges across the family.Both edits are URL-only; badge text and link targets are unchanged.
Done in tandem with a separate
gh repo edit --description ...to remove the em-dash from the GitHub repo description (brand voice forbids em-dashes).Test plan
🤖 Generated with Claude Code