@rulvar/plan 1.99.0 → 1.100.0

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.
package/dist/index.d.ts CHANGED
@@ -1286,7 +1286,7 @@ declare function runRewordedLessonsCollide(): Promise<JournalEntry[]>;
1286
1286
  * oscillation-bounded (DEF-2): an escalated branch is cancelled and
1287
1287
  * re-added byte-identically twice; every plan_revise call debits one
1288
1288
  * revisionUnit (including the drop on the linked done node), each link
1289
- * debits one spawnUnit, the worker is paid exactly once, and the
1289
+ * debits one spawnUnit, the worker is paid once and only once, and the
1290
1290
  * lineage counters never reset.
1291
1291
  */
1292
1292
  declare function runOscillationBounded(): Promise<JournalEntry[]>;
@@ -1320,7 +1320,7 @@ declare function runOscillationFullReuse(): Promise<JournalEntry[]>;
1320
1320
  * mid-top-rung after two completed rung attempts; the byte-identical
1321
1321
  * re-add grafts (exclusive link), the completed rung attempts
1322
1322
  * forward-match through the scope alias, and only the interrupted rung
1323
- * reruns live, exactly once.
1323
+ * reruns live, a single time.
1324
1324
  */
1325
1325
  declare function runGraftPartialSubtree(): Promise<JournalEntry[]>;
1326
1326
  /**
@@ -1366,7 +1366,7 @@ declare function runReviseRacingDefaultDecision(): Promise<JournalEntry[]>;
1366
1366
  * crash-after-append-before-effects (DEF-8): the kill lands immediately
1367
1367
  * after the durable plan.revision carrying add_task x2 plus cancel_task
1368
1368
  * on a running node; the resume re-issues the effects: both children
1369
- * spawn live exactly once and the cancel lands.
1369
+ * spawn live once, never twice, and the cancel lands.
1370
1370
  */
1371
1371
  declare function runCrashAfterAppendBeforeEffects(): Promise<JournalEntry[]>;
1372
1372
  /**
package/dist/index.js CHANGED
@@ -5427,7 +5427,7 @@ async function runRewordedLessonsCollide() {
5427
5427
  * oscillation-bounded (DEF-2): an escalated branch is cancelled and
5428
5428
  * re-added byte-identically twice; every plan_revise call debits one
5429
5429
  * revisionUnit (including the drop on the linked done node), each link
5430
- * debits one spawnUnit, the worker is paid exactly once, and the
5430
+ * debits one spawnUnit, the worker is paid once and only once, and the
5431
5431
  * lineage counters never reset.
5432
5432
  */
5433
5433
  async function runOscillationBounded() {
@@ -5904,7 +5904,7 @@ async function runOscillationFullReuse() {
5904
5904
  * mid-top-rung after two completed rung attempts; the byte-identical
5905
5905
  * re-add grafts (exclusive link), the completed rung attempts
5906
5906
  * forward-match through the scope alias, and only the interrupted rung
5907
- * reruns live, exactly once.
5907
+ * reruns live, a single time.
5908
5908
  */
5909
5909
  async function runGraftPartialSubtree() {
5910
5910
  let phase = 0;
@@ -6480,7 +6480,7 @@ async function runReviseRacingDefaultDecision() {
6480
6480
  * crash-after-append-before-effects (DEF-8): the kill lands immediately
6481
6481
  * after the durable plan.revision carrying add_task x2 plus cancel_task
6482
6482
  * on a running node; the resume re-issues the effects: both children
6483
- * spawn live exactly once and the cancel lands.
6483
+ * spawn live once, never twice, and the cancel lands.
6484
6484
  */
6485
6485
  async function runCrashAfterAppendBeforeEffects() {
6486
6486
  const script = (state) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulvar/plan",
3
- "version": "1.99.0",
3
+ "version": "1.100.0",
4
4
  "description": "Rulvar adaptive orchestration extension: PlanRunner, RunLedger, escalation extensions, ModelLadder configuration.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -22,13 +22,13 @@
22
22
  "access": "public"
23
23
  },
24
24
  "dependencies": {
25
- "@rulvar/core": "1.99.0"
25
+ "@rulvar/core": "1.100.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.20.1",
29
29
  "tsdown": "^0.22.14",
30
30
  "typescript": "~6.0.3",
31
- "@rulvar/store-sqlite": "1.99.0"
31
+ "@rulvar/store-sqlite": "1.100.0"
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",