@rulvar/plan 1.243.0 → 1.244.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1021,7 +1021,7 @@ declare function planRunner(options?: PlanRunnerOptions): OrchestratorExtension;
|
|
|
1021
1021
|
* The PlanRunner entry surface: mode (c) plus the extension in one call.
|
|
1022
1022
|
* `runOptions` are the ordinary engine RunOptions of the created run:
|
|
1023
1023
|
* `runOptions.budgetUsd` is the ROOT hard ceiling over the whole tree,
|
|
1024
|
-
* immutable
|
|
1024
|
+
* immutable within a segment, while `opts.budget` only shapes the
|
|
1025
1025
|
* orchestrator's own sub-account inside it (v1.18.0 review P1-5).
|
|
1026
1026
|
*/
|
|
1027
1027
|
declare function orchestratePlanned(engine: Engine, goal: string, opts?: OrchestrateOptions & {
|
package/dist/index.js
CHANGED
|
@@ -3858,7 +3858,7 @@ function planRunner(options) {
|
|
|
3858
3858
|
* The PlanRunner entry surface: mode (c) plus the extension in one call.
|
|
3859
3859
|
* `runOptions` are the ordinary engine RunOptions of the created run:
|
|
3860
3860
|
* `runOptions.budgetUsd` is the ROOT hard ceiling over the whole tree,
|
|
3861
|
-
* immutable
|
|
3861
|
+
* immutable within a segment, while `opts.budget` only shapes the
|
|
3862
3862
|
* orchestrator's own sub-account inside it (v1.18.0 review P1-5).
|
|
3863
3863
|
*/
|
|
3864
3864
|
function orchestratePlanned(engine, goal, opts, runOptions) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rulvar/plan",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.244.0",
|
|
4
4
|
"description": "Rulvar adaptive orchestration extension: PlanRunner, RunLedger, escalation extensions, ModelLadder configuration. Replans during the run; not the plan-writing hybrid mode, which is @rulvar/planner.",
|
|
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.
|
|
25
|
+
"@rulvar/core": "1.244.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.
|
|
31
|
+
"@rulvar/store-sqlite": "1.244.0"
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|