@rulvar/plan 1.5.1 → 1.6.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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @rulvar/plan
|
|
2
2
|
|
|
3
|
-
The adaptive orchestration extension for dynamic
|
|
3
|
+
The adaptive orchestration extension for dynamic Rulvar runs:
|
|
4
4
|
`PlanRunner` treats the task plan as typed, engine-owned data with
|
|
5
5
|
journaled revisions, reuse, escalations, and model ladders. Built
|
|
6
6
|
entirely on the public core API. Exports `planRunner`,
|
|
@@ -10,7 +10,7 @@ The one-line mnemonic against its sibling: `@rulvar/planner` plans
|
|
|
10
10
|
before the run (it writes the script); `@rulvar/plan` replans during the
|
|
11
11
|
run (it revises the task plan).
|
|
12
12
|
|
|
13
|
-
Part of [
|
|
13
|
+
Part of [Rulvar](https://rulvar.com), an embeddable TypeScript engine
|
|
14
14
|
for durable, budget-bounded multi-agent LLM workflows, where a completed
|
|
15
15
|
LLM call is never paid for twice. Full documentation:
|
|
16
16
|
[docs.rulvar.com](https://docs.rulvar.com).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rulvar/plan",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.6.0",
|
|
4
|
+
"description": "Rulvar adaptive orchestration extension: PlanRunner, RunLedger, escalation extensions, ModelLadder configuration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"engines": {
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@rulvar/core": "1.
|
|
25
|
+
"@rulvar/core": "1.6.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^22.20.0",
|
|
29
29
|
"tsdown": "^0.22.3",
|
|
30
30
|
"typescript": "~6.0.3",
|
|
31
|
-
"@rulvar/store-sqlite": "1.
|
|
31
|
+
"@rulvar/store-sqlite": "1.6.0"
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|