refactor(config-audit): migrate scanner-agent + verifier-agent from haiku to Sonnet 4.6

This commit is contained in:
Kjell Tore Guttormsen 2026-04-19 22:48:18 +02:00
commit 8d8e833028
2 changed files with 10 additions and 2 deletions

View file

@ -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.