Expand description
Controlled vocabulary enums for effect-runtime artifact fields.
Each enum represents a closed set of domain values used across effect
lifecycle artifacts. All variants serialize as snake_case.
Enums§
- Blast
Radius Ceiling V1 - Upper bound on the scope of impact an effect may have.
- Budget
Sufficiency Result V1 - Whether the budget allocation is sufficient for the intended effect.
- Check
Result V1 - Binary pass/fail result for a preflight check gate.
- Close
Midflight Behavior V1 - Behavior to apply when an effect window closes while execution is still in flight.
- Closure
Recommendation V1 - Recommended next action after observing an executed effect’s outcome.
- Commit
Atomicity V1 - Atomicity guarantee level for an effect commit operation.
- Compensation
Class V1 - Classification of the compensation strategy to be applied.
- Effect
Class V1 - Classification of the type of side-effect an intent describes.
- Execution
State V1 - Terminal or in-progress state of an effect or compensation execution.
- External
Observation State V1 - Observed state of a side-effect in an external system.
- Observation
State V1 - State of post-execution observation for an effect.
- Publication
Status V1 - Whether an effect intent must be published to governance observers.
- Retry
Owner V1 - Entity responsible for retrying a failed or timed-out effect.
- Reversibility
Class V1 - Classification of how reversible an effect is after execution.
- RunMode
V1 - Execution mode governing whether an effect produces real side-effects.