Refiner application and rollback
Follow a validated proposal into an immutable release transition and back out safely.
Refiner application and rollback
Each task pins an immutable Harness release before it begins. A later proposal does not rewrite that task. It is materialized separately, validated, and admitted through a recorded release transition.
Safe application
- Freeze the exact base release and proposal identity.
- Validate the proposed target and runtime behavior.
- Apply the transition atomically.
- Record validation and application receipts.
- Advance future work to the admitted release.
Rollback is another recorded transition. It does not delete prior tasks, evidence, or release history.
Next: Read Refiner receipts.