Expand description
Core publish, preflight, and resume logic.
Modules§
- fix_
forward - Fix-forward: supersession plan from a compromised receipt (#98 PR 3). Fix-forward: supersession plan from a compromised receipt (#98 PR 3).
- parallel
- Wave-based parallel publishing engine. Wave-based parallel publishing engine.
- plan_
yank - Plan-yank: reverse-topological containment plan from a receipt (#98 PR 2). Plan-yank: reverse-topological containment plan from a receipt (#98 PR 2).
- remediation
- Remediation dry-run artifact planning. Receipt-driven remediation dry-run planning.
Structs§
- Preflight
RunOptions - Run-time options that only affect preflight behavior (#100).
- Rehearsal
Outcome - Outcome of a rehearsal run. Sufficient for callers (CLI, future hard gate) to decide whether live dispatch is authorized without re-reading events.
Traits§
Functions§
- run_
preflight - Run preflight verification checks before publishing.
- run_
preflight_ in_ place - Run preflight checks for a planned workspace and stamp regime metadata.
- run_
preflight_ in_ place_ with_ options - Run preflight checks for a planned workspace and stamp regime metadata,
with caller-chosen
PreflightRunOptions(#100 + #106). - run_
preflight_ with_ options - Run preflight with caller-chosen
PreflightRunOptions(#100). - run_
publish - Execute the publish operation for all packages in the workspace.
- run_
rehearsal - Run a rehearsal publish against an alternate registry (#97 PR 2).
- run_
resume - Resume a previously interrupted publish operation.