-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Purpose
Add a unique color to each agent definition so that when running multiple Claude Code sessions, agents are visually distinguishable at a glance via /color and /rename.
Changes
packages/rules/.ai-rules/agents/*.json— Addcolorfield to each agent definition (35 agents)packages/rules/.ai-rules/agents/README.md— Document the newcolorfield in agent schemaapps/mcp-server/— Ensureget_agent_detailsexposes the color field
Acceptance Criteria
- All 35 agent JSON files have a unique
colorfield - Colors are distinct enough for quick visual identification
-
get_agent_detailsMCP tool returns the color in response - Agent README documents the color field
- Existing tests pass
- Can be merged independently
Reactions are currently unavailable