You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.1.14
Breaking Changes
read_target() now validates _state field on all records (fail-closed). Pre-v0.1.14 target data requires deleting agent_io/target/ and re-running.
StorageBackend subclasses must implement _read_target_raw() (template method)
Enhancements
Record State Machine — RecordState enum (8 states), RecordEnvelope.transition() as single lifecycle mutator, executor boundary reset, derive_disposition(), schema enforcement