meerkat-core 0.5.0

Core agent logic for Meerkat (no I/O deps)
Documentation
1
2
3
4
5
6
7
8
9
10
11
// @generated — protocol helper modules
//
// Each module wraps a handoff protocol declared in a composition schema.
// Protocol helpers enforce obligation tracking: every effect that requires
// owner feedback returns an obligation token that must be consumed by the
// corresponding feedback submitter.

pub mod protocol_comms_drain_abort;
pub mod protocol_comms_drain_spawn;
pub mod protocol_ops_barrier_satisfaction;
pub mod terminal_surface_mapping;