@lucern/contracts 0.3.0-alpha.2 → 0.3.0-alpha.4

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 (127) hide show
  1. package/dist/component-boundary.contract.d.ts +14 -0
  2. package/dist/component-boundary.contract.js +155 -0
  3. package/dist/component-boundary.contract.js.map +1 -0
  4. package/dist/component-host-boundary.contract.d.ts +41 -0
  5. package/dist/component-host-boundary.contract.js +54 -0
  6. package/dist/component-host-boundary.contract.js.map +1 -0
  7. package/dist/function-registry/beliefs.d.ts +41 -41
  8. package/dist/function-registry/beliefs.js +202 -8
  9. package/dist/function-registry/beliefs.js.map +1 -1
  10. package/dist/function-registry/coding.js +187 -8
  11. package/dist/function-registry/coding.js.map +1 -1
  12. package/dist/function-registry/context.d.ts +13 -13
  13. package/dist/function-registry/context.js +187 -9
  14. package/dist/function-registry/context.js.map +1 -1
  15. package/dist/function-registry/contracts.js +158 -5
  16. package/dist/function-registry/contracts.js.map +1 -1
  17. package/dist/function-registry/coordination.js +158 -5
  18. package/dist/function-registry/coordination.js.map +1 -1
  19. package/dist/function-registry/edges.js +169 -6
  20. package/dist/function-registry/edges.js.map +1 -1
  21. package/dist/function-registry/evidence.d.ts +33 -33
  22. package/dist/function-registry/evidence.js +202 -9
  23. package/dist/function-registry/evidence.js.map +1 -1
  24. package/dist/function-registry/graph.d.ts +53 -53
  25. package/dist/function-registry/graph.js +217 -12
  26. package/dist/function-registry/graph.js.map +1 -1
  27. package/dist/function-registry/helpers.d.ts +1 -1
  28. package/dist/function-registry/helpers.js +158 -5
  29. package/dist/function-registry/helpers.js.map +1 -1
  30. package/dist/function-registry/identity.js +158 -5
  31. package/dist/function-registry/identity.js.map +1 -1
  32. package/dist/function-registry/index.d.ts +1 -1
  33. package/dist/function-registry/index.js +158 -5
  34. package/dist/function-registry/index.js.map +1 -1
  35. package/dist/function-registry/judgments.d.ts +9 -9
  36. package/dist/function-registry/judgments.js +170 -8
  37. package/dist/function-registry/judgments.js.map +1 -1
  38. package/dist/function-registry/legacy.js +158 -5
  39. package/dist/function-registry/legacy.js.map +1 -1
  40. package/dist/function-registry/lenses.d.ts +17 -17
  41. package/dist/function-registry/lenses.js +181 -8
  42. package/dist/function-registry/lenses.js.map +1 -1
  43. package/dist/function-registry/manifest.d.ts +3 -3
  44. package/dist/function-registry/manifest.js +1 -1
  45. package/dist/function-registry/manifest.js.map +1 -1
  46. package/dist/function-registry/ontologies.d.ts +45 -45
  47. package/dist/function-registry/ontologies.js +176 -11
  48. package/dist/function-registry/ontologies.js.map +1 -1
  49. package/dist/function-registry/pipeline.d.ts +13 -13
  50. package/dist/function-registry/pipeline.js +167 -8
  51. package/dist/function-registry/pipeline.js.map +1 -1
  52. package/dist/function-registry/questions.d.ts +49 -49
  53. package/dist/function-registry/questions.js +255 -13
  54. package/dist/function-registry/questions.js.map +1 -1
  55. package/dist/function-registry/tasks.js +158 -5
  56. package/dist/function-registry/tasks.js.map +1 -1
  57. package/dist/function-registry/topics.d.ts +21 -21
  58. package/dist/function-registry/topics.js +172 -8
  59. package/dist/function-registry/topics.js.map +1 -1
  60. package/dist/function-registry/types.d.ts +1 -1
  61. package/dist/function-registry/worktrees.d.ts +80 -41
  62. package/dist/function-registry/worktrees.js +292 -17
  63. package/dist/function-registry/worktrees.js.map +1 -1
  64. package/dist/function-registry-input-audit.d.ts +13 -0
  65. package/dist/function-registry-input-audit.js +164 -0
  66. package/dist/function-registry-input-audit.js.map +1 -0
  67. package/dist/gateway.contract.d.ts +2 -0
  68. package/dist/gateway.contract.js.map +1 -1
  69. package/dist/generated/convexSchemas.js +2 -1
  70. package/dist/generated/convexSchemas.js.map +1 -1
  71. package/dist/generated/schema-manifest.json +42 -3
  72. package/dist/generated/tableOwnership.d.ts +2 -1
  73. package/dist/generated/tableOwnership.js +2 -0
  74. package/dist/generated/tableOwnership.js.map +1 -1
  75. package/dist/generated/tier-expectations.json +4 -2
  76. package/dist/index.d.ts +445 -35
  77. package/dist/index.js +1987 -17
  78. package/dist/index.js.map +1 -1
  79. package/dist/infisical-runtime.contract.d.ts +174 -0
  80. package/dist/infisical-runtime.contract.js +192 -0
  81. package/dist/infisical-runtime.contract.js.map +1 -0
  82. package/dist/mcp-gateway-boundary.contract.d.ts +181 -0
  83. package/dist/mcp-gateway-boundary.contract.js +43 -0
  84. package/dist/mcp-gateway-boundary.contract.js.map +1 -0
  85. package/dist/schemas/component-table-manifest.d.ts +2 -2
  86. package/dist/schemas/index.js +38 -1
  87. package/dist/schemas/index.js.map +1 -1
  88. package/dist/schemas/manifest.d.ts +1050 -910
  89. package/dist/schemas/manifest.js +38 -1
  90. package/dist/schemas/manifest.js.map +1 -1
  91. package/dist/schemas/sl-opinion.d.ts +4 -4
  92. package/dist/schemas/tables/identity/platform.d.ts +10 -10
  93. package/dist/schemas/tables/kernel/epistemic.d.ts +6 -6
  94. package/dist/schemas/tables/kernel/infra.d.ts +4 -4
  95. package/dist/schemas/tables/kernel/intelligence.d.ts +10 -10
  96. package/dist/schemas/tables/kernel/lens.d.ts +4 -4
  97. package/dist/schemas/tables/kernel/platform.d.ts +12 -12
  98. package/dist/schemas/tables/kernel/spine.d.ts +2 -2
  99. package/dist/schemas/tables/kernel/task.d.ts +42 -42
  100. package/dist/schemas/tables/kernel/worktree.d.ts +62 -62
  101. package/dist/schemas/tables/mc/identity.d.ts +26 -3
  102. package/dist/schemas/tables/mc/identity.js +35 -1
  103. package/dist/schemas/tables/mc/identity.js.map +1 -1
  104. package/dist/schemas/tables/mc/pack.d.ts +20 -20
  105. package/dist/schemas/tables/mc/registry.d.ts +4 -4
  106. package/dist/schemas/tables/mc/workspace.d.ts +9 -3
  107. package/dist/schemas/tables/mc/workspace.js +3 -1
  108. package/dist/schemas/tables/mc/workspace.js.map +1 -1
  109. package/dist/sdk-methods.contract.d.ts +1 -1
  110. package/dist/{sdk-tools.contract-S4ia0TTo.d.ts → sdk-tools.contract-CD-N1Jf7.d.ts} +1 -1
  111. package/dist/sdk-tools.contract.d.ts +2 -2
  112. package/dist/sdk-tools.contract.js +157 -4
  113. package/dist/sdk-tools.contract.js.map +1 -1
  114. package/dist/tenant-bootstrap-seed.contract.d.ts +1097 -0
  115. package/dist/tenant-bootstrap-seed.contract.js +651 -0
  116. package/dist/tenant-bootstrap-seed.contract.js.map +1 -0
  117. package/dist/tenant-bootstrap-seed.defaults.d.ts +16 -0
  118. package/dist/tenant-bootstrap-seed.defaults.js +303 -0
  119. package/dist/tenant-bootstrap-seed.defaults.js.map +1 -0
  120. package/dist/tenant-client.contract.d.ts +266 -0
  121. package/dist/tenant-client.contract.js +404 -0
  122. package/dist/tenant-client.contract.js.map +1 -0
  123. package/dist/{tool-contracts-C92-9ueT.d.ts → tool-contracts-BcKz-VGj.d.ts} +4 -2
  124. package/dist/tool-contracts.d.ts +1 -1
  125. package/dist/tool-contracts.js +158 -5
  126. package/dist/tool-contracts.js.map +1 -1
  127. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import * as zod from 'zod';
