Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernel/Cards/R07 Long-running Execution Card.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Run a multi-batch task, sustain checkpoints, resume after interruption, maintain
- [ ] Define batch manifests, tier-derived caps, concurrency admission, write partitions, merge order, and acceptance conditions.
- [ ] Declare every batch simple with null/null or bind its complex Work Spec path/hash; read a complex spec after activation and never treat it as Queue state or proof.
- [ ] Load the Audit Receipt Register and classify evidence as reusable, invalidated, overdue, or missing.
- [ ] State the next checkpoint and exact recovery action; a vague “continue improving” is not resumable state.
- [ ] State the next checkpoint and exact recovery action; a vague “continue improving” is not a resumable state.

## During

Expand Down
Loading