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.
What's Changed
Bug Fixes
fix: unify action_name injection for online and batch paths (#486) — Online and batch paths now both get action_name injected by the coordinator at init, eliminating divergent behavior
fix: apply observe filtering to HITL data display (#487) — HITL reviewers now see only context_scope.observe fields instead of the entire record bus. FILE-mode apply_context_scope_for_records handles empty upstream namespaces per-record instead of crashing
fix: add RECORD_LIFECYCLE_FIELDS so tombstones preserve _state_history (#488) — Lifecycle fields (_state_history, _state_schema_version) now carry forward correctly across tombstone construction
fix: CLI preview detects tombstones via _state instead of dead _unprocessed field (#489) — agac preview now correctly renders [guard-skipped], [cascade-skipped], [failed], [exhausted] labels. Tombstone states derived compositionally from CASCADE_BLOCKING_STATES
fix(prompt): apply SchemaInjection.PROMPT in batch path too (#485) — Schema injection now works consistently across online and batch paths
fix: batch guard-skip writes passthrough records with full bus content (#484) — Guard-skipped batch records now carry complete upstream content
fix: stamp _state on batch results and remove placeholder after completion (#481) — Batch results get proper _state lifecycle field
refactor: split ollama vendor into ollama_local + ollama_cloud (#483) — Ollama provider split for local vs cloud deployments
Documentation
docs: add record lifecycle guide (#490) — Comprehensive guide covering the record state machine, boundary resets, guard skips, terminal states, _state_history audit trail, and field categories