@lucern/graph-sync 1.0.32 → 1.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to `@lucern/graph-sync` will be documented in this file.
5
5
  ## [Unreleased]
6
6
  - No unreleased changes yet.
7
7
 
8
+ ## [1.0.34] - 2026-06-25
9
+ - Coherent package-line bump with the Graph V2 live staging identity-audit
10
+ repair. No graph-sync package-local runtime contract drift is introduced by
11
+ this version.
12
+
13
+ ## [1.0.33] - 2026-06-25
14
+ - Coherent package-line bump with the Graph V2 UUIDv7 hard-cut proof release.
15
+ No graph-sync package-local runtime contract change is introduced by this
16
+ version.
17
+
8
18
  ## [1.0.32] - 2026-06-25
9
19
  - Coherent 1.0.32 bump with the UUIDv7 identity-spine release line. No
10
20
  graph-sync package-local runtime contract change is introduced by this
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as convex_server from 'convex/server';
2
- export { n as neo4jQueries } from './neo4jQueries-BoVNN2Dn.js';
2
+ export { n as neo4jQueries } from './neo4jQueries-D14Putpd.js';
3
3
  import * as convex_values from 'convex/values';
4
- export { n as neo4jSyncHelpers } from './neo4jSyncHelpers-C7ihZZTn.js';
4
+ export { n as neo4jSyncHelpers } from './neo4jSyncHelpers-DWr-lF-A.js';
5
5
 
6
6
  /**
7
7
  * neo4jDriver module implementation.
@@ -120,11 +120,11 @@ declare const DUAL_WRITE_EDGE_TYPES: readonly ["supports", "informs", "tests", "
120
120
  type DualWriteEdgeType = (typeof DUAL_WRITE_EDGE_TYPES)[number];
121
121
  declare function needsDualWrite(edgeType: string): boolean;
122
122
  declare const createEdge: convex_server.RegisteredAction<"internal", {
123
- topicId?: string | undefined;
124
123
  weight?: number | undefined;
125
124
  confidence?: number | undefined;
126
125
  context?: string | undefined;
127
126
  derivationType?: string | undefined;
127
+ topicId?: string | undefined;
128
128
  tenantId?: string | undefined;
129
129
  workspaceId?: string | undefined;
130
130
  fromLayer?: string | undefined;
@@ -1,2 +1,2 @@
1
1
  import 'convex/server';
2
- export { f as findPotentialContradictions, g as getAnchoringBiasDetection, a as getBeliefEvidenceGraph, b as getBeliefHalfLife, c as getBeliefsByCompany, d as getBeliefsByEpistemicStatus, e as getCausalChains, h as getChallengedBeliefs, i as getCompaniesByTheme, j as getConfirmationBiasScore, k as getConnectedNodesGraph, l as getContradictionTensionMap, m as getCrossThemeBeliefs, o as getEvidenceByCompany, p as getEvidenceByMethodology, q as getEvidenceToBeliefPath, r as getFalsificationQuestions, s as getFunctionsByValueChain, t as getGraphStats, u as getHighPriorityQuestions, v as getKnowledgeFrontier, w as getMeetingPrepBrief, x as getMinimumFalsificationSet, y as getMissingQuestionDetection, z as getNecessaryEvidence, A as getNodeLineageGraph, B as getNodeRelationships, C as getNonConsensusBeliefs, D as getPeopleByCompany, E as getPeopleByTheme, F as getPortfolioConviction, G as getPredictions, H as getProprietaryEvidence, I as getProprietarySignals, J as getQuestionsByTheme, K as getQuestionsByValueChain, L as getReasoningDepthScore, M as getSemanticBridges, N as getSemanticOrphans, O as getSoftContradictions, P as getSourceConcentrationRisk, Q as getStaleThemes, R as getSurpriseDetection, S as getThemeBeliefsGraph, T as getThemeStats, U as getThemeSubgraph, V as getThemeValueChainCandidates, W as getThemesImpactingCompany, X as getValueChainsByTheme, Y as graphAwareSearch, Z as queryGraph, _ as searchAllNodes, $ as semanticSearch } from './neo4jQueries-BoVNN2Dn.js';
2
+ export { f as findPotentialContradictions, g as getAnchoringBiasDetection, a as getBeliefEvidenceGraph, b as getBeliefHalfLife, c as getBeliefsByCompany, d as getBeliefsByEpistemicStatus, e as getCausalChains, h as getChallengedBeliefs, i as getCompaniesByTheme, j as getConfirmationBiasScore, k as getConnectedNodesGraph, l as getContradictionTensionMap, m as getCrossThemeBeliefs, o as getEvidenceByCompany, p as getEvidenceByMethodology, q as getEvidenceToBeliefPath, r as getFalsificationQuestions, s as getFunctionsByValueChain, t as getGraphStats, u as getHighPriorityQuestions, v as getKnowledgeFrontier, w as getMeetingPrepBrief, x as getMinimumFalsificationSet, y as getMissingQuestionDetection, z as getNecessaryEvidence, A as getNodeLineageGraph, B as getNodeRelationships, C as getNonConsensusBeliefs, D as getPeopleByCompany, E as getPeopleByTheme, F as getPortfolioConviction, G as getPredictions, H as getProprietaryEvidence, I as getProprietarySignals, J as getQuestionsByTheme, K as getQuestionsByValueChain, L as getReasoningDepthScore, M as getSemanticBridges, N as getSemanticOrphans, O as getSoftContradictions, P as getSourceConcentrationRisk, Q as getStaleThemes, R as getSurpriseDetection, S as getThemeBeliefsGraph, T as getThemeStats, U as getThemeSubgraph, V as getThemeValueChainCandidates, W as getThemesImpactingCompany, X as getValueChainsByTheme, Y as graphAwareSearch, Z as queryGraph, _ as searchAllNodes, $ as semanticSearch } from './neo4jQueries-D14Putpd.js';
@@ -9,7 +9,7 @@ declare const logSyncEvent: convex_server.RegisteredMutation<"internal", {
9
9
  error?: string | undefined;
10
10
  entityType: string;
11
11
  entityId: string;
12
- status: "success" | "pending" | "failed";
12
+ status: "pending" | "failed" | "success";
13
13
  eventType: "node_deleted" | "node_updated" | "edge_deleted" | "edge_created" | "node_created";
14
14
  }, void>;
15
15
  declare const getNodeForSync: convex_server.RegisteredQuery<"internal", {
@@ -34,8 +34,8 @@ declare const getEmbeddingForSync: convex_server.RegisteredQuery<"internal", {
34
34
  * Get all nodes for re-sync with optional type filter (paginated)
35
35
  */
