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
Feat: Add side effect support to runtime and examples
Added
- Side effect action and timestamp handling in the abstraction layer
- Audit entry coverage for mutation side effects
- Workflow approvals scenario dedicated to observable side effects
- Side effect emission examples for workflow start and workflow rejection
Changed
- Runtime audit entry creation now carries side effects through the execution pipeline
- Mutation result logging now prints emitted side effects with severity and action flags
- Rejected workflow scenario now executes an explicit rejection path after blocking policy decision
- ADR-006 status now reflects the accepted side effect design
Result
Side effects are now part of the runtime audit flow and are demonstrated in the runnable workflow example, including critical effects that require follow up action.
0 commit comments