@indexnetwork/protocol 10.0.3 → 10.1.0-rc.448.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 +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -20,6 +20,12 @@ went 6.7.1 → 8.0.2 with no 7.x in between because the whole 7.x line shipped a
20
20
  prereleases between the two promotions. To track every change, read `rc`; to
21
21
  pin a supported release, use `latest`.
22
22
 
23
+ ## 10.1.0 - 2026-08-07
24
+
25
+ ### Added
26
+
27
+ - Added the independently reviewed 25-participant historical shared-pool contract, single-configuration dual-trigger pilot planner, descriptive stage-funnel metrics, and strict execution-completeness artifact schema for IND-638A.
28
+
23
29
  ## [Unreleased]
24
30
 
25
31
  ### Removed
@@ -43,6 +49,12 @@ pin a supported release, use `latest`.
43
49
  enrichment are unchanged.
44
50
 
45
51
  ### Added
52
+ - Add the protocol-only Guided Atlas, deterministic architecture inventory
53
+ generator, and source-evidenced Configuration Lab. The atlas explains
54
+ normative concepts, the current `packages/protocol` reference implementation,
55
+ and counterfactual behavior-gate changes, while live environment values and
56
+ concrete API or host implementations remain outside its scope. Tooling-only
57
+ public-package change; no root export or runtime behavior changes.
46
58
  - Deterministic fast signal intake (#1307; 8.1.0). `SignalIntakePackGenerator`
47
59
  precomputes a per-user intake brief plus round-1 question, and
48
60
  `SignalIntakeOrchestrator` drives the funnel as a deterministic state machine
@@ -54,6 +66,11 @@ pin a supported release, use `latest`.
54
66
  `IntakePackQuestionOption` / `IntakeAnswer` / `SynthesisInput` /
55
67
  `SynthesisResult` types. Minor bump: additive surface only.
56
68
 
69
+ ### Changed
70
+ - Share capability classification metadata between the existing architecture
71
+ boundary gate and the protocol atlas generator; allowed dependency directions
72
+ are unchanged.
73
+
57
74
  ### Fixed
58
75
  - Add an independent complete-payload golden digest and stronger audit/report leak
59
76
  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.1.0-rc.448.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",