docs: document interrupt resume contracts

This commit is contained in:
lda
2026-07-01 06:05:49 +07:00 Verified
parent c379789977
commit 5dd56d286f
4 changed files with 23 additions and 2 deletions
+3
View File
@@ -125,6 +125,9 @@ top-level `compiled_plan` key from the CLI output.
## Rules
- For interrupted runs, call `wf run inspect <run_id>` before resuming. If the
interrupt includes `resume_schema`, shape `wf run resume --payload` to that
schema instead of guessing field names.
- Use explicit `--config <path>` for examples, challenge workspaces, and
non-root configs. The default is `wf.config.json` in the current working
directory.