From eace268b91a8dcdc88e8c31d4691ede4b0b07715 Mon Sep 17 00:00:00 2001 From: pi Date: Fri, 14 Aug 2026 04:27:40 +1200 Subject: [PATCH] fix: missing article "a" before "resumable state" in R07 Card --- kernel/Cards/R07 Long-running Execution Card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Cards/R07 Long-running Execution Card.md b/kernel/Cards/R07 Long-running Execution Card.md index cbfe9bb..b4351a3 100644 --- a/kernel/Cards/R07 Long-running Execution Card.md +++ b/kernel/Cards/R07 Long-running Execution Card.md @@ -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