@lucern/graph-primitives 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/README.md +13 -12
  2. package/dist/beliefDecay.js +24 -17
  3. package/dist/beliefDecay.js.map +1 -1
  4. package/dist/beliefEvidenceLinks.js +32 -8
  5. package/dist/beliefEvidenceLinks.js.map +1 -1
  6. package/dist/confidencePropagationDispatch.js.map +1 -1
  7. package/dist/contradictions.js +32 -9
  8. package/dist/contradictions.js.map +1 -1
  9. package/dist/convex.d.ts +55 -12
  10. package/dist/convex.js.map +1 -1
  11. package/dist/edgeValidation.d.ts +25 -2
  12. package/dist/edges/index.d.ts +9 -2
  13. package/dist/edges/index.js.map +1 -1
  14. package/dist/edges/propagationTypes.d.ts +2 -3
  15. package/dist/edges/propagationTypes.js.map +1 -1
  16. package/dist/entityBridge.js +10 -3
  17. package/dist/entityBridge.js.map +1 -1
  18. package/dist/entityLifecycle.js +15 -3
  19. package/dist/entityLifecycle.js.map +1 -1
  20. package/dist/epistemicAnswers.js.map +1 -1
  21. package/dist/epistemicBeliefs.admin.d.ts +36 -0
  22. package/dist/epistemicBeliefs.admin.js +745 -0
  23. package/dist/epistemicBeliefs.admin.js.map +1 -0
  24. package/dist/epistemicBeliefs.backfills.d.ts +62 -0
  25. package/dist/epistemicBeliefs.backfills.js +1004 -0
  26. package/dist/epistemicBeliefs.backfills.js.map +1 -0
  27. package/dist/epistemicBeliefs.confidence.d.ts +45 -0
  28. package/dist/epistemicBeliefs.confidence.js +1285 -0
  29. package/dist/epistemicBeliefs.confidence.js.map +1 -0
  30. package/dist/epistemicBeliefs.core.d.ts +35 -0
  31. package/dist/epistemicBeliefs.core.js +1508 -0
  32. package/dist/epistemicBeliefs.core.js.map +1 -0
  33. package/dist/epistemicBeliefs.d.ts +12 -3
  34. package/dist/epistemicBeliefs.helpers.d.ts +168 -0
  35. package/dist/epistemicBeliefs.helpers.js +1060 -0
  36. package/dist/epistemicBeliefs.helpers.js.map +1 -0
  37. package/dist/epistemicBeliefs.internal.d.ts +30 -0
  38. package/dist/epistemicBeliefs.internal.js +1329 -0
  39. package/dist/epistemicBeliefs.internal.js.map +1 -0
  40. package/dist/epistemicBeliefs.js +1196 -1184
  41. package/dist/epistemicBeliefs.js.map +1 -1
  42. package/dist/epistemicBeliefs.lifecycle.d.ts +19 -0
  43. package/dist/epistemicBeliefs.lifecycle.js +1608 -0
  44. package/dist/epistemicBeliefs.lifecycle.js.map +1 -0
  45. package/dist/epistemicBeliefs.links.d.ts +30 -0
  46. package/dist/epistemicBeliefs.links.js +761 -0
  47. package/dist/epistemicBeliefs.links.js.map +1 -0
  48. package/dist/epistemicBeliefs.queries.d.ts +16 -0
  49. package/dist/epistemicBeliefs.queries.js +90 -0
  50. package/dist/epistemicBeliefs.queries.js.map +1 -0
  51. package/dist/epistemicContractHelpers.d.ts +1 -1
  52. package/dist/epistemicContractHelpers.js +1 -1
  53. package/dist/epistemicContracts.d.ts +5 -76
  54. package/dist/epistemicContracts.evaluators.d.ts +36 -0
  55. package/dist/epistemicContracts.evaluators.js +2506 -0
  56. package/dist/epistemicContracts.evaluators.js.map +1 -0
  57. package/dist/epistemicContracts.handlers.d.ts +40 -0
  58. package/dist/epistemicContracts.handlers.js +3029 -0
  59. package/dist/epistemicContracts.handlers.js.map +1 -0
  60. package/dist/epistemicContracts.js +2006 -5281
  61. package/dist/epistemicContracts.js.map +1 -1
  62. package/dist/epistemicContracts.metrics.d.ts +26 -0
  63. package/dist/epistemicContracts.metrics.js +427 -0
  64. package/dist/epistemicContracts.metrics.js.map +1 -0
  65. package/dist/epistemicContracts.types.d.ts +159 -0
  66. package/dist/epistemicContracts.types.js +3 -0
  67. package/dist/epistemicContracts.types.js.map +1 -0
  68. package/dist/epistemicEdgeCreation.d.ts +73 -0
  69. package/dist/epistemicEdgeCreation.js +450 -0
  70. package/dist/epistemicEdgeCreation.js.map +1 -0
  71. package/dist/epistemicEdges-BF-cn4i3.d.ts +43 -0
  72. package/dist/epistemicEdges.d.ts +8 -1
  73. package/dist/epistemicEdges.handlers.d.ts +20 -0
  74. package/dist/epistemicEdges.handlers.js +289 -0
  75. package/dist/epistemicEdges.handlers.js.map +1 -0
  76. package/dist/epistemicEdges.helpers.d.ts +27 -0
  77. package/dist/epistemicEdges.helpers.js +162 -0
  78. package/dist/epistemicEdges.helpers.js.map +1 -0
  79. package/dist/epistemicEdges.js +797 -875
  80. package/dist/epistemicEdges.js.map +1 -1
  81. package/dist/epistemicEdges.mutations.d.ts +39 -0
  82. package/dist/epistemicEdges.mutations.js +1365 -0
  83. package/dist/epistemicEdges.mutations.js.map +1 -0
  84. package/dist/epistemicEdges.queries.d.ts +95 -0
  85. package/dist/epistemicEdges.queries.js +851 -0
  86. package/dist/epistemicEdges.queries.js.map +1 -0
  87. package/dist/epistemicEdges.types.d.ts +32 -0
  88. package/dist/epistemicEdges.types.js +3 -0
  89. package/dist/epistemicEdges.types.js.map +1 -0
  90. package/dist/epistemicEvidence-DvfchNt7.d.ts +46 -0
  91. package/dist/epistemicEvidence.d.ts +5 -2
  92. package/dist/epistemicEvidence.js +801 -807
  93. package/dist/epistemicEvidence.js.map +1 -1
  94. package/dist/epistemicEvidenceHelpers.d.ts +71 -0
  95. package/dist/epistemicEvidenceHelpers.js +769 -0
  96. package/dist/epistemicEvidenceHelpers.js.map +1 -0
  97. package/dist/epistemicEvidenceMutations.d.ts +10 -0
  98. package/dist/epistemicEvidenceMutations.js +1421 -0
  99. package/dist/epistemicEvidenceMutations.js.map +1 -0
  100. package/dist/epistemicEvidenceQueries.d.ts +10 -0
  101. package/dist/epistemicEvidenceQueries.js +1049 -0
  102. package/dist/epistemicEvidenceQueries.js.map +1 -0
  103. package/dist/epistemicHelpers.d.ts +4 -2
  104. package/dist/epistemicHelpers.js +132 -127
  105. package/dist/epistemicHelpers.js.map +1 -1
  106. package/dist/epistemicLayerRules.d.ts +138 -0
  107. package/dist/epistemicLayerRules.js +481 -0
  108. package/dist/epistemicLayerRules.js.map +1 -0
  109. package/dist/epistemicLinking.js +1 -1
  110. package/dist/epistemicLinking.js.map +1 -1
  111. package/dist/epistemicNodeCreation.d.ts +101 -0
  112. package/dist/epistemicNodeCreation.js +709 -0
  113. package/dist/epistemicNodeCreation.js.map +1 -0
  114. package/dist/epistemicNodes-BCQxpYx_.d.ts +54 -0
  115. package/dist/epistemicNodes.d.ts +5 -1
  116. package/dist/epistemicNodes.helpers.d.ts +51 -0
  117. package/dist/epistemicNodes.helpers.js +73 -0
  118. package/dist/epistemicNodes.helpers.js.map +1 -0
  119. package/dist/epistemicNodes.internal.d.ts +34 -0
  120. package/dist/epistemicNodes.internal.js +658 -0
  121. package/dist/epistemicNodes.internal.js.map +1 -0
  122. package/dist/epistemicNodes.js +698 -693
  123. package/dist/epistemicNodes.js.map +1 -1
  124. package/dist/epistemicNodes.mutations.d.ts +34 -0
  125. package/dist/epistemicNodes.mutations.js +1153 -0
  126. package/dist/epistemicNodes.mutations.js.map +1 -0
  127. package/dist/epistemicNodes.queries.d.ts +36 -0
  128. package/dist/epistemicNodes.queries.js +619 -0
  129. package/dist/epistemicNodes.queries.js.map +1 -0
  130. package/dist/epistemicNodes.validators.d.ts +23 -0
  131. package/dist/epistemicNodes.validators.js +105 -0
  132. package/dist/epistemicNodes.validators.js.map +1 -0
  133. package/dist/epistemicQuestions-bwHd2FWE.d.ts +68 -0
  134. package/dist/epistemicQuestions.conviction.d.ts +52 -0
  135. package/dist/epistemicQuestions.conviction.js +1389 -0
  136. package/dist/epistemicQuestions.conviction.js.map +1 -0
  137. package/dist/epistemicQuestions.create.d.ts +29 -0
  138. package/dist/epistemicQuestions.create.js +1300 -0
  139. package/dist/epistemicQuestions.create.js.map +1 -0
  140. package/dist/epistemicQuestions.d.ts +10 -2
  141. package/dist/epistemicQuestions.evidence.d.ts +22 -0
  142. package/dist/epistemicQuestions.evidence.js +929 -0
  143. package/dist/epistemicQuestions.evidence.js.map +1 -0
  144. package/dist/epistemicQuestions.helpers.d.ts +69 -0
  145. package/dist/epistemicQuestions.helpers.js +824 -0
  146. package/dist/epistemicQuestions.helpers.js.map +1 -0
  147. package/dist/epistemicQuestions.js +2435 -2430
  148. package/dist/epistemicQuestions.js.map +1 -1
  149. package/dist/epistemicQuestions.lifecycle.d.ts +24 -0
  150. package/dist/epistemicQuestions.lifecycle.js +838 -0
  151. package/dist/epistemicQuestions.lifecycle.js.map +1 -0
  152. package/dist/epistemicQuestions.queries.d.ts +41 -0
  153. package/dist/epistemicQuestions.queries.js +1013 -0
  154. package/dist/epistemicQuestions.queries.js.map +1 -0
  155. package/dist/epistemicQuestions.sprint.d.ts +22 -0
  156. package/dist/epistemicQuestions.sprint.js +757 -0
  157. package/dist/epistemicQuestions.sprint.js.map +1 -0
  158. package/dist/epistemicQuestions.tail.d.ts +42 -0
  159. package/dist/epistemicQuestions.tail.js +1345 -0
  160. package/dist/epistemicQuestions.tail.js.map +1 -0
  161. package/dist/epistemicSources.js +6 -2
  162. package/dist/epistemicSources.js.map +1 -1
  163. package/dist/evaluators/index.d.ts +2 -2
  164. package/dist/evaluators/index.js +45 -5320
  165. package/dist/evaluators/index.js.map +1 -1
  166. package/dist/evaluators/lintCheckerEvaluator.d.ts +1 -1
  167. package/dist/evaluators/sentryCheckerEvaluator.d.ts +1 -1
  168. package/dist/evaluators/testRunnerEvaluator.d.ts +1 -1
  169. package/dist/evaluators/tscCheckerEvaluator.d.ts +1 -1
  170. package/dist/{graphTypes-CpgIuCdo.d.ts → graphTypes-B8VaIjnl.d.ts} +1 -1
  171. package/dist/graphTypes.d.ts +1 -1
  172. package/dist/{helpers-BYHIk5vU.d.ts → helpers-DNYfg6mo.d.ts} +2 -3
  173. package/dist/helpers.d.ts +2 -2
  174. package/dist/helpers.js.map +1 -1
  175. package/dist/{index-Dq-7R-gi.d.ts → index-C-Kyd7hD.d.ts} +1 -1
  176. package/dist/index.d.ts +160 -14
  177. package/dist/index.js +12291 -13001
  178. package/dist/index.js.map +1 -1
  179. package/dist/logicalRoleInference.js.map +1 -1
  180. package/dist/ontologyApproval.js +1 -1
  181. package/dist/ontologyApproval.js.map +1 -1
  182. package/dist/ontologyDefinitions.js +25 -7
  183. package/dist/ontologyDefinitions.js.map +1 -1
  184. package/dist/ontologyRegistry.js.map +1 -1
  185. package/dist/projectionReconciliation.js.map +1 -1
  186. package/dist/questionEvidenceLinks.js +28 -7
  187. package/dist/questionEvidenceLinks.js.map +1 -1
  188. package/dist/resolvers.js.map +1 -1
  189. package/dist/scopeResolverCompat.js.map +1 -1
  190. package/dist/topicProjectOverlay.js.map +1 -1
  191. package/dist/topicScope.js.map +1 -1
  192. package/dist/workflowBridge.js.map +1 -1
  193. package/dist/workspaceIsolation.js.map +1 -1
  194. package/package.json +4 -5
  195. package/dist/edgeValidation-CeI0wc0r.d.ts +0 -35
  196. package/dist/epistemicBeliefs-DzKjZAeC.d.ts +0 -377
  197. package/dist/epistemicEdges-CvlKnEyy.d.ts +0 -191
  198. package/dist/epistemicEvidence-xw6UUrwh.d.ts +0 -128
  199. package/dist/epistemicHelpers-DevrYgPN.d.ts +0 -329
  200. package/dist/epistemicNodes-DjSUfvyD.d.ts +0 -167
  201. package/dist/epistemicQuestions-B_nUclrH.d.ts +0 -214
  202. package/dist/index-Dct1T70K.d.ts +0 -25
