@rulvar/rulvar 1.1.0 → 1.2.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 +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ declare function renderProgress(events: AsyncIterable<WorkflowEvent>, options?:
|
|
|
22
22
|
* recommendedDefaults.routing, roleFloors: recommendedDefaults.floors } })`.
|
|
23
23
|
* Hosts override freely; these are data, not engine semantics. The
|
|
24
24
|
* floors pin orchestrate and plan to strong models as hard router
|
|
25
|
-
* constraints (
|
|
25
|
+
* constraints (M4-T09): weak
|
|
26
26
|
* model defaults are forbidden for plan and orchestrate work, and no
|
|
27
27
|
* advice may override or weaken a floor.
|
|
28
28
|
*/
|
package/dist/index.js
CHANGED
|
@@ -55,7 +55,7 @@ async function renderProgress(events, options) {
|
|
|
55
55
|
* recommendedDefaults.routing, roleFloors: recommendedDefaults.floors } })`.
|
|
56
56
|
* Hosts override freely; these are data, not engine semantics. The
|
|
57
57
|
* floors pin orchestrate and plan to strong models as hard router
|
|
58
|
-
* constraints (
|
|
58
|
+
* constraints (M4-T09): weak
|
|
59
59
|
* model defaults are forbidden for plan and orchestrate work, and no
|
|
60
60
|
* advice may override or weaken a floor.
|
|
61
61
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rulvar/rulvar",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "rulvar umbrella package: re-exports @rulvar/core, both first-class adapters, the file store, and the terminal progress renderer. Published as @rulvar/rulvar while the unscoped name is contingent (docs/13, section \"Naming risk note\").",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@rulvar/
|
|
26
|
-
"@rulvar/
|
|
27
|
-
"@rulvar/openai": "1.
|
|
25
|
+
"@rulvar/anthropic": "1.2.0",
|
|
26
|
+
"@rulvar/core": "1.2.0",
|
|
27
|
+
"@rulvar/openai": "1.2.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^22.20.0",
|
|
31
31
|
"tsdown": "^0.22.3",
|
|
32
32
|
"typescript": "~6.0.3",
|
|
33
33
|
"zod": "^4.4.3",
|
|
34
|
-
"@rulvar/testing": "1.
|
|
34
|
+
"@rulvar/testing": "1.2.0"
|
|
35
35
|
},
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|