Files
gbrain/test
Garry TanandClaude Fable 5 10752deefd fix(extract-conversation-facts): fan out --background per source when --source-id is omitted (#3227)
The Minion handler is single-source fail-closed (requires
data.sourceId), but the CLI --background path submitted one job with
sourceId undefined — so the exact invocation doctor prescribes
(--background --max-cost-usd 5) always produced an instantly-dead job.
Mirror the foreground multi-source loop: enumerate eligible sources and
submit one job per source, printing every job_id. Explicit --source-id,
PGLite (inline degrade), and parse errors fall through unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 10:57:44 -07:00
..