From 594da8bf74ffb13b74d33594887527485f711e6f 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:50:58 -0400 Subject: [PATCH 1/2] 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. Apache 2.0 stays unchanged. - 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 (feature lists, status output, etc.). 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 cba7b8b..9feeb08 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ **Run Claude Code Agent Teams as a Kubernetes operator.** [![Validate](https://github.com/amcheste/claude-teams-operator/actions/workflows/validate.yml/badge.svg)](https://github.com/amcheste/claude-teams-operator/actions/workflows/validate.yml) -[![Version](https://img.shields.io/github/v/tag/amcheste/claude-teams-operator?label=version&sort=semver)](https://github.com/amcheste/claude-teams-operator/releases) -[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) +[![Version](https://img.shields.io/github/v/tag/amcheste/claude-teams-operator?label=version&sort=semver&color=0B0B0C)](https://github.com/amcheste/claude-teams-operator/releases) +[![License](https://img.shields.io/badge/License-Apache_2.0-1F4D3A.svg)](LICENSE) [![Go](https://img.shields.io/badge/Go-1.23-00ADD8)](go.mod) From 1d089595634507eda1b07c5c825b0b404a099b79 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:58:34 -0400 Subject: [PATCH 2/2] chore: link to AMC-121 for Linear gate Adds the Linear issue reference so the "Linear Issue Reference" CI check passes. The PR body was updated separately, but editing the body alone does not re-trigger the workflow. Refs AMC-121 Co-Authored-By: Claude Opus 4.7 (1M context) Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>