@lucern/contracts 0.3.0-alpha.4 → 0.3.0-alpha.5
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/dist/edge-policy-manifest-DpmTtjmm.d.ts +132 -0
- package/dist/function-registry/beliefs.js +72 -0
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.js +72 -0
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.js +72 -0
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.js +72 -0
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.js +72 -0
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.js +72 -0
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.js +72 -0
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.d.ts +78 -0
- package/dist/function-registry/graph.js +129 -0
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.d.ts +1 -1
- package/dist/function-registry/helpers.js +72 -0
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.js +72 -0
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.d.ts +1 -1
- package/dist/function-registry/index.js +72 -0
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.js +72 -0
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.js +72 -0
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.js +72 -0
- package/dist/function-registry/lenses.js.map +1 -1
- package/dist/function-registry/manifest.d.ts +3 -3
- package/dist/function-registry/manifest.js +2 -0
- package/dist/function-registry/manifest.js.map +1 -1
- package/dist/function-registry/ontologies.js +72 -0
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.js +72 -0
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.js +72 -0
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.js +72 -0
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.js +72 -0
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/types.d.ts +1 -1
- package/dist/function-registry/worktrees.js +72 -0
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/generated/convexSchemas.js +1 -1
- package/dist/generated/convexSchemas.js.map +1 -1
- package/dist/graph-intelligence.contract.d.ts +506 -0
- package/dist/graph-intelligence.contract.js +595 -0
- package/dist/graph-intelligence.contract.js.map +1 -0
- package/dist/graph-types/index.d.ts +5 -1
- package/dist/graph-types/index.js +15 -4
- package/dist/graph-types/index.js.map +1 -1
- package/dist/{index-CV-0_VWJ.d.ts → index-O09U2xHk.d.ts} +5 -2
- package/dist/index.d.ts +18 -817
- package/dist/index.js +744 -10
- package/dist/index.js.map +1 -1
- package/dist/infisical-runtime.contract.js +120 -0
- package/dist/infisical-runtime.contract.js.map +1 -1
- package/dist/manifests/edge-policy-manifest.d.ts +2 -0
- package/dist/manifests/edge-policy-manifest.data.d.ts +27 -0
- package/dist/manifests/edge-policy-manifest.data.js +34 -0
- package/dist/manifests/edge-policy-manifest.data.js.map +1 -0
- package/dist/manifests/edge-policy-manifest.js +65 -0
- package/dist/manifests/edge-policy-manifest.js.map +1 -0
- package/dist/manifests/infisical-runtime-manifest.d.ts +151 -0
- package/dist/manifests/infisical-runtime-manifest.js +311 -0
- package/dist/manifests/infisical-runtime-manifest.js.map +1 -0
- package/dist/manifests/invariant-manifest.d.ts +65 -0
- package/dist/manifests/invariant-manifest.js +18 -0
- package/dist/manifests/invariant-manifest.js.map +1 -0
- package/dist/manifests/invariants/ast-utils.d.ts +14 -0
- package/dist/manifests/invariants/ast-utils.js +54 -0
- package/dist/manifests/invariants/ast-utils.js.map +1 -0
- package/dist/manifests/invariants/index.d.ts +15 -0
- package/dist/manifests/invariants/index.js +183 -0
- package/dist/manifests/invariants/index.js.map +1 -0
- package/dist/manifests/invariants/inv-1-beliefs-append-only.d.ts +12 -0
- package/dist/manifests/invariants/inv-1-beliefs-append-only.js +94 -0
- package/dist/manifests/invariants/inv-1-beliefs-append-only.js.map +1 -0
- package/dist/manifests/invariants/inv-14-no-silent-transitions.d.ts +12 -0
- package/dist/manifests/invariants/inv-14-no-silent-transitions.js +99 -0
- package/dist/manifests/invariants/inv-14-no-silent-transitions.js.map +1 -0
- package/dist/manifests/invariants/manifest-1-projections-declare-audit.d.ts +12 -0
- package/dist/manifests/invariants/manifest-1-projections-declare-audit.js +42 -0
- package/dist/manifests/invariants/manifest-1-projections-declare-audit.js.map +1 -0
- package/dist/manifests/tenant-client-manifest.d.ts +303 -0
- package/dist/manifests/tenant-client-manifest.js +409 -0
- package/dist/manifests/tenant-client-manifest.js.map +1 -0
- package/dist/projections/check-convex-args-shape.d.ts +3 -0
- package/dist/projections/check-convex-args-shape.js +396 -0
- package/dist/projections/check-convex-args-shape.js.map +1 -0
- package/dist/projections/create-evidence.projection.d.ts +176 -0
- package/dist/projections/create-evidence.projection.js +128 -0
- package/dist/projections/create-evidence.projection.js.map +1 -0
- package/dist/projections/index.d.ts +102 -0
- package/dist/projections/index.js +345 -0
- package/dist/projections/index.js.map +1 -0
- package/dist/projections/list-beliefs.projection.d.ts +36 -0
- package/dist/projections/list-beliefs.projection.js +54 -0
- package/dist/projections/list-beliefs.projection.js.map +1 -0
- package/dist/projections/list-tasks.projection.d.ts +32 -0
- package/dist/projections/list-tasks.projection.js +52 -0
- package/dist/projections/list-tasks.projection.js.map +1 -0
- package/dist/projections/modulate-confidence.projection.d.ts +219 -0
- package/dist/projections/modulate-confidence.projection.js +148 -0
- package/dist/projections/modulate-confidence.projection.js.map +1 -0
- package/dist/projections/projection-dsl.d.ts +11 -0
- package/dist/projections/projection-dsl.js +8 -0
- package/dist/projections/projection-dsl.js.map +1 -0
- package/dist/schemas/enums.d.ts +5 -2
- package/dist/schemas/enums.js +5 -2
- package/dist/schemas/enums.js.map +1 -1
- package/dist/schemas/index.d.ts +1 -1
- package/dist/schemas/index.js +6 -3
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/manifest.d.ts +15 -15
- package/dist/schemas/manifest.js +5 -2
- package/dist/schemas/manifest.js.map +1 -1
- package/dist/schemas/tables/kernel/intelligence.d.ts +2 -2
- package/dist/schemas/tables/kernel/spine.d.ts +1 -1
- package/dist/schemas/tables/kernel/spine.js +5 -2
- package/dist/schemas/tables/kernel/spine.js.map +1 -1
- package/dist/schemas/tables/kernel/topic.js +4 -1
- package/dist/schemas/tables/kernel/topic.js.map +1 -1
- package/dist/{sdk-tools.contract-CD-N1Jf7.d.ts → sdk-tools.contract-Ng8ULxjr.d.ts} +1 -1
- package/dist/sdk-tools.contract.d.ts +2 -2
- package/dist/sdk-tools.contract.js +70 -0
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/tenant-bootstrap-seed.contract.d.ts +12 -8
- package/dist/tenant-bootstrap-seed.contract.js +6 -4
- package/dist/tenant-bootstrap-seed.contract.js.map +1 -1
- package/dist/tenant-client.contract.d.ts +69 -5
- package/dist/tenant-client.contract.js +65 -4
- package/dist/tenant-client.contract.js.map +1 -1
- package/dist/{tool-contracts-BcKz-VGj.d.ts → tool-contracts-CYXVPN4K.d.ts} +6 -2
- package/dist/tool-contracts.d.ts +1 -1
- package/dist/tool-contracts.js +71 -1
- package/dist/tool-contracts.js.map +1 -1
- package/package.json +9 -1
|
@@ -829,7 +829,7 @@ declare const KERNEL_TABLE_CONTRACTS: readonly [TableContract<{
|
|
|
829
829
|
id: string;
|
|
830
830
|
title: string;
|
|
831
831
|
severity: "critical" | "warning" | "info";
|
|
832
|
-
category: "temporal" | "
|
|
832
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
833
833
|
nodeIds: string[];
|
|
834
834
|
nodeLabels: string[];
|
|
835
835
|
detector: string;
|
|
@@ -840,7 +840,7 @@ declare const KERNEL_TABLE_CONTRACTS: readonly [TableContract<{
|
|
|
840
840
|
id: string;
|
|
841
841
|
title: string;
|
|
842
842
|
severity: "critical" | "warning" | "info";
|
|
843
|
-
category: "temporal" | "
|
|
843
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
844
844
|
nodeIds: string[];
|
|
845
845
|
nodeLabels: string[];
|
|
846
846
|
detector: string;
|
|
@@ -1658,7 +1658,7 @@ declare const KERNEL_TABLE_CONTRACTS: readonly [TableContract<{
|
|
|
1658
1658
|
toNodeId: zod.ZodOptional<zod.ZodString>;
|
|
1659
1659
|
sourceGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
1660
1660
|
targetGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
1661
|
-
edgeType: zod.ZodEnum<["supports", "informs", "depends_on", "
|
|
1661
|
+
edgeType: zod.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"]>;
|
|
1662
1662
|
edgeTier: zod.ZodOptional<zod.ZodString>;
|
|
1663
1663
|
domainNamespace: zod.ZodOptional<zod.ZodString>;
|
|
1664
1664
|
constraint: zod.ZodOptional<zod.ZodString>;
|
|
@@ -5774,7 +5774,7 @@ declare const TABLE_CONTRACTS_BY_COMPONENT: {
|
|
|
5774
5774
|
id: string;
|
|
5775
5775
|
title: string;
|
|
5776
5776
|
severity: "critical" | "warning" | "info";
|
|
5777
|
-
category: "temporal" | "
|
|
5777
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
5778
5778
|
nodeIds: string[];
|
|
5779
5779
|
nodeLabels: string[];
|
|
5780
5780
|
detector: string;
|
|
@@ -5785,7 +5785,7 @@ declare const TABLE_CONTRACTS_BY_COMPONENT: {
|
|
|
5785
5785
|
id: string;
|
|
5786
5786
|
title: string;
|
|
5787
5787
|
severity: "critical" | "warning" | "info";
|
|
5788
|
-
category: "temporal" | "
|
|
5788
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
5789
5789
|
nodeIds: string[];
|
|
5790
5790
|
nodeLabels: string[];
|
|
5791
5791
|
detector: string;
|
|
@@ -6603,7 +6603,7 @@ declare const TABLE_CONTRACTS_BY_COMPONENT: {
|
|
|
6603
6603
|
toNodeId: zod.ZodOptional<zod.ZodString>;
|
|
6604
6604
|
sourceGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
6605
6605
|
targetGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
6606
|
-
edgeType: zod.ZodEnum<["supports", "informs", "depends_on", "
|
|
6606
|
+
edgeType: zod.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"]>;
|
|
6607
6607
|
edgeTier: zod.ZodOptional<zod.ZodString>;
|
|
6608
6608
|
domainNamespace: zod.ZodOptional<zod.ZodString>;
|
|
6609
6609
|
constraint: zod.ZodOptional<zod.ZodString>;
|
|
@@ -10720,7 +10720,7 @@ declare const ALL_TABLE_CONTRACTS: readonly [TableContract<{
|
|
|
10720
10720
|
id: string;
|
|
10721
10721
|
title: string;
|
|
10722
10722
|
severity: "critical" | "warning" | "info";
|
|
10723
|
-
category: "temporal" | "
|
|
10723
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
10724
10724
|
nodeIds: string[];
|
|
10725
10725
|
nodeLabels: string[];
|
|
10726
10726
|
detector: string;
|
|
@@ -10731,7 +10731,7 @@ declare const ALL_TABLE_CONTRACTS: readonly [TableContract<{
|
|
|
10731
10731
|
id: string;
|
|
10732
10732
|
title: string;
|
|
10733
10733
|
severity: "critical" | "warning" | "info";
|
|
10734
|
-
category: "temporal" | "
|
|
10734
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
10735
10735
|
nodeIds: string[];
|
|
10736
10736
|
nodeLabels: string[];
|
|
10737
10737
|
detector: string;
|
|
@@ -11549,7 +11549,7 @@ declare const ALL_TABLE_CONTRACTS: readonly [TableContract<{
|
|
|
11549
11549
|
toNodeId: zod.ZodOptional<zod.ZodString>;
|
|
11550
11550
|
sourceGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
11551
11551
|
targetGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
11552
|
-
edgeType: zod.ZodEnum<["supports", "informs", "depends_on", "
|
|
11552
|
+
edgeType: zod.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"]>;
|
|
11553
11553
|
edgeTier: zod.ZodOptional<zod.ZodString>;
|
|
11554
11554
|
domainNamespace: zod.ZodOptional<zod.ZodString>;
|
|
11555
11555
|
constraint: zod.ZodOptional<zod.ZodString>;
|
|
@@ -15995,7 +15995,7 @@ declare function listTableContractsByName(name: string): (TableContract<{
|
|
|
15995
15995
|
id: string;
|
|
15996
15996
|
title: string;
|
|
15997
15997
|
severity: "critical" | "warning" | "info";
|
|
15998
|
-
category: "temporal" | "
|
|
15998
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
15999
15999
|
nodeIds: string[];
|
|
16000
16000
|
nodeLabels: string[];
|
|
16001
16001
|
detector: string;
|
|
@@ -16006,7 +16006,7 @@ declare function listTableContractsByName(name: string): (TableContract<{
|
|
|
16006
16006
|
id: string;
|
|
16007
16007
|
title: string;
|
|
16008
16008
|
severity: "critical" | "warning" | "info";
|
|
16009
|
-
category: "temporal" | "
|
|
16009
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
16010
16010
|
nodeIds: string[];
|
|
16011
16011
|
nodeLabels: string[];
|
|
16012
16012
|
detector: string;
|
|
@@ -16220,7 +16220,7 @@ declare function listTableContractsByName(name: string): (TableContract<{
|
|
|
16220
16220
|
toNodeId: zod.ZodOptional<zod.ZodString>;
|
|
16221
16221
|
sourceGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
16222
16222
|
targetGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
16223
|
-
edgeType: zod.ZodEnum<["supports", "informs", "depends_on", "
|
|
16223
|
+
edgeType: zod.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"]>;
|
|
16224
16224
|
edgeTier: zod.ZodOptional<zod.ZodString>;
|
|
16225
16225
|
domainNamespace: zod.ZodOptional<zod.ZodString>;
|
|
16226
16226
|
constraint: zod.ZodOptional<zod.ZodString>;
|
|
@@ -20937,7 +20937,7 @@ declare function getTableContract(name: string, component?: string): TableContra
|
|
|
20937
20937
|
id: string;
|
|
20938
20938
|
title: string;
|
|
20939
20939
|
severity: "critical" | "warning" | "info";
|
|
20940
|
-
category: "temporal" | "
|
|
20940
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
20941
20941
|
nodeIds: string[];
|
|
20942
20942
|
nodeLabels: string[];
|
|
20943
20943
|
detector: string;
|
|
@@ -20948,7 +20948,7 @@ declare function getTableContract(name: string, component?: string): TableContra
|
|
|
20948
20948
|
id: string;
|
|
20949
20949
|
title: string;
|
|
20950
20950
|
severity: "critical" | "warning" | "info";
|
|
20951
|
-
category: "temporal" | "
|
|
20951
|
+
category: "temporal" | "staleness" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
20952
20952
|
nodeIds: string[];
|
|
20953
20953
|
nodeLabels: string[];
|
|
20954
20954
|
detector: string;
|
|
@@ -21162,7 +21162,7 @@ declare function getTableContract(name: string, component?: string): TableContra
|
|
|
21162
21162
|
toNodeId: zod.ZodOptional<zod.ZodString>;
|
|
21163
21163
|
sourceGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
21164
21164
|
targetGlobalId: zod.ZodOptional<zod.ZodString>;
|
|
21165
|
-
edgeType: zod.ZodEnum<["supports", "informs", "depends_on", "
|
|
21165
|
+
edgeType: zod.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"]>;
|
|
21166
21166
|
edgeTier: zod.ZodOptional<zod.ZodString>;
|
|
21167
21167
|
domainNamespace: zod.ZodOptional<zod.ZodString>;
|
|
21168
21168
|
constraint: zod.ZodOptional<zod.ZodString>;
|
package/dist/schemas/manifest.js
CHANGED
|
@@ -1492,7 +1492,10 @@ var graphSuggestions = defineTable({
|
|
|
1492
1492
|
]
|
|
1493
1493
|
});
|
|
1494
1494
|
var NODE_TYPE = z.enum(["decision", "belief", "question", "theme", "deal", "topic", "claim", "evidence", "synthesis", "answer", "atomic_fact", "excerpt", "source", "company", "person", "investor", "function", "value_chain"]);
|
|
1495
|
-
var
|
|
1495
|
+
var EDGE_TYPE_VALUES = ["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"];
|
|
1496
|
+
var STORAGE_EDGE_TYPE_VALUES = [...EDGE_TYPE_VALUES, "extracted_from"];
|
|
1497
|
+
z.enum(EDGE_TYPE_VALUES);
|
|
1498
|
+
var STORAGE_EDGE_TYPE = z.enum(STORAGE_EDGE_TYPE_VALUES);
|
|
1496
1499
|
var TOPIC_STATUS = z.enum(["active", "archived", "watching"]);
|
|
1497
1500
|
var TOPIC_VISIBILITY = z.enum(["private", "team", "firm", "external", "public"]);
|
|
1498
1501
|
|
|
@@ -1507,7 +1510,7 @@ var epistemicEdges = defineTable({
|
|
|
1507
1510
|
"toNodeId": z.string().optional(),
|
|
1508
1511
|
"sourceGlobalId": z.string().optional(),
|
|
1509
1512
|
"targetGlobalId": z.string().optional(),
|
|
1510
|
-
"edgeType":
|
|
1513
|
+
"edgeType": STORAGE_EDGE_TYPE,
|
|
1511
1514
|
"edgeTier": z.string().optional(),
|
|
1512
1515
|
"domainNamespace": z.string().optional(),
|
|
1513
1516
|
"constraint": z.string().optional(),
|