@indexnetwork/protocol 10.0.3 → 10.0.4-rc.447.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -43,6 +43,12 @@ pin a supported release, use `latest`.
43
43
  enrichment are unchanged.
44
44
 
45
45
  ### Added
46
+ - Add the protocol-only Guided Atlas, deterministic architecture inventory
47
+ generator, and source-evidenced Configuration Lab. The atlas explains
48
+ normative concepts, the current `packages/protocol` reference implementation,
49
+ and counterfactual behavior-gate changes, while live environment values and
50
+ concrete API or host implementations remain outside its scope. Tooling-only
51
+ public-package change; no root export or runtime behavior changes.
46
52
  - Deterministic fast signal intake (#1307; 8.1.0). `SignalIntakePackGenerator`
47
53
  precomputes a per-user intake brief plus round-1 question, and
48
54
  `SignalIntakeOrchestrator` drives the funnel as a deterministic state machine
@@ -54,6 +60,11 @@ pin a supported release, use `latest`.
54
60
  `IntakePackQuestionOption` / `IntakeAnswer` / `SynthesisInput` /
55
61
  `SynthesisResult` types. Minor bump: additive surface only.
56
62
 
63
+ ### Changed
64
+ - Share capability classification metadata between the existing architecture
65
+ boundary gate and the protocol atlas generator; allowed dependency directions
66
+ are unchanged.
67
+
57
68
  ### Fixed
58
69
  - Add an independent complete-payload golden digest and stronger audit/report leak
59
70
  sentinels for the historical discovery seed serializer, and clarify the H4 review
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indexnetwork/protocol",
3
- "version": "10.0.3",
3
+ "version": "10.0.4-rc.447.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",