From 6da7b9f532f3e2f455379c7d7e03f01a0f8f5319 Mon Sep 17 00:00:00 2001 From: amcheste-ai-agent <278991699+amcheste-ai-agent@users.noreply.github.com> Date: Tue, 5 May 2026 21:42:45 -0400 Subject: [PATCH] chore: align badges and description to brand Apply the CAM family brand system to two README badges and the GitHub repo description. Body changes are deferred to a follow-up PR. - License badge: blue -> 1F4D3A (Hunter Green, family-system accent) - Version badge: append color=0B0B0C (Ink, structural) - Repo description: drop em-dash for period/comma per brand voice 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 0b26b9b..d82f6db 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ **An agentic-forward macOS developer environment — from zero to productive in one command.** [![Validate](https://github.com/amcheste/mac-dev-setup/actions/workflows/validate.yml/badge.svg)](https://github.com/amcheste/mac-dev-setup/actions/workflows/validate.yml) -[![Version](https://img.shields.io/github/v/tag/amcheste/mac-dev-setup?label=version&sort=semver)](https://github.com/amcheste/mac-dev-setup/releases) +[![Version](https://img.shields.io/github/v/tag/amcheste/mac-dev-setup?label=version&sort=semver&color=0B0B0C)](https://github.com/amcheste/mac-dev-setup/releases) [![macOS](https://img.shields.io/badge/macOS-Sequoia%2B-000000?logo=apple&logoColor=white)](https://www.apple.com/macos/) -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![License: MIT](https://img.shields.io/badge/License-MIT-1F4D3A.svg)](LICENSE) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/amcheste/mac-dev-setup/badge)](https://scorecard.dev/viewer/?uri=github.com/amcheste/mac-dev-setup)