CategoryarchitectureManual6.2Evidencedocumented
ProblemWhen each Bot invents its own handoff shape, replacing one Bot means redesigning the system.
TechniqueDefine one compact handoff schema in a single file that every Bot in the pipeline exchanges information through.
Why it worksIt makes any individual Bot replaceable without redesigning the system: the file-format rule expressed as an explicit contract.
When to useAny pipeline of three or more Bots.