📄️ Event Bus contract
Authoritative contract for atomic message events.
📄️ Sessions Bus contract
Contract for session objects and cluster outputs.
📄️ Summary Bus contract
Contract for deterministic summaries with strict provenance.
📄️ Digest Bus contract
Contract for memory bags and published digest artifacts.
📄️ Chunk Bus contract
The Chunk Bus is the canonical contract for document chunks. It is independent from chat events and sessions. It is also the canonical upstream for document-oriented summaries emitted to Summary Bus through the Summary Request Seam.
📄️ Integration seams and allowed IO
This page is the enforcement reference for wiring repos together. If a new wiring choice is not explicitly allowed here, treat it as forbidden until an adapter and a contract update exist.
📄️ Summary Request Seam
Profile note: Local product applications may expose direct summary-generation actions for interactive use. These shortcuts are Profile 0 or Profile 1 product APIs, not Summary Bus producers unless they emit Summary Bus artifacts. In bus mode, document summarization should enter through the Summary Request Seam and publish to Summary Bus. See Contract profiles and promotion ladder.