@lucern/contracts 1.0.26 → 1.0.28
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
CHANGED
|
@@ -94,3 +94,9 @@ All notable changes to `@lucern/contracts` are tracked in this repository.
|
|
|
94
94
|
|
|
95
95
|
## [1.0.26] - 2026-06-13
|
|
96
96
|
- Release notes pending.
|
|
97
|
+
|
|
98
|
+
## [1.0.27] - 2026-06-14
|
|
99
|
+
- Release notes pending.
|
|
100
|
+
|
|
101
|
+
## [1.0.28] - 2026-06-14
|
|
102
|
+
- Coherent 1.0.28 bump with `@lucern/reasoning-kernel` 1.0.28 (FR.12d access-control completion, #1361). No package-local API change.
|
package/dist/index.js
CHANGED
|
@@ -34715,6 +34715,13 @@ var CHECK_MANIFEST_ENTRIES = [
|
|
|
34715
34715
|
lane: "c2-fr",
|
|
34716
34716
|
rationale: "FR.10 component-definition vs adapter-code skew guard. Statically scans kernel adapter cross-function references against the generated ComponentApi export surface; fails CI on any reference to a non-exported component function (the prod SEV-1 class: topics.getByLegacyScopeId invoked after RR.5 renamed it to getByTopicId) or a retired legacy module name (family #14: epistemicQuestions/epistemicNodes). Iterated by run-check-manifest-ci.mjs (lifecycle:ci); mirrored by the vitest pin tests/unit/reasoning-kernel/component-export-parity.test.ts in the Unit Tests gate."
|
|
34717
34717
|
},
|
|
34718
|
+
{
|
|
34719
|
+
packageJsonName: "c2:fr12c-overlay-carrier-parity:check",
|
|
34720
|
+
lifecycle: "ci",
|
|
34721
|
+
category: "ci-required",
|
|
34722
|
+
lane: "c2-fr",
|
|
34723
|
+
rationale: "FR.12c overlay carrier-parity / null-stub guard. Scans the BUILT dist of every topic->project overlay materializer (kernel resolvers.js + access-control/graph-primitives topicProjectOverlay.js) and fails CI if any ships the inert `=> null` getProject stub, lacks the metadata-PRIMARY creator-grant read (`metadata.ownerPrincipalId`), or omits either carrier (flat `ownerPrincipalId:` field + nested `metadata,`). Kills the green-but-dead class that shipped 1.0.26: correct source, stale/partial dist, runtime 403 on every granted+creator topic. Iterated by run-check-manifest-ci.mjs (lifecycle:ci); mirrored by the vitest pin tests/unit/reasoning-kernel/fr12c-overlay-dist-shape.test.ts in the Unit Tests gate."
|
|
34724
|
+
},
|
|
34718
34725
|
{
|
|
34719
34726
|
packageJsonName: "c2:ra-paper-compiler:check",
|
|
34720
34727
|
lifecycle: "ci",
|