chore(sleep): include quick-answerer (tool loop) in the sweep direct plan

All 4 gbrain skillopt-v1 seeds are now in the sweep, matching gbrain's full
scorecard coverage.

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
This commit is contained in:
Yifan Yang
2026-06-08 14:31:51 +00:00
parent 937bc1ec4d
commit 1d20e9db14
+4 -1
View File
@@ -49,13 +49,16 @@ PLANS: Dict[str, List[Dict[str, Any]]] = {
_direct_cfg("codex", "", "brief-writer", 2),
],
# SkillOpt-faithful: STRONG optimizer (sonnet) proposes, WEAK target (haiku)
# runs — the reliable config. Plus Codex self-optimized.
# runs — the reliable config. Plus Codex self-optimized. All 4 gbrain seeds,
# including quick-answerer (real tool loop).
"direct": [
_dual_cfg("claude", "sonnet", "claude", "haiku", "brief-writer"),
_dual_cfg("claude", "sonnet", "claude", "haiku", "advisor"),
_dual_cfg("claude", "sonnet", "claude", "haiku", "thorough-analyst"),
_dual_cfg("claude", "sonnet", "claude", "haiku", "quick-answerer"),
_direct_cfg("codex", "", "brief-writer"),
_direct_cfg("codex", "", "advisor"),
_direct_cfg("codex", "", "quick-answerer"),
],
# the price-difference story: optimize cheap, deploy expensive (and reverse)
"transfer": [