refactor(config-audit): migrate scanner-agent + verifier-agent from haiku to Sonnet 4.6
This commit is contained in:
parent
97a1585dbc
commit
8d8e833028
2 changed files with 10 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: verifier-agent
|
||||
description: Verify that configuration changes were applied correctly. Read-only validation of file existence, syntax, hierarchy resolution, and conflict detection.
|
||||
model: haiku
|
||||
model: sonnet
|
||||
color: purple
|
||||
tools: ["Read", "Glob", "Grep"]
|
||||
---
|
||||
|
|
@ -246,3 +246,7 @@ This agent:
|
|||
- Never modifies any files
|
||||
- Reports findings without taking action
|
||||
- Safe to run multiple times
|
||||
|
||||
## Model policy
|
||||
|
||||
v4.0 migrated from haiku to Sonnet 4.6 per global no-haiku policy. Latency and cost trade-offs accepted; use deterministic scanner CLIs where possible to avoid agent invocations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue