instar 1.3.953 → 1.3.954
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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./builtin-manifest.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"generatedAt": "2026-07-
|
|
5
|
-
"instarVersion": "1.3.
|
|
4
|
+
"generatedAt": "2026-07-25T07:10:58.976Z",
|
|
5
|
+
"instarVersion": "1.3.954",
|
|
6
6
|
"entryCount": 202,
|
|
7
7
|
"entries": {
|
|
8
8
|
"hook:session-start": {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Upgrade Guide — vNEXT
|
|
2
|
+
|
|
3
|
+
<!-- assembled-by: assemble-next-md -->
|
|
4
|
+
<!-- bump: patch -->
|
|
5
|
+
|
|
6
|
+
## What Changed
|
|
7
|
+
|
|
8
|
+
Added the ACT-409 spec-only draft and ELI16 companion for a cross-machine,
|
|
9
|
+
read-only join of doorway/model knowledge with authenticated pool capability
|
|
10
|
+
observations.
|
|
11
|
+
|
|
12
|
+
## What to Tell Your User
|
|
13
|
+
|
|
14
|
+
This PR defines the problem, boundaries, rollout ladder, rollback posture, and
|
|
15
|
+
open convergence questions. It intentionally ships no implementation or routing
|
|
16
|
+
behavior.
|
|
17
|
+
|
|
18
|
+
## Summary of New Capabilities
|
|
19
|
+
|
|
20
|
+
- A convergible design for joining local doorway facts with authenticated
|
|
21
|
+
machine capability observations.
|
|
22
|
+
- Explicit freshness, conflict, privacy, rollout, and rollback contracts.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Side-effects review: cross-machine door + capability registry spec
|
|
2
|
+
|
|
3
|
+
- Documentation only: no runtime, route, mesh, or persistence changes.
|
|
4
|
+
- The draft explicitly keeps the registry read-only and observe-only until a
|
|
5
|
+
later converged spec authorizes a routing consumer.
|
|
6
|
+
- Open questions are named rather than guessed; convergence must settle them.
|