spawn_agent stub in crates/jcode-keywords/src/workflow/spawn.rs is now a plugin-point with set_spawn_impl() but nobody calls it from workflow handlers (they use DeferredSpawn + SubagentTool).
Need to either:
(a) wire executor to call spawn_agent instead of defer, or
(b) remove spawn_agent entirely if dead code is preferred.
Related bead: jcode-wn8
spawn_agentstub incrates/jcode-keywords/src/workflow/spawn.rsis now a plugin-point withset_spawn_impl()but nobody calls it from workflow handlers (they useDeferredSpawn+SubagentTool).Need to either:
(a) wire executor to call
spawn_agentinstead of defer, or(b) remove
spawn_agententirely if dead code is preferred.Related bead: jcode-wn8