Skip to content

feat: Add unique color identifiers to agent definitions #760

@JeremyDev87

Description

@JeremyDev87

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 — Add color field to each agent definition (35 agents)
  • packages/rules/.ai-rules/agents/README.md — Document the new color field in agent schema
  • apps/mcp-server/ — Ensure get_agent_details exposes the color field

Acceptance Criteria

  • All 35 agent JSON files have a unique color field
  • Colors are distinct enough for quick visual identification
  • get_agent_details MCP tool returns the color in response
  • Agent README documents the color field
  • Existing tests pass
  • Can be merged independently

Metadata

Metadata

Assignees

No one assigned

    Labels

    featpriority:shouldShould Have - 중요하지만 필수는 아님

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions