@lmzhen/dsh-evolution-state-storage 0.3.78 → 0.3.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,8 +108,10 @@ export declare function selectSessionOverflow<T>(rows: readonly T[], options: {
108
108
  * the runner execution and the resolve leaves the record executing+claimed,
109
109
  * and NO later claim is ever accepted (claim only takes pending, so a crashed
110
110
  * approve can never double-execute a non-idempotent runner). Only the operator
111
- * acts on such a record: reject (cleanup, no runner) or release + re-stage
112
- * after manual verification. Release command surface is deferred.
111
+ * acts on such a record: reject (cleanup, no runner) or since S2-P2-22
112
+ * (0.3.80) `/evolution release <id>` (the stored `claimedBy` rides along as
113
+ * the release credential; a record whose approve runs in this process is
114
+ * refused) followed by a deliberate re-approve or reject.
113
115
  */
114
116
  export interface ReviewStateRecord {
115
117
  turnsSinceMemory: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-state-storage",
3
3
  "description": "Provider registry seam for durable evolution state (community build)",
4
- "version": "0.3.78",
4
+ "version": "0.3.80",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },