fix: correct model names to claude-haiku-4-5 and claude-sonnet-4-5
Update model field in all skills and agents to use full model names: - haiku → claude-haiku-4-5 - sonnet → claude-sonnet-4-5 Updated files: - vision-to-backlog skill - spawn-issues skill - problem-space-analyst agent - context-mapper agent - domain-modeler agent - capability-extractor agent - backlog-builder agent - issue-worker agent - code-reviewer agent - pr-fixer agent Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ name: vision-to-backlog
|
||||
description: >
|
||||
Orchestrate the full product strategy chain from manifesto to executable backlog.
|
||||
Use when breaking down product vision into work, or when user says /vision-to-backlog.
|
||||
model: haiku
|
||||
model: claude-haiku-4-5
|
||||
argument-hint: [vision-file]
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user