chore(workflows): use gpt-55 xhigh for goal workflow

Switches the goal workflow's work and audit nodes from the default
claude-sonnet to gpt-55 with xhigh reasoning, matching the implement
node in implement-plan.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-05-26 22:43:33 -04:00
parent 5eb3eb1a23
commit 8102c11919
No known key found for this signature in database

View file

@ -13,6 +13,8 @@ digraph Goal {
thread_id="goal",
fidelity="full",
max_visits=12,
model="gpt-55",
reasoning_effort="xhigh",
prompt="@prompts/continue.md"
]
@ -25,6 +27,8 @@ digraph Goal {
output_schema="routing",
output_retries=2,
max_visits=12,
model="gpt-55",
reasoning_effort="xhigh",
prompt="@prompts/audit.md"
]