From 2f2ec54476b05e48988df6399aabe446557d3fab Mon Sep 17 00:00:00 2001 From: amcheste-ai-agent <278991699+amcheste-ai-agent@users.noreply.github.com> Date: Tue, 5 May 2026 22:25:34 -0400 Subject: [PATCH] chore: align badges and description to brand Apply CAM family brand colors to README badges: - License badge: blue -> Hunter Green (#1F4D3A), the family-system accent for license badges. License remains MIT. - Version badge: append &color=0B0B0C (Ink), the structural color for version badges across the brand system. Also update the GitHub repo description to remove an em-dash, per brand voice rules (use periods, commas, parentheses, or "since/ because" instead). README body still contains many em-dashes. Those are deferred to a follow-up sweep PR so this change stays scoped to badges and description. Co-Authored-By: Claude Opus 4.7 (1M context) Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab8ace1..90dc9f7 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ **A Claude plugin that turns AI into a personalized virtual executive assistant — wired into your Obsidian vault, task manager, calendar, and inbox.** [![Validate](https://github.com/amcheste/ea-agent/actions/workflows/validate.yml/badge.svg?branch=main)](https://github.com/amcheste/ea-agent/actions/workflows/validate.yml) -[![Version](https://img.shields.io/github/v/release/amcheste/ea-agent?label=version)](https://github.com/amcheste/ea-agent/releases) -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![Version](https://img.shields.io/github/v/release/amcheste/ea-agent?label=version&color=0B0B0C)](https://github.com/amcheste/ea-agent/releases) +[![License: MIT](https://img.shields.io/badge/License-MIT-1F4D3A.svg)](LICENSE)