@lucern/contracts 1.0.30 → 1.0.31
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/dist/assembly-acceptance-gate.contract.d.ts +1234 -1234
- package/dist/assembly-instrumentation.contract.d.ts +413 -413
- package/dist/belongs-to-membership-model.contract.d.ts +45 -45
- package/dist/campaign-context-compiler.contract.d.ts +87 -87
- package/dist/canonical-edge-public-noun-lock.contract.d.ts +106 -106
- package/dist/concept-maturity-rubric.contract.d.ts +131 -131
- package/dist/docs-canon-reconciliation-loop.contract.d.ts +37 -37
- package/dist/{edge-policy-manifest-Bg3B5G0u.d.ts → edge-policy-manifest-C38kuf7v.d.ts} +26 -26
- package/dist/evidence-question-forecast-maturity.contract.d.ts +76 -76
- package/dist/evidence-taxonomy-target-scope.contract.d.ts +61 -61
- package/dist/final-substrate-source-ledger.contract.d.ts +149 -149
- package/dist/function-registry/helpers.d.ts +1 -1
- package/dist/function-registry/index.d.ts +11 -11
- package/dist/generated/state-vector-transition-table.d.ts +1 -1
- package/dist/golden-reasoning-eval-harness.contract.d.ts +2178 -2178
- package/dist/graph-traversal-canon.contract.d.ts +121 -121
- package/dist/graph-traversal-invariant-guardrails.contract.d.ts +68 -68
- package/dist/graph-v2-write-policy-constitution.contract.d.ts +219 -219
- package/dist/heartbeat-property-validation.contract.d.ts +86 -86
- package/dist/index.d.ts +2 -2
- package/dist/manifest-projection-generation.contract.d.ts +34 -34
- package/dist/manifests/check-manifest.d.ts +12 -12
- package/dist/manifests/edge-policy-manifest.d.ts +1 -1
- package/dist/manifests/edge-policy-manifest.data.d.ts +3 -3
- package/dist/manifests/invariant-manifest.d.ts +6 -6
- package/dist/observability-audit-store-migration.contract.d.ts +110 -110
- package/dist/parsimony-diagnostic.contract.d.ts +328 -328
- package/dist/post-substrate-surface-lock.contract.d.ts +48 -48
- package/dist/post-substrate-surface-upgrade.contract.d.ts +82 -82
- package/dist/pre-rebuild-closeout-gate.contract.d.ts +153 -153
- package/dist/primitive-epistemic-state-constitution.contract.d.ts +34 -34
- package/dist/primitive-epistemic-state-constitution.data.d.ts +1 -1
- package/dist/primitive-maturity-matrix.contract.d.ts +100 -100
- package/dist/prior-art-vocabulary-firewall.contract.d.ts +19 -19
- package/dist/projections/create-evidence.projection.d.ts +36 -36
- package/dist/projections/index.d.ts +7 -7
- package/dist/projections/list-beliefs.projection.d.ts +3 -3
- package/dist/proof-attestation.json +1 -1
- package/dist/propagation-v2-contract.contract.d.ts +74 -74
- package/dist/published-belief-artifact.contract.d.ts +325 -325
- package/dist/reset-authorization-package.contract.d.ts +84 -84
- package/dist/retrieval-search-discovery-receipt.contract.d.ts +288 -288
- package/dist/schema-change-belief.contract.d.ts +179 -179
- package/dist/schemas/component-table-manifest.d.ts +8 -8
- package/dist/schemas/manifest.d.ts +580 -580
- package/dist/schemas/tables/kernel/epistemic.d.ts +2 -2
- package/dist/schemas/tables/kernel/intelligence.d.ts +16 -16
- package/dist/schemas/tables/kernel/lens.d.ts +10 -10
- package/dist/schemas/tables/kernel/platform.d.ts +14 -14
- package/dist/schemas/tables/kernel/task.d.ts +26 -26
- package/dist/schemas/tables/kernel/worktree.d.ts +18 -18
- package/dist/schemas/tables/mc/identity.d.ts +2 -2
- package/dist/schemas/tables/mc/methodology.d.ts +2 -2
- package/dist/schemas/tables/mc/pack.d.ts +24 -24
- package/dist/schemas/tables/mc/runtime.d.ts +2 -2
- package/dist/slice-serialization.contract.d.ts +1325 -1325
- package/dist/source-material-adoption-ledger.contract.d.ts +250 -250
- package/dist/source-material-total-partition.contract.d.ts +254 -254
- package/dist/state-vector-manifest.contract.d.ts +83 -83
- package/dist/state-vector-manifest.data.contract.d.ts +1 -1
- package/dist/state-vector-runtime.contract.d.ts +28 -28
- package/dist/substrate-envelope.contract.d.ts +117 -117
- package/dist/substrate-lifecycle-lineage.contract.d.ts +30 -30
- package/dist/substrate-migration-cutover-ledger.contract.d.ts +13 -13
- package/dist/substrate-neo4j-projection.contract.d.ts +179 -179
- package/dist/transition-receipt.contract.d.ts +543 -543
- package/dist/traversal-mode-constitution.contract.d.ts +123 -123
- package/dist/typed-gate-registry.contract.d.ts +61 -61
- package/dist/typed-need.contract.d.ts +248 -248
- package/dist/{unified-state-matrix.contract-BJDYNhnf.d.ts → unified-state-matrix.contract-BTxqLggA.d.ts} +96 -96
- package/dist/unified-state-matrix.contract.d.ts +1 -1
- package/dist/unified-state-matrix.data.contract.d.ts +1 -1
- package/dist/workspace-data-sovereignty.contract.d.ts +114 -114
- package/dist/worktree-belief-adoption.contract.d.ts +91 -91
- package/dist/worktree-delta-ledger.contract.d.ts +124 -124
- package/dist/worktree-graph-branch-maturity.contract.d.ts +63 -63
- package/package.json +1 -1
|
@@ -48,25 +48,25 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
48
48
|
testRefs: z.ZodArray<z.ZodString, "many">;
|
|
49
49
|
followOnWorktrees: z.ZodArray<z.ZodString, "many">;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
followOnWorktrees: string[];
|
|
52
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
51
53
|
direction: string;
|
|
52
54
|
confidenceEffect: "structural_no_confidence_write" | "direct_intrinsic_opinion" | "derived_pressure_only" | "provenance_no_confidence_write" | "migration_no_confidence_write";
|
|
53
|
-
followOnWorktrees: string[];
|
|
54
|
-
canonicalEdgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
55
55
|
semanticClass: "evidence_support" | "evidence_contradiction" | "provenance_lineage" | "structural_containment" | "structural_membership" | "question_answer" | "migration_lineage";
|
|
56
56
|
publicSurfaceAllowed: boolean;
|
|
57
|
-
storageAliases: ("
|
|
57
|
+
storageAliases: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
58
58
|
aliasDisposition: "canonical_public" | "storage_read_alias_only" | "storage_rewrite_to_canonical" | "reserved_for_lb2_membership_adjudication";
|
|
59
59
|
definition: string;
|
|
60
60
|
sourceRefs: string[];
|
|
61
61
|
testRefs: string[];
|
|
62
62
|
}, {
|
|
63
|
+
followOnWorktrees: string[];
|
|
64
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
63
65
|
direction: string;
|
|
64
66
|
confidenceEffect: "structural_no_confidence_write" | "direct_intrinsic_opinion" | "derived_pressure_only" | "provenance_no_confidence_write" | "migration_no_confidence_write";
|
|
65
|
-
followOnWorktrees: string[];
|
|
66
|
-
canonicalEdgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
67
67
|
semanticClass: "evidence_support" | "evidence_contradiction" | "provenance_lineage" | "structural_containment" | "structural_membership" | "question_answer" | "migration_lineage";
|
|
68
68
|
publicSurfaceAllowed: boolean;
|
|
69
|
-
storageAliases: ("
|
|
69
|
+
storageAliases: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
70
70
|
aliasDisposition: "canonical_public" | "storage_read_alias_only" | "storage_rewrite_to_canonical" | "reserved_for_lb2_membership_adjudication";
|
|
71
71
|
definition: string;
|
|
72
72
|
sourceRefs: string[];
|
|
@@ -81,17 +81,17 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
81
81
|
migrationDisposition: z.ZodEnum<["rewrite_to_canonical_preserve_original", "defer_to_membership_lane"]>;
|
|
82
82
|
preservedMetadataFields: z.ZodArray<z.ZodString, "many">;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
canonicalEdgeType: "
|
|
84
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
85
85
|
publicSurfaceAllowed: false;
|
|
86
|
-
aliasEdgeType: "
|
|
86
|
+
aliasEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
87
87
|
readCompatibility: true;
|
|
88
88
|
writeCompatibility: false;
|
|
89
89
|
migrationDisposition: "rewrite_to_canonical_preserve_original" | "defer_to_membership_lane";
|
|
90
90
|
preservedMetadataFields: string[];
|
|
91
91
|
}, {
|
|
92
|
-
canonicalEdgeType: "
|
|
92
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
93
93
|
publicSurfaceAllowed: false;
|
|
94
|
-
aliasEdgeType: "
|
|
94
|
+
aliasEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
95
95
|
readCompatibility: true;
|
|
96
96
|
writeCompatibility: false;
|
|
97
97
|
migrationDisposition: "rewrite_to_canonical_preserve_original" | "defer_to_membership_lane";
|
|
@@ -103,14 +103,14 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
103
103
|
edgeType: z.ZodEnum<["supports", "informs", "depends_on", "derived_from", "contains", "tests", "supersedes", "responds_to", "belongs_to", "relates_to_thesis", "works_at", "invested_in", "competes_with", "participates_in", "founded_by", "evaluates", "performs", "function_in", "impacts", "raised_from", "mentioned_in", "perspective_on", "plays_theme", "answers", "explores", "qualifies", "based_on", "based_on_belief", "based_on_question", "blocked_by_contradiction", "informed_by_theme", "same_as", "reinforces", "parent_of", "child_of", "falsified_by", "exclusive_with", "collapses_if", "cascade_from", "counterfactual_of", "cascade_to", "mutually_exclusive", "correlates_with", "amplifies", "precondition_for", "in_tension_with", "strengthened_by", "weakened_by", "alternative_to", "subsumes", "validated_by", "required_for", "blocks", "prerequisite_for", "parallel_to", "corroborates", "extends", "same_source_as", "same_theme_as", "assumes", "would_predict", "analogous_to", "independent_of", "implements", "violates", "co_changes_with", "migrating_from", "migrating_to", "scoped_by", "about_entity", "entity_referenced_in", "contradicts", "cites", "summarizes", "related_to", "partially_answers", "refines", "branches_from", "extracted_from"]>;
|
|
104
104
|
reason: z.ZodString;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
edgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
107
|
-
decision: "allow" | "refuse" | "defer";
|
|
108
106
|
reason: string;
|
|
107
|
+
edgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
108
|
+
decision: "allow" | "refuse" | "defer";
|
|
109
109
|
fixtureId: "public_derived_from_allowed" | "public_extracted_from_refused" | "storage_extracted_from_read_alias" | "provenance_confidence_write_refused" | "membership_name_deferred_to_lb2";
|
|
110
110
|
}, {
|
|
111
|
-
edgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
112
|
-
decision: "allow" | "refuse" | "defer";
|
|
113
111
|
reason: string;
|
|
112
|
+
edgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
113
|
+
decision: "allow" | "refuse" | "defer";
|
|
114
114
|
fixtureId: "public_derived_from_allowed" | "public_extracted_from_refused" | "storage_extracted_from_read_alias" | "provenance_confidence_write_refused" | "membership_name_deferred_to_lb2";
|
|
115
115
|
}>, "many">;
|
|
116
116
|
confidenceBoundary: z.ZodObject<{
|
|
@@ -120,16 +120,16 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
120
120
|
migrationEdges: z.ZodArray<z.ZodEnum<["supports", "informs", "depends_on", "derived_from", "contains", "tests", "supersedes", "responds_to", "belongs_to", "relates_to_thesis", "works_at", "invested_in", "competes_with", "participates_in", "founded_by", "evaluates", "performs", "function_in", "impacts", "raised_from", "mentioned_in", "perspective_on", "plays_theme", "answers", "explores", "qualifies", "based_on", "based_on_belief", "based_on_question", "blocked_by_contradiction", "informed_by_theme", "same_as", "reinforces", "parent_of", "child_of", "falsified_by", "exclusive_with", "collapses_if", "cascade_from", "counterfactual_of", "cascade_to", "mutually_exclusive", "correlates_with", "amplifies", "precondition_for", "in_tension_with", "strengthened_by", "weakened_by", "alternative_to", "subsumes", "validated_by", "required_for", "blocks", "prerequisite_for", "parallel_to", "corroborates", "extends", "same_source_as", "same_theme_as", "assumes", "would_predict", "analogous_to", "independent_of", "implements", "violates", "co_changes_with", "migrating_from", "migrating_to", "scoped_by", "about_entity", "entity_referenced_in", "contradicts", "cites", "summarizes", "related_to", "partially_answers", "refines", "branches_from"]>, "many">;
|
|
121
121
|
confidenceStopsAt: z.ZodArray<z.ZodString, "many">;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
directEvidenceEdges: ("
|
|
124
|
-
provenanceEdges: ("
|
|
125
|
-
structuralEdges: ("
|
|
126
|
-
migrationEdges: ("
|
|
123
|
+
directEvidenceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
124
|
+
provenanceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
125
|
+
structuralEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
126
|
+
migrationEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
127
127
|
confidenceStopsAt: string[];
|
|
128
128
|
}, {
|
|
129
|
-
directEvidenceEdges: ("
|
|
130
|
-
provenanceEdges: ("
|
|
131
|
-
structuralEdges: ("
|
|
132
|
-
migrationEdges: ("
|
|
129
|
+
directEvidenceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
130
|
+
provenanceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
131
|
+
structuralEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
132
|
+
migrationEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
133
133
|
confidenceStopsAt: string[];
|
|
134
134
|
}>;
|
|
135
135
|
migrationRules: z.ZodArray<z.ZodString, "many">;
|
|
@@ -163,7 +163,6 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
163
163
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
164
164
|
}>;
|
|
165
165
|
}, "strip", z.ZodTypeAny, {
|
|
166
|
-
modelUuid: string;
|
|
167
166
|
quality: {
|
|
168
167
|
fixtureCoverage: number;
|
|
169
168
|
publicNounCoverage: number;
|
|
@@ -174,19 +173,20 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
174
173
|
graphTargetQuestionNodeId: "n97984t9vayq3tmyn4xsmg9tz985r5wg";
|
|
175
174
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
176
175
|
};
|
|
176
|
+
modelUuid: string;
|
|
177
177
|
modelUuidVersion: "uuidv7";
|
|
178
178
|
passFailFixtures: {
|
|
179
|
-
edgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
180
|
-
decision: "allow" | "refuse" | "defer";
|
|
181
179
|
reason: string;
|
|
180
|
+
edgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
181
|
+
decision: "allow" | "refuse" | "defer";
|
|
182
182
|
fixtureId: "public_derived_from_allowed" | "public_extracted_from_refused" | "storage_extracted_from_read_alias" | "provenance_confidence_write_refused" | "membership_name_deferred_to_lb2";
|
|
183
183
|
}[];
|
|
184
184
|
migrationRules: string[];
|
|
185
185
|
expectedRefusals: string[];
|
|
186
186
|
storageAliases: {
|
|
187
|
-
canonicalEdgeType: "
|
|
187
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
188
188
|
publicSurfaceAllowed: false;
|
|
189
|
-
aliasEdgeType: "
|
|
189
|
+
aliasEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
190
190
|
readCompatibility: true;
|
|
191
191
|
writeCompatibility: false;
|
|
192
192
|
migrationDisposition: "rewrite_to_canonical_preserve_original" | "defer_to_membership_lane";
|
|
@@ -195,27 +195,26 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
195
195
|
publicEnumSource: "EDGE_TYPE_VALUES";
|
|
196
196
|
storageEnumSource: "STORAGE_EDGE_TYPE_VALUES";
|
|
197
197
|
canonicalRows: {
|
|
198
|
+
followOnWorktrees: string[];
|
|
199
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
198
200
|
direction: string;
|
|
199
201
|
confidenceEffect: "structural_no_confidence_write" | "direct_intrinsic_opinion" | "derived_pressure_only" | "provenance_no_confidence_write" | "migration_no_confidence_write";
|
|
200
|
-
followOnWorktrees: string[];
|
|
201
|
-
canonicalEdgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
202
202
|
semanticClass: "evidence_support" | "evidence_contradiction" | "provenance_lineage" | "structural_containment" | "structural_membership" | "question_answer" | "migration_lineage";
|
|
203
203
|
publicSurfaceAllowed: boolean;
|
|
204
|
-
storageAliases: ("
|
|
204
|
+
storageAliases: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
205
205
|
aliasDisposition: "canonical_public" | "storage_read_alias_only" | "storage_rewrite_to_canonical" | "reserved_for_lb2_membership_adjudication";
|
|
206
206
|
definition: string;
|
|
207
207
|
sourceRefs: string[];
|
|
208
208
|
testRefs: string[];
|
|
209
209
|
}[];
|
|
210
210
|
confidenceBoundary: {
|
|
211
|
-
directEvidenceEdges: ("
|
|
212
|
-
provenanceEdges: ("
|
|
213
|
-
structuralEdges: ("
|
|
214
|
-
migrationEdges: ("
|
|
211
|
+
directEvidenceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
212
|
+
provenanceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
213
|
+
structuralEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
214
|
+
migrationEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
215
215
|
confidenceStopsAt: string[];
|
|
216
216
|
};
|
|
217
217
|
}, {
|
|
218
|
-
modelUuid: string;
|
|
219
218
|
quality: {
|
|
220
219
|
fixtureCoverage: number;
|
|
221
220
|
publicNounCoverage: number;
|
|
@@ -226,19 +225,20 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
226
225
|
graphTargetQuestionNodeId: "n97984t9vayq3tmyn4xsmg9tz985r5wg";
|
|
227
226
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
228
227
|
};
|
|
228
|
+
modelUuid: string;
|
|
229
229
|
modelUuidVersion: "uuidv7";
|
|
230
230
|
passFailFixtures: {
|
|
231
|
-
edgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
232
|
-
decision: "allow" | "refuse" | "defer";
|
|
233
231
|
reason: string;
|
|
232
|
+
edgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
233
|
+
decision: "allow" | "refuse" | "defer";
|
|
234
234
|
fixtureId: "public_derived_from_allowed" | "public_extracted_from_refused" | "storage_extracted_from_read_alias" | "provenance_confidence_write_refused" | "membership_name_deferred_to_lb2";
|
|
235
235
|
}[];
|
|
236
236
|
migrationRules: string[];
|
|
237
237
|
expectedRefusals: string[];
|
|
238
238
|
storageAliases: {
|
|
239
|
-
canonicalEdgeType: "
|
|
239
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
240
240
|
publicSurfaceAllowed: false;
|
|
241
|
-
aliasEdgeType: "
|
|
241
|
+
aliasEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
242
242
|
readCompatibility: true;
|
|
243
243
|
writeCompatibility: false;
|
|
244
244
|
migrationDisposition: "rewrite_to_canonical_preserve_original" | "defer_to_membership_lane";
|
|
@@ -247,41 +247,40 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
247
247
|
publicEnumSource: "EDGE_TYPE_VALUES";
|
|
248
248
|
storageEnumSource: "STORAGE_EDGE_TYPE_VALUES";
|
|
249
249
|
canonicalRows: {
|
|
250
|
+
followOnWorktrees: string[];
|
|
251
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
250
252
|
direction: string;
|
|
251
253
|
confidenceEffect: "structural_no_confidence_write" | "direct_intrinsic_opinion" | "derived_pressure_only" | "provenance_no_confidence_write" | "migration_no_confidence_write";
|
|
252
|
-
followOnWorktrees: string[];
|
|
253
|
-
canonicalEdgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
254
254
|
semanticClass: "evidence_support" | "evidence_contradiction" | "provenance_lineage" | "structural_containment" | "structural_membership" | "question_answer" | "migration_lineage";
|
|
255
255
|
publicSurfaceAllowed: boolean;
|
|
256
|
-
storageAliases: ("
|
|
256
|
+
storageAliases: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
257
257
|
aliasDisposition: "canonical_public" | "storage_read_alias_only" | "storage_rewrite_to_canonical" | "reserved_for_lb2_membership_adjudication";
|
|
258
258
|
definition: string;
|
|
259
259
|
sourceRefs: string[];
|
|
260
260
|
testRefs: string[];
|
|
261
261
|
}[];
|
|
262
262
|
confidenceBoundary: {
|
|
263
|
-
directEvidenceEdges: ("
|
|
264
|
-
provenanceEdges: ("
|
|
265
|
-
structuralEdges: ("
|
|
266
|
-
migrationEdges: ("
|
|
263
|
+
directEvidenceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
264
|
+
provenanceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
265
|
+
structuralEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
266
|
+
migrationEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
267
267
|
confidenceStopsAt: string[];
|
|
268
268
|
};
|
|
269
269
|
}>;
|
|
270
270
|
}, "strip", z.ZodTypeAny, {
|
|
271
271
|
worktree: "C2-LB.1";
|
|
272
|
-
lane: "c2-lb-edge-propagation-lock";
|
|
273
272
|
contractVersion: "c2_lb_canonical_edge_public_noun_lock.v1";
|
|
273
|
+
lane: "c2-lb-edge-propagation-lock";
|
|
274
|
+
graphWorktreeId: "tn74be2s5wmk8v5vn14qnbsan185sh4p";
|
|
275
|
+
compositionKey: "canonical_edge_public_noun_lock_v1";
|
|
274
276
|
dependsOn: string[];
|
|
275
277
|
sourceAnchors: string[];
|
|
276
|
-
graphWorktreeId: "tn74be2s5wmk8v5vn14qnbsan185sh4p";
|
|
277
278
|
rules: string[];
|
|
278
|
-
compositionKey: "canonical_edge_public_noun_lock_v1";
|
|
279
279
|
graphTargetBeliefNodeId: "n975y1ccct0e83h1hcednevfwx85r7r0";
|
|
280
280
|
graphTargetBeliefGlobalId: "7f8a95e0-87b2-49d3-aca2-3660f8207454";
|
|
281
281
|
graphTargetQuestionNodeId: "n97984t9vayq3tmyn4xsmg9tz985r5wg";
|
|
282
282
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
283
283
|
model: {
|
|
284
|
-
modelUuid: string;
|
|
285
284
|
quality: {
|
|
286
285
|
fixtureCoverage: number;
|
|
287
286
|
publicNounCoverage: number;
|
|
@@ -292,19 +291,20 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
292
291
|
graphTargetQuestionNodeId: "n97984t9vayq3tmyn4xsmg9tz985r5wg";
|
|
293
292
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
294
293
|
};
|
|
294
|
+
modelUuid: string;
|
|
295
295
|
modelUuidVersion: "uuidv7";
|
|
296
296
|
passFailFixtures: {
|
|
297
|
-
edgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
298
|
-
decision: "allow" | "refuse" | "defer";
|
|
299
297
|
reason: string;
|
|
298
|
+
edgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
299
|
+
decision: "allow" | "refuse" | "defer";
|
|
300
300
|
fixtureId: "public_derived_from_allowed" | "public_extracted_from_refused" | "storage_extracted_from_read_alias" | "provenance_confidence_write_refused" | "membership_name_deferred_to_lb2";
|
|
301
301
|
}[];
|
|
302
302
|
migrationRules: string[];
|
|
303
303
|
expectedRefusals: string[];
|
|
304
304
|
storageAliases: {
|
|
305
|
-
canonicalEdgeType: "
|
|
305
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
306
306
|
publicSurfaceAllowed: false;
|
|
307
|
-
aliasEdgeType: "
|
|
307
|
+
aliasEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
308
308
|
readCompatibility: true;
|
|
309
309
|
writeCompatibility: false;
|
|
310
310
|
migrationDisposition: "rewrite_to_canonical_preserve_original" | "defer_to_membership_lane";
|
|
@@ -313,41 +313,40 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
313
313
|
publicEnumSource: "EDGE_TYPE_VALUES";
|
|
314
314
|
storageEnumSource: "STORAGE_EDGE_TYPE_VALUES";
|
|
315
315
|
canonicalRows: {
|
|
316
|
+
followOnWorktrees: string[];
|
|
317
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
316
318
|
direction: string;
|
|
317
319
|
confidenceEffect: "structural_no_confidence_write" | "direct_intrinsic_opinion" | "derived_pressure_only" | "provenance_no_confidence_write" | "migration_no_confidence_write";
|
|
318
|
-
followOnWorktrees: string[];
|
|
319
|
-
canonicalEdgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
320
320
|
semanticClass: "evidence_support" | "evidence_contradiction" | "provenance_lineage" | "structural_containment" | "structural_membership" | "question_answer" | "migration_lineage";
|
|
321
321
|
publicSurfaceAllowed: boolean;
|
|
322
|
-
storageAliases: ("
|
|
322
|
+
storageAliases: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
323
323
|
aliasDisposition: "canonical_public" | "storage_read_alias_only" | "storage_rewrite_to_canonical" | "reserved_for_lb2_membership_adjudication";
|
|
324
324
|
definition: string;
|
|
325
325
|
sourceRefs: string[];
|
|
326
326
|
testRefs: string[];
|
|
327
327
|
}[];
|
|
328
328
|
confidenceBoundary: {
|
|
329
|
-
directEvidenceEdges: ("
|
|
330
|
-
provenanceEdges: ("
|
|
331
|
-
structuralEdges: ("
|
|
332
|
-
migrationEdges: ("
|
|
329
|
+
directEvidenceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
330
|
+
provenanceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
331
|
+
structuralEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
332
|
+
migrationEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
333
333
|
confidenceStopsAt: string[];
|
|
334
334
|
};
|
|
335
335
|
};
|
|
336
336
|
}, {
|
|
337
337
|
worktree: "C2-LB.1";
|
|
338
|
-
lane: "c2-lb-edge-propagation-lock";
|
|
339
338
|
contractVersion: "c2_lb_canonical_edge_public_noun_lock.v1";
|
|
339
|
+
lane: "c2-lb-edge-propagation-lock";
|
|
340
|
+
graphWorktreeId: "tn74be2s5wmk8v5vn14qnbsan185sh4p";
|
|
341
|
+
compositionKey: "canonical_edge_public_noun_lock_v1";
|
|
340
342
|
dependsOn: string[];
|
|
341
343
|
sourceAnchors: string[];
|
|
342
|
-
graphWorktreeId: "tn74be2s5wmk8v5vn14qnbsan185sh4p";
|
|
343
344
|
rules: string[];
|
|
344
|
-
compositionKey: "canonical_edge_public_noun_lock_v1";
|
|
345
345
|
graphTargetBeliefNodeId: "n975y1ccct0e83h1hcednevfwx85r7r0";
|
|
346
346
|
graphTargetBeliefGlobalId: "7f8a95e0-87b2-49d3-aca2-3660f8207454";
|
|
347
347
|
graphTargetQuestionNodeId: "n97984t9vayq3tmyn4xsmg9tz985r5wg";
|
|
348
348
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
349
349
|
model: {
|
|
350
|
-
modelUuid: string;
|
|
351
350
|
quality: {
|
|
352
351
|
fixtureCoverage: number;
|
|
353
352
|
publicNounCoverage: number;
|
|
@@ -358,19 +357,20 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
358
357
|
graphTargetQuestionNodeId: "n97984t9vayq3tmyn4xsmg9tz985r5wg";
|
|
359
358
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
360
359
|
};
|
|
360
|
+
modelUuid: string;
|
|
361
361
|
modelUuidVersion: "uuidv7";
|
|
362
362
|
passFailFixtures: {
|
|
363
|
-
edgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
364
|
-
decision: "allow" | "refuse" | "defer";
|
|
365
363
|
reason: string;
|
|
364
|
+
edgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
365
|
+
decision: "allow" | "refuse" | "defer";
|
|
366
366
|
fixtureId: "public_derived_from_allowed" | "public_extracted_from_refused" | "storage_extracted_from_read_alias" | "provenance_confidence_write_refused" | "membership_name_deferred_to_lb2";
|
|
367
367
|
}[];
|
|
368
368
|
migrationRules: string[];
|
|
369
369
|
expectedRefusals: string[];
|
|
370
370
|
storageAliases: {
|
|
371
|
-
canonicalEdgeType: "
|
|
371
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
372
372
|
publicSurfaceAllowed: false;
|
|
373
|
-
aliasEdgeType: "
|
|
373
|
+
aliasEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
374
374
|
readCompatibility: true;
|
|
375
375
|
writeCompatibility: false;
|
|
376
376
|
migrationDisposition: "rewrite_to_canonical_preserve_original" | "defer_to_membership_lane";
|
|
@@ -379,23 +379,23 @@ declare const CanonicalEdgePublicNounLockContractSchema: z.ZodObject<{
|
|
|
379
379
|
publicEnumSource: "EDGE_TYPE_VALUES";
|
|
380
380
|
storageEnumSource: "STORAGE_EDGE_TYPE_VALUES";
|
|
381
381
|
canonicalRows: {
|
|
382
|
+
followOnWorktrees: string[];
|
|
383
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
382
384
|
direction: string;
|
|
383
385
|
confidenceEffect: "structural_no_confidence_write" | "direct_intrinsic_opinion" | "derived_pressure_only" | "provenance_no_confidence_write" | "migration_no_confidence_write";
|
|
384
|
-
followOnWorktrees: string[];
|
|
385
|
-
canonicalEdgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
386
386
|
semanticClass: "evidence_support" | "evidence_contradiction" | "provenance_lineage" | "structural_containment" | "structural_membership" | "question_answer" | "migration_lineage";
|
|
387
387
|
publicSurfaceAllowed: boolean;
|
|
388
|
-
storageAliases: ("
|
|
388
|
+
storageAliases: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
389
389
|
aliasDisposition: "canonical_public" | "storage_read_alias_only" | "storage_rewrite_to_canonical" | "reserved_for_lb2_membership_adjudication";
|
|
390
390
|
definition: string;
|
|
391
391
|
sourceRefs: string[];
|
|
392
392
|
testRefs: string[];
|
|
393
393
|
}[];
|
|
394
394
|
confidenceBoundary: {
|
|
395
|
-
directEvidenceEdges: ("
|
|
396
|
-
provenanceEdges: ("
|
|
397
|
-
structuralEdges: ("
|
|
398
|
-
migrationEdges: ("
|
|
395
|
+
directEvidenceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
396
|
+
provenanceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
397
|
+
structuralEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
398
|
+
migrationEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
399
399
|
confidenceStopsAt: string[];
|
|
400
400
|
};
|
|
401
401
|
};
|
|
@@ -530,7 +530,7 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_CONTRACT: {
|
|
|
530
530
|
confidenceBoundary: {
|
|
531
531
|
directEvidenceEdges: ("informs" | "contradicts" | "supports" | "qualifies")[];
|
|
532
532
|
provenanceEdges: ("derived_from" | "extracted_from")[];
|
|
533
|
-
structuralEdges: ("
|
|
533
|
+
structuralEdges: ("belongs_to" | "contains" | "tests" | "scoped_by")[];
|
|
534
534
|
migrationEdges: ("migrating_from" | "migrating_to")[];
|
|
535
535
|
confidenceStopsAt: string[];
|
|
536
536
|
};
|
|
@@ -550,19 +550,18 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_CONTRACT: {
|
|
|
550
550
|
};
|
|
551
551
|
declare const parsedCanonicalEdgePublicNounLockContract: {
|
|
552
552
|
worktree: "C2-LB.1";
|
|
553
|
-
lane: "c2-lb-edge-propagation-lock";
|
|
554
553
|
contractVersion: "c2_lb_canonical_edge_public_noun_lock.v1";
|
|
554
|
+
lane: "c2-lb-edge-propagation-lock";
|
|
555
|
+
graphWorktreeId: "tn74be2s5wmk8v5vn14qnbsan185sh4p";
|
|
556
|
+
compositionKey: "canonical_edge_public_noun_lock_v1";
|
|
555
557
|
dependsOn: string[];
|
|
556
558
|
sourceAnchors: string[];
|
|
557
|
-
graphWorktreeId: "tn74be2s5wmk8v5vn14qnbsan185sh4p";
|
|
558
559
|
rules: string[];
|
|
559
|
-
compositionKey: "canonical_edge_public_noun_lock_v1";
|
|
560
560
|
graphTargetBeliefNodeId: "n975y1ccct0e83h1hcednevfwx85r7r0";
|
|
561
561
|
graphTargetBeliefGlobalId: "7f8a95e0-87b2-49d3-aca2-3660f8207454";
|
|
562
562
|
graphTargetQuestionNodeId: "n97984t9vayq3tmyn4xsmg9tz985r5wg";
|
|
563
563
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
564
564
|
model: {
|
|
565
|
-
modelUuid: string;
|
|
566
565
|
quality: {
|
|
567
566
|
fixtureCoverage: number;
|
|
568
567
|
publicNounCoverage: number;
|
|
@@ -573,19 +572,20 @@ declare const parsedCanonicalEdgePublicNounLockContract: {
|
|
|
573
572
|
graphTargetQuestionNodeId: "n97984t9vayq3tmyn4xsmg9tz985r5wg";
|
|
574
573
|
graphTargetQuestionGlobalId: "8139e659-48ed-4a0d-bb96-b301941e319a";
|
|
575
574
|
};
|
|
575
|
+
modelUuid: string;
|
|
576
576
|
modelUuidVersion: "uuidv7";
|
|
577
577
|
passFailFixtures: {
|
|
578
|
-
edgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
579
|
-
decision: "allow" | "refuse" | "defer";
|
|
580
578
|
reason: string;
|
|
579
|
+
edgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
580
|
+
decision: "allow" | "refuse" | "defer";
|
|
581
581
|
fixtureId: "public_derived_from_allowed" | "public_extracted_from_refused" | "storage_extracted_from_read_alias" | "provenance_confidence_write_refused" | "membership_name_deferred_to_lb2";
|
|
582
582
|
}[];
|
|
583
583
|
migrationRules: string[];
|
|
584
584
|
expectedRefusals: string[];
|
|
585
585
|
storageAliases: {
|
|
586
|
-
canonicalEdgeType: "
|
|
586
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
587
587
|
publicSurfaceAllowed: false;
|
|
588
|
-
aliasEdgeType: "
|
|
588
|
+
aliasEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from";
|
|
589
589
|
readCompatibility: true;
|
|
590
590
|
writeCompatibility: false;
|
|
591
591
|
migrationDisposition: "rewrite_to_canonical_preserve_original" | "defer_to_membership_lane";
|
|
@@ -594,23 +594,23 @@ declare const parsedCanonicalEdgePublicNounLockContract: {
|
|
|
594
594
|
publicEnumSource: "EDGE_TYPE_VALUES";
|
|
595
595
|
storageEnumSource: "STORAGE_EDGE_TYPE_VALUES";
|
|
596
596
|
canonicalRows: {
|
|
597
|
+
followOnWorktrees: string[];
|
|
598
|
+
canonicalEdgeType: "belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
597
599
|
direction: string;
|
|
598
600
|
confidenceEffect: "structural_no_confidence_write" | "direct_intrinsic_opinion" | "derived_pressure_only" | "provenance_no_confidence_write" | "migration_no_confidence_write";
|
|
599
|
-
followOnWorktrees: string[];
|
|
600
|
-
canonicalEdgeType: "informs" | "answers" | "contradicts" | "supports" | "depends_on" | "derived_from" | "contains" | "supersedes" | "tests" | "belongs_to" | "cites" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from";
|
|
601
601
|
semanticClass: "evidence_support" | "evidence_contradiction" | "provenance_lineage" | "structural_containment" | "structural_membership" | "question_answer" | "migration_lineage";
|
|
602
602
|
publicSurfaceAllowed: boolean;
|
|
603
|
-
storageAliases: ("
|
|
603
|
+
storageAliases: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
604
604
|
aliasDisposition: "canonical_public" | "storage_read_alias_only" | "storage_rewrite_to_canonical" | "reserved_for_lb2_membership_adjudication";
|
|
605
605
|
definition: string;
|
|
606
606
|
sourceRefs: string[];
|
|
607
607
|
testRefs: string[];
|
|
608
608
|
}[];
|
|
609
609
|
confidenceBoundary: {
|
|
610
|
-
directEvidenceEdges: ("
|
|
611
|
-
provenanceEdges: ("
|
|
612
|
-
structuralEdges: ("
|
|
613
|
-
migrationEdges: ("
|
|
610
|
+
directEvidenceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
611
|
+
provenanceEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from" | "extracted_from")[];
|
|
612
|
+
structuralEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
613
|
+
migrationEdges: ("belongs_to" | "informs" | "derived_from" | "cites" | "answers" | "contradicts" | "supports" | "depends_on" | "contains" | "supersedes" | "tests" | "responds_to" | "relates_to_thesis" | "works_at" | "invested_in" | "competes_with" | "participates_in" | "founded_by" | "evaluates" | "performs" | "function_in" | "impacts" | "raised_from" | "mentioned_in" | "perspective_on" | "plays_theme" | "explores" | "qualifies" | "based_on" | "based_on_belief" | "based_on_question" | "blocked_by_contradiction" | "informed_by_theme" | "same_as" | "reinforces" | "parent_of" | "child_of" | "falsified_by" | "exclusive_with" | "collapses_if" | "cascade_from" | "counterfactual_of" | "cascade_to" | "mutually_exclusive" | "correlates_with" | "amplifies" | "precondition_for" | "in_tension_with" | "strengthened_by" | "weakened_by" | "alternative_to" | "subsumes" | "validated_by" | "required_for" | "blocks" | "prerequisite_for" | "parallel_to" | "corroborates" | "extends" | "same_source_as" | "same_theme_as" | "assumes" | "would_predict" | "analogous_to" | "independent_of" | "implements" | "violates" | "co_changes_with" | "migrating_from" | "migrating_to" | "scoped_by" | "about_entity" | "entity_referenced_in" | "summarizes" | "related_to" | "partially_answers" | "refines" | "branches_from")[];
|
|
614
614
|
confidenceStopsAt: string[];
|
|
615
615
|
};
|
|
616
616
|
};
|
|
@@ -628,10 +628,10 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_COMPOSITION_ROW: {
|
|
|
628
628
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
629
629
|
qualityVector: string[];
|
|
630
630
|
identity: {
|
|
631
|
+
registryKeyField: "key";
|
|
631
632
|
canonicalPublicIdField: "compositionUuid";
|
|
632
633
|
canonicalPublicIdVersion: "uuidv7";
|
|
633
634
|
storageLocatorSemantic: false;
|
|
634
|
-
registryKeyField: "key";
|
|
635
635
|
contentAddressFields: string[];
|
|
636
636
|
};
|
|
637
637
|
authorization: {
|
|
@@ -670,10 +670,10 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_COMPOSITION_ROW: {
|
|
|
670
670
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
671
671
|
qualityVector: string[];
|
|
672
672
|
identity: {
|
|
673
|
+
registryKeyField: "key";
|
|
673
674
|
canonicalPublicIdField: "compositionUuid";
|
|
674
675
|
canonicalPublicIdVersion: "uuidv7";
|
|
675
676
|
storageLocatorSemantic: false;
|
|
676
|
-
registryKeyField: "key";
|
|
677
677
|
contentAddressFields: string[];
|
|
678
678
|
};
|
|
679
679
|
authorization: {
|
|
@@ -712,10 +712,10 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_COMPOSITION_ROW: {
|
|
|
712
712
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
713
713
|
qualityVector: string[];
|
|
714
714
|
identity: {
|
|
715
|
+
registryKeyField: "key";
|
|
715
716
|
canonicalPublicIdField: "compositionUuid";
|
|
716
717
|
canonicalPublicIdVersion: "uuidv7";
|
|
717
718
|
storageLocatorSemantic: false;
|
|
718
|
-
registryKeyField: "key";
|
|
719
719
|
contentAddressFields: string[];
|
|
720
720
|
};
|
|
721
721
|
authorization: {
|
|
@@ -754,10 +754,10 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_COMPOSITION_ROW: {
|
|
|
754
754
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
755
755
|
qualityVector: string[];
|
|
756
756
|
identity: {
|
|
757
|
+
registryKeyField: "key";
|
|
757
758
|
canonicalPublicIdField: "compositionUuid";
|
|
758
759
|
canonicalPublicIdVersion: "uuidv7";
|
|
759
760
|
storageLocatorSemantic: false;
|
|
760
|
-
registryKeyField: "key";
|
|
761
761
|
contentAddressFields: string[];
|
|
762
762
|
};
|
|
763
763
|
authorization: {
|
|
@@ -787,19 +787,19 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_COMPOSITION_ROW: {
|
|
|
787
787
|
key: string;
|
|
788
788
|
emittedAs: string;
|
|
789
789
|
classification: "substrate_contract";
|
|
790
|
-
lifecycle: "
|
|
790
|
+
lifecycle: "reserved";
|
|
791
791
|
ownerLane: string;
|
|
792
792
|
dependsOn: string[];
|
|
793
793
|
primitives: string[];
|
|
794
794
|
sourceSurfaces: string[];
|
|
795
795
|
defaultDepth: "extra-high";
|
|
796
|
-
allowedDepths: ("
|
|
796
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
797
797
|
qualityVector: string[];
|
|
798
798
|
identity: {
|
|
799
|
+
registryKeyField: "key";
|
|
799
800
|
canonicalPublicIdField: "compositionUuid";
|
|
800
801
|
canonicalPublicIdVersion: "uuidv7";
|
|
801
802
|
storageLocatorSemantic: false;
|
|
802
|
-
registryKeyField: "key";
|
|
803
803
|
contentAddressFields: string[];
|
|
804
804
|
};
|
|
805
805
|
authorization: {
|
|
@@ -834,14 +834,14 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_COMPOSITION_ROW: {
|
|
|
834
834
|
dependsOn: string[];
|
|
835
835
|
primitives: string[];
|
|
836
836
|
sourceSurfaces: string[];
|
|
837
|
-
defaultDepth: "
|
|
838
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
837
|
+
defaultDepth: "high";
|
|
838
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
839
839
|
qualityVector: string[];
|
|
840
840
|
identity: {
|
|
841
|
+
registryKeyField: "key";
|
|
841
842
|
canonicalPublicIdField: "compositionUuid";
|
|
842
843
|
canonicalPublicIdVersion: "uuidv7";
|
|
843
844
|
storageLocatorSemantic: false;
|
|
844
|
-
registryKeyField: "key";
|
|
845
845
|
contentAddressFields: string[];
|
|
846
846
|
};
|
|
847
847
|
authorization: {
|
|
@@ -871,19 +871,19 @@ declare const CANONICAL_EDGE_PUBLIC_NOUN_LOCK_COMPOSITION_ROW: {
|
|
|
871
871
|
key: string;
|
|
872
872
|
emittedAs: string;
|
|
873
873
|
classification: "substrate_contract";
|
|
874
|
-
lifecycle: "
|
|
874
|
+
lifecycle: "current";
|
|
875
875
|
ownerLane: string;
|
|
876
876
|
dependsOn: string[];
|
|
877
877
|
primitives: string[];
|
|
878
878
|
sourceSurfaces: string[];
|
|
879
|
-
defaultDepth: "high";
|
|
880
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
879
|
+
defaultDepth: "extra-high";
|
|
880
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
881
881
|
qualityVector: string[];
|
|
882
882
|
identity: {
|
|
883
|
+
registryKeyField: "key";
|
|
883
884
|
canonicalPublicIdField: "compositionUuid";
|
|
884
885
|
canonicalPublicIdVersion: "uuidv7";
|
|
885
886
|
storageLocatorSemantic: false;
|
|
886
|
-
registryKeyField: "key";
|
|
887
887
|
contentAddressFields: string[];
|
|
888
888
|
};
|
|
889
889
|
authorization: {
|