@indexnetwork/protocol 10.0.0-rc.439.1 → 10.0.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 +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -55,6 +55,10 @@ pin a supported release, use `latest`.
|
|
|
55
55
|
`SynthesisResult` types. Minor bump: additive surface only.
|
|
56
56
|
|
|
57
57
|
### Fixed
|
|
58
|
+
- Harden the audited five-case historical evaluation corpus (IND-637; 10.0.1):
|
|
59
|
+
preserve audit metadata outside direct model-safe and matching projections,
|
|
60
|
+
enforce fixture-v2 participant, citation, and authored-negative provenance
|
|
61
|
+
invariants, and reuse the same audited cases in the discovery matrix.
|
|
58
62
|
- `architecture:cycles` graphs runtime edges only (8.0.3). It counted `import
|
|
59
63
|
type` / `export type` edges, which TypeScript erases, so it reported a
|
|
60
64
|
7-module negotiation/questions cycle that no runtime can observe — penalizing
|