@@ -1,214 +0,0 @@
1
- import { Doc } from './convex.js';
2
-
3
- /**
4
- * Epistemic Questions API
5
- *
6
- * Clean API for managing questions in the epistemic spine (epistemicNodes).
7
- * This is the NEW API that replaces questions.ts for CREATE operations.
8
- *
9
- * Key differences from questions.ts:
10
- * - Writes ONLY to epistemicNodes (no dual-write)
11
- * - Uses epistemicNodes IDs directly (no legacyQuestionId lookups)
12
- * - Syncs to Neo4j after mutations
13
- * - Follows Lucern invariants strictly
14
- *
15
- * @see /docs/epistemic-invariants/00-epistemic-invariants.md
16
- */
17
-
18
- type QuestionNodeDoc = Doc<"epistemicNodes">;
19
- declare function resolveLinkedWorktreeId(meta: Record<string, unknown>): string | null;
20
- declare function flattenQuestionNode(n: QuestionNodeDoc): any;
21
- declare function isActiveQuestionNode(node: QuestionNodeDoc): boolean;
22
- declare function matchesRequestedQuestionStatus(node: QuestionNodeDoc, requestedStatus: string): boolean;
23
- /**
24
- * Create a new question in the epistemic spine.
25
- * Returns the epistemicNodes ID directly (not a questions ID).
26
- */
27
- declare const create: any;
28
- /**
29
- * Create multiple questions in batch (for efficiency)
30
- */
31
- declare const createBatch: any;
32
- /**
33
- * Update a question's status (open, researching, answered, etc.)
34
- */
35
- declare const updateStatus: any;
36
- /**
37
- * Update question priority
38
- *
39
- * Note: Convex mutations are serialized per-document, so concurrent updates
40
- * to the same question will be processed sequentially, not in parallel.
41
- */
42
- declare const updatePriority: any;
43
- /**
44
- * Get a question by ID
45
- */
46
- declare const getById: any;
47
- /**
48
- * Get all questions for a project
49
- */
50
- declare const getByProject: any;
51
- /**
52
- * Get all questions for a topic.
53
- */
54
- declare const getByTopic: any;
55
- /**
56
- * Get questions by category/pillar
57
- */
58
- declare const getByCategory: any;
59
- /**
60
- * Get questions linked to a specific belief
61
- */
62
- declare const getForBelief: any;
63
- /**
64
- * Internal query to get questions for a project
65
- */
66
- declare const internalGetByProject: any;
67
- /**
68
- * Internal query to get questions for a topic.
69
- */
70
- declare const internalGetByTopic: any;
71
- /**
72
- * Internal mutation to create a question (for other Convex modules)
73
- */
74
- declare const internalCreate: any;
75
- /**
76
- * Add a question to the epistemic graph
77
- */
78
- declare const addQuestion: any;
79
- /**
80
- * Create an L2 evidence node from a scored question's answer and link it to
81
- * the tested belief(s) via INFORMS edges. This bridges the sprint question
82
- * workflow to the evidence graph so computeSprintConviction can score beliefs.
83
- *
84
- * Called as a side-effect when a question is finalized with conviction scoring.
85
- */
86
- declare const createEvidenceFromScoredQuestion: any;
87
- /**
88
- * Backfill: Create evidence nodes + INFORMS edges for all scored questions
89
- * that are missing them. Run once to fix existing sprint data.
90
- */
91
- declare const backfillScoredQuestionEvidence: any;
92
- /**
93
- * Get ALL questions for a sprint cluster, with linked belief details.
94
- * This is the main query for the Questions phase UI.
95
- *
96
- * CLUSTER = Hypotheses + Conditionals ONLY (no raw beliefs!)
97
- */
98
- declare const getForSprintCluster: any;
99
- /**
100
- * 1. getInConviction - Get questions in conviction stage for a sprint
101
- * Ported from questions.ts lines 1008-1157
102
- */
103
- declare const getInConviction: any;
104
- /**
105
- * 2. advanceToConviction - Move a question to the conviction stage
106
- * Ported from questions.ts line 830
107
- */
108
- declare const advanceToConviction: any;
109
- /**
110
- * 3. updateConviction - Update conviction score for a question
111
- * Ported from questions.ts line 775
112
- */
113
- declare const updateConviction: any;
114
- /**
115
- * 4. finalizeConviction - Finalize conviction scoring for a question
116
- * Ported from questions.ts line 893
117
- */
118
- declare const finalizeConviction: any;
119
- /**
120
- * 5. getByBeliefWithAccess - Get questions linked to a belief with access check
121
- * Ported from questions.ts line 1806
122
- */
123
- declare const getByBeliefWithAccess: any;
124
- /**
125
- * 6. updateQuestion - Update question text and properties
126
- * Ported from questions.ts line 655
127
- */
128
- declare const updateQuestion: any;
129
- /**
130
- * 7. linkToBelief - Link a question to a belief
131
- * Ported from questions.ts line 1298
132
- */
133
- declare const linkToBelief: any;
134
- /**
135
- * 8. linkToInsight - Link a question to an insight/evidence
136
- * Ported from questions.ts line 1437
137
- */
138
- declare const linkToInsight: any;
139
- /**
140
- * 9. unlinkInsight - Unlink an insight from a question
141
- * Ported from questions.ts line 1647
142
- */
143
- declare const unlinkInsight: any;
144
- /**
145
- * 10. list - List questions for a project (simple query for AI tools)
146
- * New function that maps to getByProject semantics for callers expecting `list`
147
- */
148
- declare const list: any;
149
- /**
150
- * 11. getByPillar - Get questions by pillar/category with linked beliefs
151
- * Ported from questions.ts line 2526
152
- */
153
- declare const getByPillar: any;
154
- /**
155
- * 12. consolidate - Consolidate multiple questions into one
156
- * Ported from questions.ts line 2619
157
- */
158
- declare const consolidate: any;
159
- /**
160
- * 13. deleteQuestion - Archive a question (soft delete)
161
- * Ported from questions.ts line 1257
162
- */
163
- declare const deleteQuestion: any;
164
- /**
165
- * 14. markAnsweredWithArtifact - Mark question as answered with a specific artifact
166
- * Ported from questions.ts line 1728
167
- */
168
- declare const markAnsweredWithArtifact: any;
169
- /**
170
- * 15. getQuestionClusterPositions - Get cluster positions for visualization
171
- * Ported from questions.ts line 2788
172
- */
173
- declare const getQuestionClusterPositions: any;
174
-
175
- declare const epistemicQuestions_addQuestion: typeof addQuestion;
176
- declare const epistemicQuestions_advanceToConviction: typeof advanceToConviction;
177
- declare const epistemicQuestions_backfillScoredQuestionEvidence: typeof backfillScoredQuestionEvidence;
178
- declare const epistemicQuestions_consolidate: typeof consolidate;
179
- declare const epistemicQuestions_create: typeof create;
180
- declare const epistemicQuestions_createBatch: typeof createBatch;
181
- declare const epistemicQuestions_createEvidenceFromScoredQuestion: typeof createEvidenceFromScoredQuestion;
182
- declare const epistemicQuestions_deleteQuestion: typeof deleteQuestion;
183
- declare const epistemicQuestions_finalizeConviction: typeof finalizeConviction;
184
- declare const epistemicQuestions_flattenQuestionNode: typeof flattenQuestionNode;
185
- declare const epistemicQuestions_getByBeliefWithAccess: typeof getByBeliefWithAccess;
186
- declare const epistemicQuestions_getByCategory: typeof getByCategory;
187
- declare const epistemicQuestions_getById: typeof getById;
188
- declare const epistemicQuestions_getByPillar: typeof getByPillar;
189
- declare const epistemicQuestions_getByProject: typeof getByProject;
190
- declare const epistemicQuestions_getByTopic: typeof getByTopic;
191
- declare const epistemicQuestions_getForBelief: typeof getForBelief;
192
- declare const epistemicQuestions_getForSprintCluster: typeof getForSprintCluster;
193
- declare const epistemicQuestions_getInConviction: typeof getInConviction;
194
- declare const epistemicQuestions_getQuestionClusterPositions: typeof getQuestionClusterPositions;
195
- declare const epistemicQuestions_internalCreate: typeof internalCreate;
196
- declare const epistemicQuestions_internalGetByProject: typeof internalGetByProject;
197
- declare const epistemicQuestions_internalGetByTopic: typeof internalGetByTopic;
198
- declare const epistemicQuestions_isActiveQuestionNode: typeof isActiveQuestionNode;
199
- declare const epistemicQuestions_linkToBelief: typeof linkToBelief;
200
- declare const epistemicQuestions_linkToInsight: typeof linkToInsight;
201
- declare const epistemicQuestions_list: typeof list;
202
- declare const epistemicQuestions_markAnsweredWithArtifact: typeof markAnsweredWithArtifact;
203
- declare const epistemicQuestions_matchesRequestedQuestionStatus: typeof matchesRequestedQuestionStatus;
204
- declare const epistemicQuestions_resolveLinkedWorktreeId: typeof resolveLinkedWorktreeId;
205
- declare const epistemicQuestions_unlinkInsight: typeof unlinkInsight;
206
- declare const epistemicQuestions_updateConviction: typeof updateConviction;
207
- declare const epistemicQuestions_updatePriority: typeof updatePriority;
208
- declare const epistemicQuestions_updateQuestion: typeof updateQuestion;
209
- declare const epistemicQuestions_updateStatus: typeof updateStatus;
210
- declare namespace epistemicQuestions {
211
- export { epistemicQuestions_addQuestion as addQuestion, epistemicQuestions_advanceToConviction as advanceToConviction, epistemicQuestions_backfillScoredQuestionEvidence as backfillScoredQuestionEvidence, epistemicQuestions_consolidate as consolidate, epistemicQuestions_create as create, epistemicQuestions_createBatch as createBatch, epistemicQuestions_createEvidenceFromScoredQuestion as createEvidenceFromScoredQuestion, epistemicQuestions_deleteQuestion as deleteQuestion, epistemicQuestions_finalizeConviction as finalizeConviction, epistemicQuestions_flattenQuestionNode as flattenQuestionNode, epistemicQuestions_getByBeliefWithAccess as getByBeliefWithAccess, epistemicQuestions_getByCategory as getByCategory, epistemicQuestions_getById as getById, epistemicQuestions_getByPillar as getByPillar, epistemicQuestions_getByProject as getByProject, epistemicQuestions_getByTopic as getByTopic, epistemicQuestions_getForBelief as getForBelief, epistemicQuestions_getForSprintCluster as getForSprintCluster, epistemicQuestions_getInConviction as getInConviction, epistemicQuestions_getQuestionClusterPositions as getQuestionClusterPositions, epistemicQuestions_internalCreate as internalCreate, epistemicQuestions_internalGetByProject as internalGetByProject, epistemicQuestions_internalGetByTopic as internalGetByTopic, epistemicQuestions_isActiveQuestionNode as isActiveQuestionNode, epistemicQuestions_linkToBelief as linkToBelief, epistemicQuestions_linkToInsight as linkToInsight, epistemicQuestions_list as list, epistemicQuestions_markAnsweredWithArtifact as markAnsweredWithArtifact, epistemicQuestions_matchesRequestedQuestionStatus as matchesRequestedQuestionStatus, epistemicQuestions_resolveLinkedWorktreeId as resolveLinkedWorktreeId, epistemicQuestions_unlinkInsight as unlinkInsight, epistemicQuestions_updateConviction as updateConviction, epistemicQuestions_updatePriority as updatePriority, epistemicQuestions_updateQuestion as updateQuestion, epistemicQuestions_updateStatus as updateStatus };
212
- }
213
-
214
- export { linkToInsight as A, list as B, markAnsweredWithArtifact as C, matchesRequestedQuestionStatus as D, resolveLinkedWorktreeId as E, unlinkInsight as F, updateConviction as G, updatePriority as H, updateQuestion as I, updateStatus as J, addQuestion as a, advanceToConviction as b, backfillScoredQuestionEvidence as c, consolidate as d, epistemicQuestions as e, create as f, createBatch as g, createEvidenceFromScoredQuestion as h, deleteQuestion as i, finalizeConviction as j, flattenQuestionNode as k, getByBeliefWithAccess as l, getByCategory as m, getById as n, getByPillar as o, getByProject as p, getByTopic as q, getForBelief as r, getForSprintCluster as s, getInConviction as t, getQuestionClusterPositions as u, internalCreate as v, internalGetByProject as w, internalGetByTopic as x, isActiveQuestionNode as y, linkToBelief as z };
@@ -1,25 +0,0 @@
1
- import { EdgePropagationSpec, PropagationSpecDirection, PropagationTraversalDirection, PropagationEdgeRecord, PropagationEdgeType, PropagationTransitivity, canContinueTransitively, canTraverseHop, isPropagationTraversalDirection } from './edges/propagationTypes.js';
2
-
3
- declare const EDGE_PROPAGATION_SPECS: readonly EdgePropagationSpec[];
4
- declare function getEdgePropagationSpec(edgeType: string): EdgePropagationSpec | undefined;
5
- declare function getEdgePropagationSpecs(): readonly EdgePropagationSpec[];
6
- declare function getTraversalDirections(direction: PropagationSpecDirection): readonly PropagationTraversalDirection[];
7
-
8
- declare const index_EDGE_PROPAGATION_SPECS: typeof EDGE_PROPAGATION_SPECS;
9
- declare const index_EdgePropagationSpec: typeof EdgePropagationSpec;
10
- declare const index_PropagationEdgeRecord: typeof PropagationEdgeRecord;
11
- declare const index_PropagationEdgeType: typeof PropagationEdgeType;
12
- declare const index_PropagationSpecDirection: typeof PropagationSpecDirection;
13
- declare const index_PropagationTransitivity: typeof PropagationTransitivity;
14
- declare const index_PropagationTraversalDirection: typeof PropagationTraversalDirection;
15
- declare const index_canContinueTransitively: typeof canContinueTransitively;
16
- declare const index_canTraverseHop: typeof canTraverseHop;
17
- declare const index_getEdgePropagationSpec: typeof getEdgePropagationSpec;
18
- declare const index_getEdgePropagationSpecs: typeof getEdgePropagationSpecs;
19
- declare const index_getTraversalDirections: typeof getTraversalDirections;
20
- declare const index_isPropagationTraversalDirection: typeof isPropagationTraversalDirection;
21
- declare namespace index {
22
- export { index_EDGE_PROPAGATION_SPECS as EDGE_PROPAGATION_SPECS, index_EdgePropagationSpec as EdgePropagationSpec, index_PropagationEdgeRecord as PropagationEdgeRecord, index_PropagationEdgeType as PropagationEdgeType, index_PropagationSpecDirection as PropagationSpecDirection, index_PropagationTransitivity as PropagationTransitivity, index_PropagationTraversalDirection as PropagationTraversalDirection, index_canContinueTransitively as canContinueTransitively, index_canTraverseHop as canTraverseHop, index_getEdgePropagationSpec as getEdgePropagationSpec, index_getEdgePropagationSpecs as getEdgePropagationSpecs, index_getTraversalDirections as getTraversalDirections, index_isPropagationTraversalDirection as isPropagationTraversalDirection };
23
- }
24
-
25
- export { EDGE_PROPAGATION_SPECS as E, getEdgePropagationSpecs as a, getTraversalDirections as b, getEdgePropagationSpec as g, index as i };