Skip to content

feat(agents): add unique color identifiers to agent definitions#789

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/agent-color-identifiers-760
Mar 21, 2026
Merged

feat(agents): add unique color identifiers to agent definitions#789
JeremyDev87 merged 1 commit intomasterfrom
feat/agent-color-identifiers-760

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add unique color hex code field to all 35 agent JSON files for visual identification
  • Colors are semantically meaningful per domain (e.g., #61DAFB React cyan for Frontend Developer)
  • Document color field in agents/README.md with full color reference table
  • MCP get_agent_details auto-exposes color via existing spread operator (no server code changes)

Test plan

  • All 35 agent JSONs have unique color field verified
  • All 172 test files passed (4841 tests)
  • Schema validation passed (ajv-cli)
  • Markdown lint passed
  • TypeScript typecheck passed
  • Build succeeded
  • No circular dependencies

Closes #760

- Add color hex code field to each agent JSON for visual identification
- Colors are semantically meaningful per domain (e.g., React cyan for frontend)
- Document color field in README.md with full color reference table
- MCP get_agent_details auto-exposes color via existing spread operator

Closes #760
@JeremyDev87 JeremyDev87 added feat priority:should Should Have - 중요하지만 필수는 아님 labels Mar 21, 2026
@vercel
Copy link

vercel bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 21, 2026 5:21pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 21, 2026
@JeremyDev87 JeremyDev87 merged commit 764939c into master Mar 21, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/agent-color-identifiers-760 branch March 21, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat priority:should Should Have - 중요하지만 필수는 아님

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add unique color identifiers to agent definitions

1 participant