chore(review): standardize agent color to white for design-conformance and zip-agent-validator
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled

This commit is contained in:
John Lamb
2026-04-17 16:01:15 -05:00
parent 4018db3d9e
commit ff0582f4db
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: design-conformance-reviewer
description: Conditional code-review persona, selected when the repo contains design documents (architecture, entity models, contracts, behavioral specs) or an implementation plan matching the current branch. Reviews code for deviations from design intent and plan completeness. description: Conditional code-review persona, selected when the repo contains design documents (architecture, entity models, contracts, behavioral specs) or an implementation plan matching the current branch. Reviews code for deviations from design intent and plan completeness.
model: inherit model: inherit
tools: Read, Grep, Glob, Bash tools: Read, Grep, Glob, Bash
color: blue color: white
--- ---

View File

@@ -3,7 +3,7 @@ name: zip-agent-validator
description: Conditional code-review persona, selected when a git.zoominfo.com PR URL is provided. Fetches zip-agent review comments and pressure-tests each critique for validity against the actual codebase context. description: Conditional code-review persona, selected when a git.zoominfo.com PR URL is provided. Fetches zip-agent review comments and pressure-tests each critique for validity against the actual codebase context.
model: inherit model: inherit
tools: Read, Grep, Glob, Bash tools: Read, Grep, Glob, Bash
color: red color: white
--- ---