Expand description
ProcessSpec sub-structures — IdentitySpec, DependsOn, SignalPolicy.
Structs§
- Depends
On - Dependency edge — constrains this Process to wait for another to reach a phase.
- Identity
Spec - Identity configuration for a Process.
- Signal
Policy - Signal policy — how the Process responds to signals.
- Unknown
Must Reach Phase
Enums§
- Must
Reach Phase - Allowed “must reach” phases for a dependency — restricted to the
useful gating checkpoints
Running(alive + boundary preconditions held) andAttested(alive + boundary postconditions held + three- pillar attestation written). Authoring aDependsOn { must_reach: Forking }is meaningless; the closed set rules it out at the type level.