1
+ import { z } from 'zod';
2
2
 
3
3
  /**
4
4
  * MCP Tool Contract Definitions
@@ -115,10 +115,10 @@ declare const graphContracts: readonly [{
115
115
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
116
116
  };
117
117
  convex: FunctionConvexTarget | undefined;
118
- args: zod.ZodTypeAny;
119
- returns: zod.ZodTypeAny;
120
- input: zod.ZodTypeAny;
121
- output: zod.ZodTypeAny;
118
+ args: z.ZodTypeAny;
119
+ returns: z.ZodTypeAny;
120
+ input: z.ZodTypeAny;
121
+ output: z.ZodTypeAny;
122
122
  openapi: {
123
123
  summary: string;
124
124
  tags: string[];
@@ -154,10 +154,10 @@ declare const graphContracts: readonly [{
154
154
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
155
155
  };
156
156
  convex: FunctionConvexTarget | undefined;
157
- args: zod.ZodTypeAny;
158
- returns: zod.ZodTypeAny;
159
- input: zod.ZodTypeAny;
160
- output: zod.ZodTypeAny;
157
+ args: z.ZodTypeAny;
158
+ returns: z.ZodTypeAny;
159
+ input: z.ZodTypeAny;
160
+ output: z.ZodTypeAny;
161
161
  openapi: {
162
162
  summary: string;
163
163
  tags: string[];
@@ -193,10 +193,10 @@ declare const graphContracts: readonly [{
193
193
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
194
194
  };
195
195
  convex: FunctionConvexTarget | undefined;
196
- args: zod.ZodTypeAny;
197
- returns: zod.ZodTypeAny;
198
- input: zod.ZodTypeAny;
199
- output: zod.ZodTypeAny;
196
+ args: z.ZodTypeAny;
197
+ returns: z.ZodTypeAny;
198
+ input: z.ZodTypeAny;
199
+ output: z.ZodTypeAny;
200
200
  openapi: {
201
201
  summary: string;
202
202
  tags: string[];
@@ -232,10 +232,10 @@ declare const graphContracts: readonly [{
232
232
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
233
233
  };
234
234
  convex: FunctionConvexTarget | undefined;
235
- args: zod.ZodTypeAny;
236
- returns: zod.ZodTypeAny;
237
- input: zod.ZodTypeAny;
238
- output: zod.ZodTypeAny;
235
+ args: z.ZodTypeAny;
236
+ returns: z.ZodTypeAny;
237
+ input: z.ZodTypeAny;
238
+ output: z.ZodTypeAny;
239
239
  openapi: {
240
240
  summary: string;
241
241
  tags: string[];
@@ -271,10 +271,10 @@ declare const graphContracts: readonly [{
271
271
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
272
272
  };
273
273
  convex: FunctionConvexTarget | undefined;
274
- args: zod.ZodTypeAny;
275
- returns: zod.ZodTypeAny;
276
- input: zod.ZodTypeAny;
277
- output: zod.ZodTypeAny;
274
+ args: z.ZodTypeAny;
275
+ returns: z.ZodTypeAny;
276
+ input: z.ZodTypeAny;
277
+ output: z.ZodTypeAny;
278
278
  openapi: {
279
279
  summary: string;
280
280
  tags: string[];
@@ -310,10 +310,10 @@ declare const graphContracts: readonly [{
310
310
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
311
311
  };
312
312
  convex: FunctionConvexTarget | undefined;
313
- args: zod.ZodTypeAny;
314
- returns: zod.ZodTypeAny;
315
- input: zod.ZodTypeAny;
316
- output: zod.ZodTypeAny;
313
+ args: z.ZodTypeAny;
314
+ returns: z.ZodTypeAny;
315
+ input: z.ZodTypeAny;
316
+ output: z.ZodTypeAny;
317
317
  openapi: {
318
318
  summary: string;
319
319
  tags: string[];
@@ -349,10 +349,10 @@ declare const graphContracts: readonly [{
349
349
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
350
350
  };
351
351
  convex: FunctionConvexTarget | undefined;
352
- args: zod.ZodTypeAny;
353
- returns: zod.ZodTypeAny;
354
- input: zod.ZodTypeAny;
355
- output: zod.ZodTypeAny;
352
+ args: z.ZodTypeAny;
353
+ returns: z.ZodTypeAny;
354
+ input: z.ZodTypeAny;
355
+ output: z.ZodTypeAny;
356
356
  openapi: {
357
357
  summary: string;
358
358
  tags: string[];
@@ -388,10 +388,10 @@ declare const graphContracts: readonly [{
388
388
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
389
389
  };
390
390
  convex: FunctionConvexTarget | undefined;
391
- args: zod.ZodTypeAny;
392
- returns: zod.ZodTypeAny;
393
- input: zod.ZodTypeAny;
394
- output: zod.ZodTypeAny;
391
+ args: z.ZodTypeAny;
392
+ returns: z.ZodTypeAny;
393
+ input: z.ZodTypeAny;
394
+ output: z.ZodTypeAny;
395
395
  openapi: {
396
396
  summary: string;
397
397
  tags: string[];
@@ -427,10 +427,10 @@ declare const graphContracts: readonly [{
427
427
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
428
428
  };
429
429
  convex: FunctionConvexTarget | undefined;
430
- args: zod.ZodTypeAny;
431
- returns: zod.ZodTypeAny;
432
- input: zod.ZodTypeAny;
433
- output: zod.ZodTypeAny;
430
+ args: z.ZodTypeAny;
431
+ returns: z.ZodTypeAny;
432
+ input: z.ZodTypeAny;
433
+ output: z.ZodTypeAny;
434
434
  openapi: {
435
435
  summary: string;
436
436
  tags: string[];
@@ -466,10 +466,10 @@ declare const graphContracts: readonly [{
466
466
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
467
467
  };
468
468
  convex: FunctionConvexTarget | undefined;
469
- args: zod.ZodTypeAny;
470
- returns: zod.ZodTypeAny;
471
- input: zod.ZodTypeAny;
472
- output: zod.ZodTypeAny;
469
+ args: z.ZodTypeAny;
470
+ returns: z.ZodTypeAny;
471
+ input: z.ZodTypeAny;
472
+ output: z.ZodTypeAny;
473
473
  openapi: {
474
474
  summary: string;
475
475
  tags: string[];
@@ -505,10 +505,10 @@ declare const graphContracts: readonly [{
505
505
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
506
506
  };
507
507
  convex: FunctionConvexTarget | undefined;
508
- args: zod.ZodTypeAny;
509
- returns: zod.ZodTypeAny;
510
- input: zod.ZodTypeAny;
511
- output: zod.ZodTypeAny;
508
+ args: z.ZodTypeAny;
509
+ returns: z.ZodTypeAny;
510
+ input: z.ZodTypeAny;
511
+ output: z.ZodTypeAny;
512
512
  openapi: {
513
513
  summary: string;
514
514
  tags: string[];
@@ -544,10 +544,10 @@ declare const graphContracts: readonly [{
544
544
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
545
545
  };
546
546
  convex: FunctionConvexTarget | undefined;
547
- args: zod.ZodTypeAny;
548
- returns: zod.ZodTypeAny;
549
- input: zod.ZodTypeAny;
550
- output: zod.ZodTypeAny;
547
+ args: z.ZodTypeAny;
548
+ returns: z.ZodTypeAny;
549
+ input: z.ZodTypeAny;
550
+ output: z.ZodTypeAny;
551
551
  openapi: {
552
552
  summary: string;
553
553
  tags: string[];
@@ -583,10 +583,10 @@ declare const graphContracts: readonly [{
583
583
  allowedPrincipalTypes: ("user" | "service" | "agent")[];
584
584
  };
585
585
  convex: FunctionConvexTarget | undefined;
586
- args: zod.ZodTypeAny;
587
- returns: zod.ZodTypeAny;
588
- input: zod.ZodTypeAny;
589
- output: zod.ZodTypeAny;
586
+ args: z.ZodTypeAny;
587
+ returns: z.ZodTypeAny;
588
+ input: z.ZodTypeAny;
589
+ output: z.ZodTypeAny;
590
590
  openapi: {
591
591
  summary: string;
592
592
  tags: string[];
@@ -422,6 +422,14 @@ var ADD_WORKTREE = {
422
422
  description: "Check out a branch into an active worktree for investigation. Like `git worktree add <branch>` \u2014 creates independent working state on a thematic branch. Beliefs committed within the worktree can be freely amended (draft code on a feature branch). When investigation is complete, `merge` integrates findings into main.",
423
423
  parameters: {
424
424
  title: { type: "string", description: "Worktree name/objective" },
425
+ name: {
426
+ type: "string",
427
+ description: "Optional storage-name alias for callers that already use backend naming"
428
+ },
429
+ projectId: {
430
+ type: "string",
431
+ description: "Legacy topicId alias"
432
+ },
425
433
  topicId: { type: "string", description: "Optional topic scope hint" },
426
434
  branchId: {
427
435
  type: "string",
@@ -435,14 +443,87 @@ var ADD_WORKTREE = {
435
443
  type: "string",
436
444
  description: "The testable claim this worktree investigates"
437
445
  },
446
+ rationale: {
447
+ type: "string",
448
+ description: "Why this worktree exists and why it belongs in the campaign"
449
+ },
450
+ worktreeType: {
451
+ type: "string",
452
+ description: "Schema-enum worktree type used by the kernel lifecycle and retrieval layers"
453
+ },
454
+ gate: {
455
+ type: "string",
456
+ description: "Exit gate name for this worktree"
457
+ },
458
+ startDate: {
459
+ type: "number",
460
+ description: "Planned start timestamp in milliseconds since epoch"
461
+ },
462
+ endDate: {
463
+ type: "number",
464
+ description: "Planned end timestamp in milliseconds since epoch"
465
+ },
466
+ durationWeeks: {
467
+ type: "number",
468
+ description: "Planned duration in weeks"
469
+ },
470
+ confidenceImpact: {
471
+ type: "string",
472
+ description: "Expected confidence impact if the worktree succeeds",
473
+ enum: ["high", "medium", "low"]
474
+ },
475
+ beliefFocus: {
476
+ type: "string",
477
+ description: "Natural-language focus spanning the target belief neighborhood"
478
+ },
438
479
  beliefIds: {
439
480
  type: "array",
440
- description: "Beliefs to test in this worktree"
481
+ description: "Legacy alias for targetBeliefIds"
482
+ },
483
+ beliefs: {
484
+ type: "array",
485
+ description: "Legacy alias for targetBeliefIds"
486
+ },
487
+ targetBeliefIds: {
488
+ type: "array",
489
+ description: "Belief node IDs this worktree is expected to test or update"
490
+ },
491
+ targetQuestionIds: {
492
+ type: "array",
493
+ description: "Question node IDs this worktree is expected to answer"
494
+ },
495
+ keyQuestions: {
496
+ type: "array",
497
+ description: "Inline key question objects with question, optional status, answer, answerConfidence, and linkedQuestionId"
498
+ },
499
+ evidenceSignals: {
500
+ type: "array",
501
+ description: "Evidence signal objects with signal, optional collected state, progress, and notes"
502
+ },
503
+ decisionGate: {
504
+ type: "object",
505
+ description: "Decision gate object with goCriteria, noGoSignals, optional verdict, rationale, decidedAt, and decidedBy"
506
+ },
507
+ goCriteria: {
508
+ type: "array",
509
+ description: "Shorthand go criteria used to build decisionGate"
510
+ },
511
+ noGoSignals: {
512
+ type: "array",
513
+ description: "Shorthand no-go signals used to build decisionGate"
514
+ },
515
+ proofArtifacts: {
516
+ type: "array",
517
+ description: "Expected proof artifacts required to close the worktree"
441
518
  },
442
519
  autoShape: {
443
520
  type: "boolean",
444
521
  description: "Whether to invoke inquiry auto-shaping during worktree creation"
445
522
  },
523
+ autoFixPolicy: {
524
+ type: "object",
525
+ description: "Policy for permitted automatic remediation inside the worktree"
526
+ },
446
527
  domainPackId: {
447
528
  type: "string",
448
529
  description: "Optional domain pack whose shaping hooks should influence generated questions and tasks"
@@ -471,9 +552,17 @@ var ADD_WORKTREE = {
471
552
  type: "array",
472
553
  description: "Worktree IDs blocked by this worktree"
473
554
  },
474
- gate: {
555
+ staffingHint: {
475
556
  type: "string",
476
- description: "Exit gate name for this worktree"
557
+ description: "Suggested staffing or agent allocation note"
558
+ },
559
+ lensId: {
560
+ type: "string",
561
+ description: "Lens that scopes this worktree when applicable"
562
+ },
563
+ lastReconciledAt: {
564
+ type: "number",
565
+ description: "Timestamp when worktree metadata was last reconciled"
477
566
  }
478
567
  },
479
568
  required: ["title", "topicId"],
@@ -503,7 +592,7 @@ var MERGE = {
503
592
  worktreeId: { type: "string", description: "The worktree to merge" },
504
593
  outcomes: {
505
594
  type: "array",
506
- description: "Scoring outcomes for each belief: { beliefId, confidence, rationale }"
595
+ description: "Merge outcomes as key-finding strings, or scoring outcomes for beliefs: { beliefId, confidence, rationale }"
507
596
  },
508
597
  summary: { type: "string", description: "Overall findings summary" }
509
598
  },
@@ -3522,6 +3611,69 @@ var GENERATE_SESSION_HANDOFF = {
3522
3611
  tier: "showcase",
3523
3612
  internal: true
3524
3613
  };
3614
+ var BEGIN_BUILD_SESSION = {
3615
+ name: "begin_build_session",
3616
+ description: "Bootstrap a coding build session for a Lucern worktree. Like `git worktree add` plus `git status` \u2014 returns the compact context packet an agent needs before editing.",
3617
+ parameters: {
3618
+ worktreeId: {
3619
+ type: "string",
3620
+ description: "The Lucern worktree ID to bootstrap."
3621
+ },
3622
+ branch: {
3623
+ type: "string",
3624
+ description: "Optional git branch name. Auto-generated from the worktree name when omitted."
3625
+ },
3626
+ branchBase: {
3627
+ type: "string",
3628
+ description: 'Base branch for the feature branch. Default: "staging".'
3629
+ },
3630
+ prBase: {
3631
+ type: "string",
3632
+ description: 'Target branch for the PR. Default: "staging".'
3633
+ },
3634
+ sessionMode: {
3635
+ type: "string",
3636
+ description: 'Session mode: "async" for Codex/headless or "interactive" for live sessions.',
3637
+ enum: ["async", "interactive"]
3638
+ },
3639
+ activateIfPlanning: {
3640
+ type: "boolean",
3641
+ description: "When true, automatically activate a planning worktree during bootstrap."
3642
+ }
3643
+ },
3644
+ required: ["worktreeId"],
3645
+ response: {
3646
+ description: "A compact build-session packet with worktree metadata, graph anchors, questions, dependencies, and git defaults.",
3647
+ fields: {
3648
+ topicId: "string \u2014 canonical topic scope",
3649
+ topicName: "string \u2014 human-readable topic name",
3650
+ worktreeId: "string \u2014 worktree ID",
3651
+ worktreeName: "string \u2014 human-readable worktree name",
3652
+ branch: "string \u2014 git branch name",
3653
+ branchBase: "string \u2014 base branch",
3654
+ prBase: "string \u2014 PR target branch",
3655
+ campaign: "number | null \u2014 top-level pipeline campaign",
3656
+ lane: "string \u2014 campaign lane",
3657
+ gate: "string \u2014 exit gate",
3658
+ hypothesis: "string \u2014 worktree hypothesis",
3659
+ focus: "string \u2014 session focus",
3660
+ status: "string \u2014 worktree status after optional activation",
3661
+ sessionMode: "string \u2014 async | interactive",
3662
+ targetBeliefIds: "array \u2014 scoped belief IDs",
3663
+ targetQuestionIds: "array \u2014 scoped question IDs",
3664
+ topBeliefs: "array \u2014 highest-confidence scoped beliefs",
3665
+ openQuestions: "array \u2014 open scoped questions",
3666
+ resolvedDecisions: "array \u2014 answered questions summarized for the session",
3667
+ dependencies: "array \u2014 upstream worktrees",
3668
+ unblocks: "array \u2014 downstream worktrees",
3669
+ mergeOrderNotes: "string \u2014 merge ordering advisory"
3670
+ }
3671
+ },
3672
+ ownerModule: "bootstrap",
3673
+ ontologyPrimitive: "worktree",
3674
+ tier: "showcase",
3675
+ internal: true
3676
+ };
3525
3677
  var MCP_TOOL_CONTRACTS = {
3526
3678
  // Belief lifecycle (commit, amend, fork, archive)
3527
3679
  create_belief: CREATE_BELIEF,
@@ -3615,6 +3767,7 @@ var MCP_TOOL_CONTRACTS = {
3615
3767
  get_agent_inbox: GET_AGENT_INBOX,
3616
3768
  claim_files: CLAIM_FILES,
3617
3769
  generate_session_handoff: GENERATE_SESSION_HANDOFF,
3770
+ begin_build_session: BEGIN_BUILD_SESSION,
3618
3771
  // Policy / ACL (workhorse)
3619
3772
  check_permission: CHECK_PERMISSION,
3620
3773
  filter_by_permission: FILTER_BY_PERMISSION,
@@ -3828,6 +3981,7 @@ var PLATFORM_INTERNAL_OPERATION_NAMES = [
3828
3981
  "get_change_history",
3829
3982
  "get_failure_log",
3830
3983
  "record_attempt",
3984
+ "begin_build_session",
3831
3985
  "push",
3832
3986
  "open_pull_request",
3833
3987
  "record_judgment",
@@ -3882,7 +4036,6 @@ var SDK_ONLY_OPERATION_NAMES = [
3882
4036
  "find_semantic_orphans"
3883
4037
  ];
3884
4038
  var MCP_ONLY_INTERNAL_OPERATION_NAMES = [
3885
- "begin_build_session",
3886
4039
  "evaluate_engineering_contract",
3887
4040
  "evaluate_research_contract"
3888
4041
  ];
@@ -4237,8 +4390,55 @@ function surfaceContract(args) {
4237
4390
  }
4238
4391
  });
4239
4392
  }
4240
-
4241
- // src/function-registry/graph.ts
4393
+ var traversalLayerSchema = z.enum([
4394
+ "L4",
4395
+ "L3",
4396
+ "L2",
4397
+ "L1",
4398
+ "ontological",
4399
+ "organizational"
4400
+ ]);
4401
+ var traversalModeSchema = z.enum(["low", "medium", "high", "extra_high"]);
4402
+ var lineageAliasArgs = z.object({
4403
+ nodeId: z.string().optional().describe("Starting node to traverse from."),
4404
+ startNode: z.string().optional().describe("Starting node alias for traversal callers."),
4405
+ entityId: z.string().optional().describe("Entity identifier alias for impact tracing."),
4406
+ depth: z.number().optional().describe("Traversal depth alias."),
4407
+ maxDepth: z.number().optional().describe("Maximum traversal depth."),
4408
+ mode: traversalModeSchema.optional().describe("Traversal mode."),
4409
+ minLayer: traversalLayerSchema.optional().describe("Minimum epistemic layer to include."),
4410
+ maxLayer: traversalLayerSchema.optional().describe("Maximum epistemic layer to include.")
4411
+ });
4412
+ var lineageArgs = lineageAliasArgs.extend({
4413
+ nodeId: z.string().describe("Starting node to traverse from.")
4414
+ });
4415
+ var traverseGraphArgs = lineageAliasArgs.extend({
4416
+ startNode: z.string().describe("Node to start traversal from."),
4417
+ direction: z.enum(["up", "down", "both"]).optional().describe("Traversal direction.")
4418
+ });
4419
+ var graphNeighborhoodArgs = z.object({
4420
+ globalId: z.string().optional().describe("Single root global ID."),
4421
+ globalIds: z.array(z.string()).optional().describe("Root global IDs for the neighborhood."),
4422
+ maxDepth: z.number().optional().describe("Maximum traversal depth."),
4423
+ topicId: z.string().optional().describe("Topic scope for edge lookup."),
4424
+ limit: z.number().optional().describe("Maximum edges to return.")
4425
+ });
4426
+ var flagContradictionArgs = z.object({
4427
+ beliefA: z.string().describe("First belief in tension."),
4428
+ beliefB: z.string().describe("Second belief in tension."),
4429
+ topicId: z.string().optional().describe("Topic scope for the contradiction."),
4430
+ description: z.string().optional().describe("Human-readable contradiction."),
4431
+ severity: z.enum(["critical", "high", "medium", "low"]).optional().describe("Contradiction severity."),
4432
+ defeatType: z.string().optional().describe("Defeat type annotation."),
4433
+ supportingInsightIds: z.array(z.string()).optional().describe("Evidence supporting the primary belief."),
4434
+ contradictingInsightIds: z.array(z.string()).optional().describe("Evidence or beliefs contradicting the primary belief.")
4435
+ });
4436
+ var discoverEntityConnectionsArgs = lineageAliasArgs.extend({
4437
+ nodeId: z.string().describe("Epistemic node ID to find entity connections for."),
4438
+ topicId: z.string().optional().describe("Topic scope override."),
4439
+ minScore: z.number().optional().describe("Minimum match score."),
4440
+ limit: z.number().optional().describe("Maximum candidates to return.")
4441
+ });
4242
4442
  var contradictionSeverity = (value) => {
4243
4443
  switch (value) {
4244
4444
  case "critical":
@@ -4293,7 +4493,8 @@ var graphContracts = [
4293
4493
  functionName: "getLineage",
4294
4494
  kind: "query",
4295
4495
  inputProjection: lineageInput
4296
- }
4496
+ },
4497
+ args: traverseGraphArgs
4297
4498
  }),
4298
4499
  surfaceContract({
4299
4500
  name: "get_graph_neighborhood",
@@ -4309,7 +4510,8 @@ var graphContracts = [
4309
4510
  functionName: "getByTopic",
4310
4511
  kind: "query",
4311
4512
  inputProjection: topicEdgesInput
4312
- }
4513
+ },
4514
+ args: graphNeighborhoodArgs
4313
4515
  }),
4314
4516
  surfaceContract({
4315
4517
  name: "get_graph_structure_analysis",
@@ -4358,7 +4560,8 @@ var graphContracts = [
4358
4560
  functionName: "create",
4359
4561
  kind: "mutation",
4360
4562
  inputProjection: flagContradictionInput
4361
- }
4563
+ },
4564
+ args: flagContradictionArgs
4362
4565
  }),
4363
4566
  surfaceContract({
4364
4567
  name: "detect_confirmation_bias",
@@ -4449,7 +4652,8 @@ var graphContracts = [
4449
4652
  functionName: "getLineage",
4450
4653
  kind: "query",
4451
4654
  inputProjection: lineageInput
4452
- }
4655
+ },
4656
+ args: discoverEntityConnectionsArgs
4453
4657
  }),
4454
4658
  surfaceContract({
4455
4659
  name: "trigger_belief_review",
@@ -4480,7 +4684,8 @@ var graphContracts = [
4480
4684
  functionName: "getLineage",
4481
4685
  kind: "query",
4482
4686
  inputProjection: lineageInput
4483
- }
4687
+ },
4688
+ args: lineageArgs
4484
4689
  })
4485
4690
  ];
4486
4691