@indexnetwork/protocol 10.0.3-rc.445.1 → 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.
- package/CHANGELOG.md +11 -0
- 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
|