create-quorum-router 0.1.8 → 0.1.9
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 +4 -2
- package/bin/create-quorum-router.js +1 -1
- package/package.json +1 -1
- package/templates/basic/README.md +3 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ deno task intake
|
|
|
17
17
|
deno task supabase:status
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
Current package version: `create-quorum-router@0.1.
|
|
20
|
+
Current package version: `create-quorum-router@0.1.9`. Releases are published
|
|
21
21
|
from an immutable Git tag through GitHub Actions OIDC Trusted Publishing.
|
|
22
22
|
|
|
23
23
|
## What the generated project supports
|
|
@@ -27,7 +27,9 @@ API.
|
|
|
27
27
|
|
|
28
28
|
`deno task calibration:demo` runs the bundled calibration-by-task API against
|
|
29
29
|
deterministic local observations. The report is advisory-only and is not
|
|
30
|
-
connected to routing weights, provider eligibility, or execution.
|
|
30
|
+
connected to routing weights, provider eligibility, or execution. The command
|
|
31
|
+
does not call provider APIs; on a new Deno installation, its first run resolves
|
|
32
|
+
the pinned Zod dependency before execution.
|
|
31
33
|
|
|
32
34
|
`deno task intake` is the first real setup command. It detects local provider
|
|
33
35
|
wrappers, checks OAuth/session status, runs safe list-only model inventory where
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# QuorumRouter generated workspace
|
|
2
2
|
|
|
3
3
|
This generated workspace contains the MIT-licensed QuorumRouter current release.
|
|
4
|
-
npm latest targets v0.1.
|
|
4
|
+
npm latest targets v0.1.9.
|
|
5
5
|
|
|
6
6
|
QuorumRouter is **MIT**. It is **open source**. Commercial and production use
|
|
7
7
|
are permitted under the MIT License.
|
|
@@ -51,7 +51,8 @@ deno task supabase:status
|
|
|
51
51
|
`calibration:demo` exercises the bundled calibration-by-task API with local
|
|
52
52
|
fixture observations. Calibration reports are advisory-only: the scaffold does
|
|
53
53
|
not use them to change routing weights, ranks, provider eligibility, quorum, or
|
|
54
|
-
execution.
|
|
54
|
+
execution. The command does not call provider APIs; on a new Deno installation,
|
|
55
|
+
its first run resolves the pinned Zod dependency before execution.
|
|
55
56
|
|
|
56
57
|
`intake` detects local provider wrappers, checks OAuth/session status, runs safe
|
|
57
58
|
model inventory/list-only probes where possible, writes local health traces
|