Bug Fixes
- fix: resolve Codex/Gemini never used in embrace workflow (#63, #64)
- Result file glob mismatch —
spawn_agent()creates files as{agent}-{task_id}.mdbut 6 synthesis/collection sites used globs that omitted the agent prefix, matching zero files. All probe, tangle, and YAML runtime collection globs now correctly use*-{phase}-{task_group}-*.md - Silent provider failures —
run_agent_synccalls to codex/gemini that returned errors were silently swallowed. Added fallback-to-Claude with user-visible warnings acrossgrasp_define,squeeze,empathize_research,advise_strategy, andsynthesize_research(20 fallback sites) - No failure visibility — added provider failure summary in probe phase so users see which providers failed
- Result file glob mismatch —
- fix: repair flaky 80% threshold test —
grep -qin a pipeline underset -o pipefailcaused SIGPIPE (exit 141), making the assertion always fail
Affected Commands
/octo:embrace, /octo:discover, /octo:squeeze, /octo:empathize, /octo:advise, /octo:synthesize