Changed
- Agent Continuation (
SUPPORTS_CONTINUATION): Resume previous agent transcripts during tangle quality gate retries instead of cold-spawning with truncated context. Feature gated on v2.1.34+ (same as Agent Teams). resume_agent()function: Writes resume instruction JSON withdispatch_method: resumeand emitsAGENT_TEAMS_RESUMEsignal for flow skill consumption.- Bridge agent_id storage:
bridge_store_agent_id()/bridge_get_agent_id()store Claude's agentId in the task ledger for later resume lookup. - Tangle retry integration: Retry path attempts agent resume before falling back to cold spawn with checkpoint context injection.
- Flow skill update:
flow-develop.mddocumentsAGENT_TEAMS_RESUMEhandling with fallback behavior. - Test hardening: 29 new tests in
test-continuation.sh. Fix version-hardcoded tests intest-v8.27.0to use>=checks.
Full Changelog: v8.27.0...v8.30.0