36
36
  declare const getAllNodesForResync: convex_server.RegisteredQuery<"internal", {
37
- limit?: number | undefined;
38
37
  nodeType?: string | undefined;
38
+ limit?: number | undefined;
39
39
  cursor?: string | undefined;
40
40
  }, Promise<{
41
41
  nodes: (convex_server.GenericDocument & {
@@ -1,3 +1,3 @@
1
1
  import 'convex/values';
2
2
  import 'convex/server';
3
- export { c as checkSyncHealth, g as getAllEdgesForResync, a as getAllNodesForResync, b as getEdgeBatchForSync, d as getEdgeForSync, e as getEmbeddingForSync, f as getNodeBatchForSync, h as getNodeForSync, i as getPendingRetries, j as incrementAttempts, l as logSyncEvent, q as queueForRetry, r as resolveEdgeRetryTarget, u as updateQueueStatus } from './neo4jSyncHelpers-C7ihZZTn.js';
3
+ export { c as checkSyncHealth, g as getAllEdgesForResync, a as getAllNodesForResync, b as getEdgeBatchForSync, d as getEdgeForSync, e as getEmbeddingForSync, f as getNodeBatchForSync, h as getNodeForSync, i as getPendingRetries, j as incrementAttempts, l as logSyncEvent, q as queueForRetry, r as resolveEdgeRetryTarget, u as updateQueueStatus } from './neo4jSyncHelpers-DWr-lF-A.js';
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1782351681635
44
+ "signedAt": 1782380170966
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/graph-sync",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -50,8 +50,8 @@
50
50
  "typecheck": "tsc --noEmit"
51
51
  },
52
52
  "dependencies": {
53
- "@lucern/contracts": "1.0.32",
54
- "@lucern/graph-primitives": "1.0.32",
53
+ "@lucern/contracts": "1.0.34",
54
+ "@lucern/graph-primitives": "1.0.34",
55
55
  "convex": "^1.39.1",
56
56
  "neo4j-driver": "^5.28.1"
57
57
  },
@@ -7,9 +7,9 @@ import * as convex_server from 'convex/server';
7
7
  * Get high-priority questions (critical/high) that test beliefs
8
8
  */
9
9
  declare const getHighPriorityQuestions: convex_server.RegisteredAction<"public", {
10
- apiBaseUrl?: string | undefined;
11
- topicId?: string | undefined;
12
10
  limit?: number | undefined;
11
+ topicId?: string | undefined;
12
+ apiBaseUrl?: string | undefined;
13
13
  }, Promise<{
14
14
  questions: never[];
15
15
  error: string;
@@ -21,9 +21,9 @@ declare const getHighPriorityQuestions: convex_server.RegisteredAction<"public",
21
21
  * Get evidence filtered by methodology (expert_interview, customer_interview, etc.)
22
22
  */
23
23
  declare const getEvidenceByMethodology: convex_server.RegisteredAction<"public", {
24
- apiBaseUrl?: string | undefined;
25
- topicId?: string | undefined;
26
24
  limit?: number | undefined;
25
+ topicId?: string | undefined;
26
+ apiBaseUrl?: string | undefined;
27
27
  methodology: string;
28
28
  }, Promise<{
29
29
  evidence: never[];
@@ -36,9 +36,9 @@ declare const getEvidenceByMethodology: convex_server.RegisteredAction<"public",
36
36
  * Get proprietary/early evidence (information asymmetry advantage)
37
37
  */
38
38
  declare const getProprietaryEvidence: convex_server.RegisteredAction<"public", {
39
- apiBaseUrl?: string | undefined;
40
- topicId?: string | undefined;
41
39
  limit?: number | undefined;
40
+ topicId?: string | undefined;
41
+ apiBaseUrl?: string | undefined;
42
42
  }, Promise<{
43
43
  evidence: never[];
44
44
  error: string;
@@ -50,9 +50,9 @@ declare const getProprietaryEvidence: convex_server.RegisteredAction<"public", {
50
50
  * Get beliefs by epistemic status (hypothesis, emerging, established, challenged, etc.)
51
51
  */
52
52
  declare const getBeliefsByEpistemicStatus: convex_server.RegisteredAction<"public", {
53
- apiBaseUrl?: string | undefined;
54
- topicId?: string | undefined;
55
53
  limit?: number | undefined;
54
+ topicId?: string | undefined;
55
+ apiBaseUrl?: string | undefined;
56
56
  epistemicStatus: string;
57
57
  }, Promise<{
58
58
  beliefs: never[];
@@ -65,9 +65,9 @@ declare const getBeliefsByEpistemicStatus: convex_server.RegisteredAction<"publi
65
65
  * Get challenged beliefs that need attention
66
66
  */
67
67
  declare const getChallengedBeliefs: convex_server.RegisteredAction<"public", {
68
- apiBaseUrl?: string | undefined;
69
- topicId?: string | undefined;
70
68
  limit?: number | undefined;
69
+ topicId?: string | undefined;
70
+ apiBaseUrl?: string | undefined;
71
71
  }, Promise<{
72
72
  beliefs: never[];
73
73
  error: string;
@@ -79,9 +79,9 @@ declare const getChallengedBeliefs: convex_server.RegisteredAction<"public", {
79
79
  * Get predictions with deadlines
80
80
  */
81
81
  declare const getPredictions: convex_server.RegisteredAction<"public", {
82
- apiBaseUrl?: string | undefined;
83
- topicId?: string | undefined;
84
82
  limit?: number | undefined;
83
+ topicId?: string | undefined;
84
+ apiBaseUrl?: string | undefined;
85
85
  }, Promise<{
86
86
  predictions: never[];
87
87
  error: string;
@@ -93,9 +93,9 @@ declare const getPredictions: convex_server.RegisteredAction<"public", {
93
93
  * Get causal chains (edges with causal reasoning method)
94
94
  */
95
95
  declare const getCausalChains: convex_server.RegisteredAction<"public", {
96
- apiBaseUrl?: string | undefined;
97
- topicId?: string | undefined;
98
96
  limit?: number | undefined;
97
+ topicId?: string | undefined;
98
+ apiBaseUrl?: string | undefined;
99
99
  }, Promise<{
100
100
  chains: never[];
101
101
  error: string;
@@ -107,9 +107,9 @@ declare const getCausalChains: convex_server.RegisteredAction<"public", {
107
107
  * Get necessary evidence for beliefs (logicalRole = necessary or necessary_sufficient)
108
108
  */
109
109
  declare const getNecessaryEvidence: convex_server.RegisteredAction<"public", {
110
- apiBaseUrl?: string | undefined;
111
- topicId?: string | undefined;
112
110
  limit?: number | undefined;
111
+ topicId?: string | undefined;
112
+ apiBaseUrl?: string | undefined;
113
113
  }, Promise<{
114
114
  results: never[];
115
115
  error: string;
@@ -121,9 +121,9 @@ declare const getNecessaryEvidence: convex_server.RegisteredAction<"public", {
121
121
  * Get falsification questions (designed to disprove beliefs)
122
122
  */
123
123
  declare const getFalsificationQuestions: convex_server.RegisteredAction<"public", {
124
- apiBaseUrl?: string | undefined;
125
- topicId?: string | undefined;
126
124
  limit?: number | undefined;
125
+ topicId?: string | undefined;
126
+ apiBaseUrl?: string | undefined;
127
127
  beliefIds?: string[] | undefined;
128
128
  }, Promise<{
129
129
  questions: never[];
@@ -137,9 +137,9 @@ declare const getFalsificationQuestions: convex_server.RegisteredAction<"public"
137
137
  * Returns beliefs with high supporting:contradicting evidence ratio.
138
138
  */
139
139
  declare const getConfirmationBiasScore: convex_server.RegisteredAction<"public", {
140
- apiBaseUrl?: string | undefined;
141
- topicId?: string | undefined;
142
140
  limit?: number | undefined;
141
+ topicId?: string | undefined;
142
+ apiBaseUrl?: string | undefined;
143
143
  }, Promise<{
144
144
  results: never[];
145
145
  error: string;
@@ -151,9 +151,9 @@ declare const getConfirmationBiasScore: convex_server.RegisteredAction<"public",
151
151
  * Detect anchoring bias - old beliefs that never got challenged or forked.
152
152
  */
153
153
  declare const getAnchoringBiasDetection: convex_server.RegisteredAction<"public", {
154
- apiBaseUrl?: string | undefined;
155
- topicId?: string | undefined;
156
154
  limit?: number | undefined;
155
+ topicId?: string | undefined;
156
+ apiBaseUrl?: string | undefined;
157
157
  }, Promise<{
158
158
  results: never[];
159
159
  error: string;
@@ -165,9 +165,9 @@ declare const getAnchoringBiasDetection: convex_server.RegisteredAction<"public"
165
165
  * Detect source concentration risk - beliefs where all evidence traces to single source.
166
166
  */
167
167
  declare const getSourceConcentrationRisk: convex_server.RegisteredAction<"public", {
168
- apiBaseUrl?: string | undefined;
169
- topicId?: string | undefined;
170
168
  limit?: number | undefined;
169
+ topicId?: string | undefined;
170
+ apiBaseUrl?: string | undefined;
171
171
  }, Promise<{
172
172
  results: never[];
173
173
  error: string;
@@ -179,8 +179,8 @@ declare const getSourceConcentrationRisk: convex_server.RegisteredAction<"public
179
179
  * Find the minimum falsification set - smallest set of beliefs that would collapse the thesis.
180
180
  */
181
181
  declare const getMinimumFalsificationSet: convex_server.RegisteredAction<"public", {
182
- apiBaseUrl?: string | undefined;
183
182
  topicId?: string | undefined;
183
+ apiBaseUrl?: string | undefined;
184
184
  }, Promise<{
185
185
  result: null;
186
186
  error: string;
@@ -192,9 +192,9 @@ declare const getMinimumFalsificationSet: convex_server.RegisteredAction<"public
192
192
  * Get contradiction tension map - all unresolved tensions in the graph.
193
193
  */
194
194
  declare const getContradictionTensionMap: convex_server.RegisteredAction<"public", {
195
- apiBaseUrl?: string | undefined;
196
- topicId?: string | undefined;
197
195
  limit?: number | undefined;
196
+ topicId?: string | undefined;
197
+ apiBaseUrl?: string | undefined;
198
198
  }, Promise<{
199
199
  results: never[];
200
200
  error: string;
@@ -206,9 +206,9 @@ declare const getContradictionTensionMap: convex_server.RegisteredAction<"public
206
206
  * Get reasoning depth score - how deep is the evidence chain for each belief?
207
207
  */
208
208
  declare const getReasoningDepthScore: convex_server.RegisteredAction<"public", {
209
- apiBaseUrl?: string | undefined;
210
- topicId?: string | undefined;
211
209
  limit?: number | undefined;
210
+ topicId?: string | undefined;
211
+ apiBaseUrl?: string | undefined;
212
212
  }, Promise<{
213
213
  results: never[];
214
214
  error: string;
@@ -220,9 +220,9 @@ declare const getReasoningDepthScore: convex_server.RegisteredAction<"public", {
220
220
  * Get knowledge frontier - open questions on the boundary of what we know.
221
221
  */
222
222
  declare const getKnowledgeFrontier: convex_server.RegisteredAction<"public", {
223
- apiBaseUrl?: string | undefined;
224
- topicId?: string | undefined;
225
223
  limit?: number | undefined;
224
+ topicId?: string | undefined;
225
+ apiBaseUrl?: string | undefined;
226
226
  }, Promise<{
227
227
  results: never[];
228
228
  error: string;
@@ -234,8 +234,8 @@ declare const getKnowledgeFrontier: convex_server.RegisteredAction<"public", {
234
234
  * Get belief half-life analysis - how long do beliefs survive before being superseded?
235
235
  */
236
236
  declare const getBeliefHalfLife: convex_server.RegisteredAction<"public", {
237
- apiBaseUrl?: string | undefined;
238
237
  topicId?: string | undefined;
238
+ apiBaseUrl?: string | undefined;
239
239
  }, Promise<{
240
240
  result: null;
241
241
  error: string;
@@ -247,8 +247,8 @@ declare const getBeliefHalfLife: convex_server.RegisteredAction<"public", {
247
247
  * Get meeting prep brief for a person at a company.
248
248
  */
249
249
  declare const getMeetingPrepBrief: convex_server.RegisteredAction<"public", {
250
- apiBaseUrl?: string | undefined;
251
250
  topicId?: string | undefined;
251
+ apiBaseUrl?: string | undefined;
252
252
  personGlobalId: string;
253
253
  }, Promise<{
254
254
  brief: null;
@@ -261,9 +261,9 @@ declare const getMeetingPrepBrief: convex_server.RegisteredAction<"public", {
261
261
  * Get proprietary signals - our unique insights not in public discourse.
262
262
  */
263
263
  declare const getProprietarySignals: convex_server.RegisteredAction<"public", {
264
- apiBaseUrl?: string | undefined;
265
- topicId?: string | undefined;
266
264
  limit?: number | undefined;
265
+ topicId?: string | undefined;
266
+ apiBaseUrl?: string | undefined;
267
267
  }, Promise<{
268
268
  results: never[];
269
269
  error: string;
@@ -275,9 +275,9 @@ declare const getProprietarySignals: convex_server.RegisteredAction<"public", {
275
275
  * Get portfolio conviction dashboard - aggregate conviction metrics across all themes.
276
276
  */
277
277
  declare const getPortfolioConviction: convex_server.RegisteredAction<"public", {
278
- apiBaseUrl?: string | undefined;
279
- topicId?: string | undefined;
280
278
  limit?: number | undefined;
279
+ topicId?: string | undefined;
280
+ apiBaseUrl?: string | undefined;
281
281
  }, Promise<{
282
282
  portfolio: never[];
283
283
  error: string;
@@ -289,9 +289,9 @@ declare const getPortfolioConviction: convex_server.RegisteredAction<"public", {
289
289
  * Get stale themes - themes with no recent activity.
290
290
  */
291
291
  declare const getStaleThemes: convex_server.RegisteredAction<"public", {
292
- apiBaseUrl?: string | undefined;
293
- topicId?: string | undefined;
294
292
  limit?: number | undefined;
293
+ topicId?: string | undefined;
294
+ apiBaseUrl?: string | undefined;
295
295
  }, Promise<{
296
296
  themes: never[];
297
297
  error: string;
@@ -303,9 +303,9 @@ declare const getStaleThemes: convex_server.RegisteredAction<"public", {
303
303
  * Get missing question detection - high-confidence beliefs with no testing questions.
304
304
  */
305
305
  declare const getMissingQuestionDetection: convex_server.RegisteredAction<"public", {
306
- apiBaseUrl?: string | undefined;
307
- topicId?: string | undefined;
308
306
  limit?: number | undefined;
307
+ topicId?: string | undefined;
308
+ apiBaseUrl?: string | undefined;
309
309
  }, Promise<{
310
310
  results: never[];
311
311
  error: string;
@@ -317,9 +317,9 @@ declare const getMissingQuestionDetection: convex_server.RegisteredAction<"publi
317
317
  * Get surprise detection - evidence that surprised us (high surprise score).
318
318
  */
319
319
  declare const getSurpriseDetection: convex_server.RegisteredAction<"public", {
320
- apiBaseUrl?: string | undefined;
321
- topicId?: string | undefined;
322
320
  limit?: number | undefined;
321
+ topicId?: string | undefined;
322
+ apiBaseUrl?: string | undefined;
323
323
  }, Promise<{
324
324
  results: never[];
325
325
  error: string;
@@ -331,9 +331,9 @@ declare const getSurpriseDetection: convex_server.RegisteredAction<"public", {
331
331
  * Get non-consensus beliefs - beliefs where we diverge from market consensus.
332
332
  */
333
333
  declare const getNonConsensusBeliefs: convex_server.RegisteredAction<"public", {
334
- apiBaseUrl?: string | undefined;
335
- topicId?: string | undefined;
336
334
  limit?: number | undefined;
335
+ topicId?: string | undefined;
336
+ apiBaseUrl?: string | undefined;
337
337
  }, Promise<{
338
338
  results: never[];
339
339
  error: string;
@@ -346,8 +346,8 @@ declare const getNonConsensusBeliefs: convex_server.RegisteredAction<"public", {
346
346
  * and return their graph neighborhood for context.
347
347
  */
348
348
  declare const semanticSearch: convex_server.RegisteredAction<"public", {
349
- apiBaseUrl?: string | undefined;
350
349
  topicId?: string | undefined;
350
+ apiBaseUrl?: string | undefined;
351
351
  indexName?: string | undefined;
352
352
  topK?: number | undefined;
353
353
  minScore?: number | undefined;
@@ -364,9 +364,9 @@ declare const semanticSearch: convex_server.RegisteredAction<"public", {
364
364
  * distant from their graph neighbors.
365
365
  */
366
366
  declare const getSemanticOrphans: convex_server.RegisteredAction<"public", {
367
- apiBaseUrl?: string | undefined;
368
- topicId?: string | undefined;
369
367
  limit?: number | undefined;
368
+ topicId?: string | undefined;
369
+ apiBaseUrl?: string | undefined;
370
370
  threshold?: number | undefined;
371
371
  }, Promise<{
372
372
  results: never[];
@@ -380,9 +380,9 @@ declare const getSemanticOrphans: convex_server.RegisteredAction<"public", {
380
380
  * but with divergent evidence or confidence.
381
381
  */
382
382
  declare const getSoftContradictions: convex_server.RegisteredAction<"public", {
383
- apiBaseUrl?: string | undefined;
384
- topicId?: string | undefined;
385
383
  limit?: number | undefined;
384
+ topicId?: string | undefined;
385
+ apiBaseUrl?: string | undefined;
386
386
  similarityThreshold?: number | undefined;
387
387
  }, Promise<{
388
388
  results: never[];
@@ -396,9 +396,9 @@ declare const getSoftContradictions: convex_server.RegisteredAction<"public", {
396
396
  * These represent potential missing connections.
397
397
  */
398
398
  declare const getSemanticBridges: convex_server.RegisteredAction<"public", {
399
- apiBaseUrl?: string | undefined;
400
- topicId?: string | undefined;
401
399
  limit?: number | undefined;
400
+ topicId?: string | undefined;
401
+ apiBaseUrl?: string | undefined;
402
402
  similarityThreshold?: number | undefined;
403
403
  }, Promise<{
404
404
  results: never[];
@@ -412,8 +412,8 @@ declare const getSemanticBridges: convex_server.RegisteredAction<"public", {
412
412
  * to pull in supporting context (evidence, themes, sources).
413
413
  */
414
414
  declare const graphAwareSearch: convex_server.RegisteredAction<"public", {
415
- apiBaseUrl?: string | undefined;
416
415
  topicId?: string | undefined;
416
+ apiBaseUrl?: string | undefined;
417
417
  indexName?: string | undefined;
418
418
  topK?: number | undefined;
419
419
  minScore?: number | undefined;
@@ -446,8 +446,8 @@ declare const graphAwareSearch: convex_server.RegisteredAction<"public", {
446
446
  * Uses Neo4j for efficient multi-hop traversal up to 10 levels deep
447
447
  */
448
448
  declare const getNodeLineageGraph: convex_server.RegisteredAction<"public", {
449
- apiBaseUrl?: string | undefined;
450
449
  topicId?: string | undefined;
450
+ apiBaseUrl?: string | undefined;
451
451
  globalId: string;
452
452
  }, Promise<{
453
453
  lineage: never[];
@@ -461,10 +461,10 @@ declare const getNodeLineageGraph: convex_server.RegisteredAction<"public", {
461
461
  * Much more powerful than Convex's single-hop queries
462
462
  */
463
463
  declare const getConnectedNodesGraph: convex_server.RegisteredAction<"public", {
464
- apiBaseUrl?: string | undefined;
464
+ limit?: number | undefined;
465
465
  topicId?: string | undefined;
466
+ apiBaseUrl?: string | undefined;
466
467
  maxHops?: number | undefined;
467
- limit?: number | undefined;
468
468
  globalId: string;
469
469
  }, Promise<{
470
470
  nodes: never[];
@@ -489,8 +489,8 @@ declare const getThemeBeliefsGraph: convex_server.RegisteredAction<"public", {
489
489
  * Get evidence that supports a belief (through question chain OR direct link)
490
490
  */
491
491
  declare const getBeliefEvidenceGraph: convex_server.RegisteredAction<"public", {
492
- apiBaseUrl?: string | undefined;
493
492
  topicId?: string | undefined;
493
+ apiBaseUrl?: string | undefined;
494
494
  beliefGlobalId: string;
495
495
  }, Promise<{
496
496
  evidence: never[];
@@ -503,9 +503,9 @@ declare const getBeliefEvidenceGraph: convex_server.RegisteredAction<"public", {
503
503
  * Find beliefs that appear in multiple themes (cross-cutting insights)
504
504
  */
505
505
  declare const getCrossThemeBeliefs: convex_server.RegisteredAction<"public", {
506
- apiBaseUrl?: string | undefined;
507
- topicId?: string | undefined;
508
506
  limit?: number | undefined;
507
+ topicId?: string | undefined;
508
+ apiBaseUrl?: string | undefined;
509
509
  }, Promise<{
510
510
  beliefs: never[];
511
511
  error: string;
@@ -518,9 +518,9 @@ declare const getCrossThemeBeliefs: convex_server.RegisteredAction<"public", {
518
518
  * Evidence that tests conflicting beliefs
519
519
  */
520
520
  declare const findPotentialContradictions: convex_server.RegisteredAction<"public", {
521
- apiBaseUrl?: string | undefined;
522
- topicId?: string | undefined;
523
521
  limit?: number | undefined;
522
+ topicId?: string | undefined;
523
+ apiBaseUrl?: string | undefined;
524
524
  }, Promise<{
525
525
  contradictions: never[];
526
526
  error: string;
@@ -532,8 +532,8 @@ declare const findPotentialContradictions: convex_server.RegisteredAction<"publi
532
532
  * Get the full subgraph for a theme (all connected beliefs, questions, evidence)
533
533
  */
534
534
  declare const getThemeSubgraph: convex_server.RegisteredAction<"public", {
535
- apiBaseUrl?: string | undefined;
536
535
  topicId?: string | undefined;
536
+ apiBaseUrl?: string | undefined;
537
537
  themeGlobalId: string;
538
538
  }, Promise<{
539
539
  subgraph: null;
@@ -546,8 +546,8 @@ declare const getThemeSubgraph: convex_server.RegisteredAction<"public", {
546
546
  * Find the path from evidence to a belief (how does this evidence support this belief?)
547
547
  */
548
548
  declare const getEvidenceToBeliefPath: convex_server.RegisteredAction<"public", {
549
- apiBaseUrl?: string | undefined;
550
549
  topicId?: string | undefined;
550
+ apiBaseUrl?: string | undefined;
551
551
  beliefGlobalId: string;
552
552
  evidenceGlobalId: string;
553
553
  }, Promise<{
@@ -578,9 +578,9 @@ declare const getThemeStats: convex_server.RegisteredAction<"public", {
578
578
  * Returns all themes and value chains for manual or AI-assisted matching
579
579
  */
580
580
  declare const getThemeValueChainCandidates: convex_server.RegisteredAction<"public", {
581
- apiBaseUrl?: string | undefined;
582
- topicId?: string | undefined;
583
581
  limit?: number | undefined;
582
+ topicId?: string | undefined;
583
+ apiBaseUrl?: string | undefined;
584
584
  }, Promise<{
585
585
  candidates: never[];
586
586
  error: string;
@@ -760,9 +760,8 @@ declare const getGraphStats: convex_server.RegisteredAction<"public", {}, Promis
760
760
  * This is the main entry point for natural language graph queries
761
761
  */
762
762
  declare const queryGraph: convex_server.RegisteredAction<"public", {
763
- apiBaseUrl?: string | undefined;
764
763
  topicId?: string | undefined;
765
- queryType: "themesImpactingCompany" | "companiesByTheme" | "questionsByValueChain" | "questionsByTheme" | "peopleByTheme" | "peopleByCompany" | "valueChainsByTheme" | "functionsByValueChain" | "beliefsByCompany" | "evidenceByCompany" | "searchAllNodes" | "nodeRelationships" | "graphStats";
764
+ apiBaseUrl?: string | undefined;
766
765
  params: {
767
766
  globalId?: string | undefined;
768
767
  limit?: number | undefined;
@@ -771,6 +770,7 @@ declare const queryGraph: convex_server.RegisteredAction<"public", {
771
770
  valueChainName?: string | undefined;
772
771
  searchText?: string | undefined;
773
772
  };
773
+ queryType: "themesImpactingCompany" | "companiesByTheme" | "questionsByValueChain" | "questionsByTheme" | "peopleByTheme" | "peopleByCompany" | "valueChainsByTheme" | "functionsByValueChain" | "beliefsByCompany" | "evidenceByCompany" | "searchAllNodes" | "nodeRelationships" | "graphStats";
774
774
  }, Promise<{
775
775
  results: never[];
776
776
  error: string;