@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 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 (docs/04, section "Role quality floors"; M4-T09): weak
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 (docs/04, section "Role quality floors"; M4-T09): weak
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.1.0",
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/core": "1.1.0",
26
- "@rulvar/anthropic": "1.1.0",
27
- "@rulvar/openai": "1.1.0"
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.1.0"
34
+ "@rulvar/testing": "1.2.0"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",