Multi-agentic /octo:research — parallel Agent dispatch replaces single Bash subprocess
Changed
- Multi-agentic
/octo:research— Refactored from singleBash(orchestrate.sh probe)call (120s timeout) to parallelAgent(run_in_background=true)subagents. Each perspective callsorchestrate.sh probe-singleindependently — no timeout constraint. Claude synthesizes in-conversation instead of Gemini synthesis that frequently timed out. - User-configurable research intensity —
/octo:researchand/octo:discovernow ask intensity before launching: Quick (2 agents, 1-2 min), Standard (4-5 agents, 2-4 min), Deep (6-7 agents with web search, 3-6 min). - Gemini-first launch ordering — Higher-latency Gemini agents launch first, reducing total wall-clock time.
Added
probe_single_agent()+probe-singledispatch command in orchestrate.shtest-probe-single.sh— 26 tests covering function, dispatch, integration, and backward compatibility
Fixed
test-knowledge-routing.sh— Pre-existing SIGPIPE flake (grep -q→grep -c)
Backward Compatible
probe_discover()untouched —/octo:embracestill uses the original single-subprocess pathdiscover|research|probedispatch case unchanged