fix: validator+cost-guardian default_model_ref → pinned Haiku snapshot

This commit is contained in:
Parfii-bot 2026-05-14 13:17:12 +08:00
parent c39e528267
commit 7aaa6a79b0

View file

@ -100,7 +100,7 @@ manifest_path = "~/.claude/agents/modal-runner.md"
id = "validator" id = "validator"
role = "validator" role = "validator"
caps = "RO-FS-WEB" caps = "RO-FS-WEB"
default_model_ref = "anthropic/claude-haiku-4-5" default_model_ref = "anthropic/claude-haiku-4-5-20251001"
description = "RULE 0.4 fact-checker. API existence, version compat, doc claims. Haiku — narrow tasks." description = "RULE 0.4 fact-checker. API existence, version compat, doc claims. Haiku — narrow tasks."
manifest_path = "~/.claude/agents/validator.md" manifest_path = "~/.claude/agents/validator.md"
@ -108,6 +108,6 @@ manifest_path = "~/.claude/agents/validator.md"
id = "cost-guardian" id = "cost-guardian"
role = "cost-guardian" role = "cost-guardian"
caps = "RO-FS-BASH-WEB" caps = "RO-FS-BASH-WEB"
default_model_ref = "anthropic/claude-haiku-4-5" default_model_ref = "anthropic/claude-haiku-4-5-20251001"
description = "Pre-launch compute cost verification. Dashboard balance, running jobs, head-room." description = "Pre-launch compute cost verification. Dashboard balance, running jobs, head-room."
manifest_path = "~/.claude/agents/cost-guardian.md" manifest_path = "~/.claude/agents/cost-guardian.md"