Reconcile ordered pipeline documentation
This commit is contained in:
@@ -38,7 +38,8 @@ Flags:
|
||||
- `--recompute-step step-id`: with `--resume` and checkpoint recording enabled,
|
||||
force the named ordered step and every transitive dependent lane to execute.
|
||||
Compatible required predecessors and unrelated lanes remain reusable. The
|
||||
value must identify an explicit step; it cannot be combined with `--only`.
|
||||
value may identify an explicit step or the implicit single-step ID `default`;
|
||||
it cannot be combined with `--only`.
|
||||
- `--chunk_cache auto|bypass|refresh`: select chunk-plan reuse for this
|
||||
invocation. `auto` reuses a valid plan by canonical source digest, `bypass`
|
||||
performs no plan-cache I/O, and `refresh` regenerates and replaces a valid
|
||||
@@ -176,6 +177,8 @@ Checkpoint decisions use these categories: `reused`, `executed`,
|
||||
detail identify the decision without exposing reference content, local paths,
|
||||
or secrets. `--recompute-step` requires checkpoint recording and `--resume`;
|
||||
unknown step IDs, empty values, and combinations with `--only` are rejected.
|
||||
The operator meanings of checkpoint reason codes are maintained in
|
||||
[Operations](operations.md#resume-and-selective-recompute).
|
||||
|
||||
Use `--debug` to retain the redacted summary and trace bundle for one run. The
|
||||
bundle is allocated before pipeline resolution; once allocated, its path is
|
||||
|
||||
Reference in New Issue
Block a user