@lucern/contracts 0.1.2-alpha.4 → 0.3.0-alpha.0

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 (214) hide show
  1. package/dist/defineFunction-DO97DKs4.d.ts +14 -0
  2. package/dist/defineTable-CBQ03FXl.d.ts +36 -0
  3. package/dist/dsl-BgpoVOVQ.d.ts +110 -0
  4. package/dist/dsl.d.ts +5 -0
  5. package/dist/dsl.js +675 -0
  6. package/dist/dsl.js.map +1 -0
  7. package/dist/function-registry/beliefs.d.ts +519 -0
  8. package/dist/function-registry/beliefs.js +4326 -0
  9. package/dist/function-registry/beliefs.js.map +1 -0
  10. package/dist/function-registry/coding.d.ts +347 -0
  11. package/dist/function-registry/coding.js +4268 -0
  12. package/dist/function-registry/coding.js.map +1 -0
  13. package/dist/function-registry/context.d.ts +218 -0
  14. package/dist/function-registry/context.js +4175 -0
  15. package/dist/function-registry/context.js.map +1 -0
  16. package/dist/function-registry/contracts.d.ts +218 -0
  17. package/dist/function-registry/contracts.js +4143 -0
  18. package/dist/function-registry/contracts.js.map +1 -0
  19. package/dist/function-registry/coordination.d.ts +476 -0
  20. package/dist/function-registry/coordination.js +4254 -0
  21. package/dist/function-registry/coordination.js.map +1 -0
  22. package/dist/function-registry/edges.d.ts +175 -0
  23. package/dist/function-registry/edges.js +4150 -0
  24. package/dist/function-registry/edges.js.map +1 -0
  25. package/dist/function-registry/evidence.d.ts +433 -0
  26. package/dist/function-registry/evidence.js +4302 -0
  27. package/dist/function-registry/evidence.js.map +1 -0
  28. package/dist/function-registry/graph.d.ts +648 -0
  29. package/dist/function-registry/graph.js +4329 -0
  30. package/dist/function-registry/graph.js.map +1 -0
  31. package/dist/function-registry/helpers.d.ts +86 -0
  32. package/dist/function-registry/helpers.js +4131 -0
  33. package/dist/function-registry/helpers.js.map +1 -0
  34. package/dist/function-registry/identity.d.ts +218 -0
  35. package/dist/function-registry/identity.js +4154 -0
  36. package/dist/function-registry/identity.js.map +1 -0
  37. package/dist/function-registry/index.d.ts +32 -0
  38. package/dist/function-registry/index.js +4235 -0
  39. package/dist/function-registry/index.js.map +1 -0
  40. package/dist/function-registry/judgments.d.ts +175 -0
  41. package/dist/function-registry/judgments.js +4157 -0
  42. package/dist/function-registry/judgments.js.map +1 -0
  43. package/dist/function-registry/legacy.d.ts +132 -0
  44. package/dist/function-registry/legacy.js +4118 -0
  45. package/dist/function-registry/legacy.js.map +1 -0
  46. package/dist/function-registry/lenses.d.ts +261 -0
  47. package/dist/function-registry/lenses.js +4160 -0
  48. package/dist/function-registry/lenses.js.map +1 -0
  49. package/dist/function-registry/manifest.d.ts +36 -0
  50. package/dist/function-registry/manifest.js +366 -0
  51. package/dist/function-registry/manifest.js.map +1 -0
  52. package/dist/function-registry/ontologies.d.ts +562 -0
  53. package/dist/function-registry/ontologies.js +4292 -0
  54. package/dist/function-registry/ontologies.js.map +1 -0
  55. package/dist/function-registry/pipeline.d.ts +218 -0
  56. package/dist/function-registry/pipeline.js +4143 -0
  57. package/dist/function-registry/pipeline.js.map +1 -0
  58. package/dist/function-registry/questions.d.ts +605 -0
  59. package/dist/function-registry/questions.js +4329 -0
  60. package/dist/function-registry/questions.js.map +1 -0
  61. package/dist/function-registry/tasks.d.ts +261 -0
  62. package/dist/function-registry/tasks.js +4166 -0
  63. package/dist/function-registry/tasks.js.map +1 -0
  64. package/dist/function-registry/topics.d.ts +304 -0
  65. package/dist/function-registry/topics.js +4193 -0
  66. package/dist/function-registry/topics.js.map +1 -0
  67. package/dist/function-registry/types.d.ts +84 -0
  68. package/dist/function-registry/types.js +3 -0
  69. package/dist/function-registry/types.js.map +1 -0
  70. package/dist/function-registry/worktrees.d.ts +476 -0
  71. package/dist/function-registry/worktrees.js +4277 -0
  72. package/dist/function-registry/worktrees.js.map +1 -0
  73. package/dist/generated/convexSchemas.d.ts +20 -0
  74. package/dist/generated/convexSchemas.js +160 -0
  75. package/dist/generated/convexSchemas.js.map +1 -0
  76. package/dist/generated/schema-manifest.json +5179 -0
  77. package/dist/generated/tableOwnership.d.ts +127 -0
  78. package/dist/generated/tableOwnership.js +276 -0
  79. package/dist/generated/tableOwnership.js.map +1 -0
  80. package/dist/generated/tier-expectations.json +360 -0
  81. package/dist/idOf-DR8tkhQS.d.ts +10 -0
  82. package/dist/index-DoDXl8KS.d.ts +19 -0
  83. package/dist/index.d.ts +11 -2
  84. package/dist/index.js +5739 -315
  85. package/dist/index.js.map +1 -1
  86. package/dist/schema-helpers/enumValidation.d.ts +17 -0
  87. package/dist/schema-helpers/enumValidation.js +143 -0
  88. package/dist/schema-helpers/enumValidation.js.map +1 -0
  89. package/dist/schema-helpers/spine/nodes/decision.d.ts +19 -0
  90. package/dist/schema-helpers/spine/nodes/decision.js +81 -0
  91. package/dist/schema-helpers/spine/nodes/decision.js.map +1 -0
  92. package/dist/schema-helpers/spine/tables/epistemicNodes.d.ts +9 -0
  93. package/dist/schema-helpers/spine/tables/epistemicNodes.js +62 -0
  94. package/dist/schema-helpers/spine/tables/epistemicNodes.js.map +1 -0
  95. package/dist/schema-helpers/topicIds.d.ts +17 -0
  96. package/dist/schema-helpers/topicIds.js +21 -0
  97. package/dist/schema-helpers/topicIds.js.map +1 -0
  98. package/dist/schema-helpers/topicLegacyScope.d.ts +19 -0
  99. package/dist/schema-helpers/topicLegacyScope.js +44 -0
  100. package/dist/schema-helpers/topicLegacyScope.js.map +1 -0
  101. package/dist/schema-helpers/validators.d.ts +8 -0
  102. package/dist/schema-helpers/validators.js +18 -0
  103. package/dist/schema-helpers/validators.js.map +1 -0
  104. package/dist/schemas/enums.d.ts +12 -0
  105. package/dist/schemas/enums.js +11 -0
  106. package/dist/schemas/enums.js.map +1 -0
  107. package/dist/schemas/index.d.ts +5 -0
  108. package/dist/schemas/index.js +4240 -0
  109. package/dist/schemas/index.js.map +1 -0
  110. package/dist/schemas/manifest.d.ts +24521 -0
  111. package/dist/schemas/manifest.js +4242 -0
  112. package/dist/schemas/manifest.js.map +1 -0
  113. package/dist/schemas/tables/identity/agent.d.ts +21 -0
  114. package/dist/schemas/tables/identity/agent.js +41 -0
  115. package/dist/schemas/tables/identity/agent.js.map +1 -0
  116. package/dist/schemas/tables/identity/epistemic.d.ts +18 -0
  117. package/dist/schemas/tables/identity/epistemic.js +38 -0
  118. package/dist/schemas/tables/identity/epistemic.js.map +1 -0
  119. package/dist/schemas/tables/identity/model.d.ts +62 -0
  120. package/dist/schemas/tables/identity/model.js +110 -0
  121. package/dist/schemas/tables/identity/model.js.map +1 -0
  122. package/dist/schemas/tables/identity/platform.d.ts +392 -0
  123. package/dist/schemas/tables/identity/platform.js +475 -0
  124. package/dist/schemas/tables/identity/platform.js.map +1 -0
  125. package/dist/schemas/tables/identity/project.d.ts +22 -0
  126. package/dist/schemas/tables/identity/project.js +48 -0
  127. package/dist/schemas/tables/identity/project.js.map +1 -0
  128. package/dist/schemas/tables/identity/user.d.ts +26 -0
  129. package/dist/schemas/tables/identity/user.js +47 -0
  130. package/dist/schemas/tables/identity/user.js.map +1 -0
  131. package/dist/schemas/tables/kernel/config.d.ts +20 -0
  132. package/dist/schemas/tables/kernel/config.js +39 -0
  133. package/dist/schemas/tables/kernel/config.js.map +1 -0
  134. package/dist/schemas/tables/kernel/coordination.d.ts +30 -0
  135. package/dist/schemas/tables/kernel/coordination.js +57 -0
  136. package/dist/schemas/tables/kernel/coordination.js.map +1 -0
  137. package/dist/schemas/tables/kernel/decision.d.ts +246 -0
  138. package/dist/schemas/tables/kernel/decision.js +371 -0
  139. package/dist/schemas/tables/kernel/decision.js.map +1 -0
  140. package/dist/schemas/tables/kernel/embedding.d.ts +18 -0
  141. package/dist/schemas/tables/kernel/embedding.js +48 -0
  142. package/dist/schemas/tables/kernel/embedding.js.map +1 -0
  143. package/dist/schemas/tables/kernel/epistemic.d.ts +315 -0
  144. package/dist/schemas/tables/kernel/epistemic.js +327 -0
  145. package/dist/schemas/tables/kernel/epistemic.js.map +1 -0
  146. package/dist/schemas/tables/kernel/idempotency.d.ts +13 -0
  147. package/dist/schemas/tables/kernel/idempotency.js +31 -0
  148. package/dist/schemas/tables/kernel/idempotency.js.map +1 -0
  149. package/dist/schemas/tables/kernel/infra.d.ts +171 -0
  150. package/dist/schemas/tables/kernel/infra.js +160 -0
  151. package/dist/schemas/tables/kernel/infra.js.map +1 -0
  152. package/dist/schemas/tables/kernel/intelligence.d.ts +293 -0
  153. package/dist/schemas/tables/kernel/intelligence.js +207 -0
  154. package/dist/schemas/tables/kernel/intelligence.js.map +1 -0
  155. package/dist/schemas/tables/kernel/lens.d.ts +192 -0
  156. package/dist/schemas/tables/kernel/lens.js +122 -0
  157. package/dist/schemas/tables/kernel/lens.js.map +1 -0
  158. package/dist/schemas/tables/kernel/ontology.d.ts +89 -0
  159. package/dist/schemas/tables/kernel/ontology.js +91 -0
  160. package/dist/schemas/tables/kernel/ontology.js.map +1 -0
  161. package/dist/schemas/tables/kernel/platform.d.ts +353 -0
  162. package/dist/schemas/tables/kernel/platform.js +349 -0
  163. package/dist/schemas/tables/kernel/platform.js.map +1 -0
  164. package/dist/schemas/tables/kernel/spine.d.ts +206 -0
  165. package/dist/schemas/tables/kernel/spine.js +243 -0
  166. package/dist/schemas/tables/kernel/spine.js.map +1 -0
  167. package/dist/schemas/tables/kernel/task.d.ts +614 -0
  168. package/dist/schemas/tables/kernel/task.js +189 -0
  169. package/dist/schemas/tables/kernel/task.js.map +1 -0
  170. package/dist/schemas/tables/kernel/topic.d.ts +25 -0
  171. package/dist/schemas/tables/kernel/topic.js +62 -0
  172. package/dist/schemas/tables/kernel/topic.js.map +1 -0
  173. package/dist/schemas/tables/kernel/workflow.d.ts +45 -0
  174. package/dist/schemas/tables/kernel/workflow.js +94 -0
  175. package/dist/schemas/tables/kernel/workflow.js.map +1 -0
  176. package/dist/schemas/tables/kernel/worktree.d.ts +823 -0
  177. package/dist/schemas/tables/kernel/worktree.js +328 -0
  178. package/dist/schemas/tables/kernel/worktree.js.map +1 -0
  179. package/dist/schemas/tables/mc/identity.d.ts +134 -0
  180. package/dist/schemas/tables/mc/identity.js +221 -0
  181. package/dist/schemas/tables/mc/identity.js.map +1 -0
  182. package/dist/schemas/tables/mc/methodology.d.ts +46 -0
  183. package/dist/schemas/tables/mc/methodology.js +69 -0
  184. package/dist/schemas/tables/mc/methodology.js.map +1 -0
  185. package/dist/schemas/tables/mc/pack.d.ts +540 -0
  186. package/dist/schemas/tables/mc/pack.js +294 -0
  187. package/dist/schemas/tables/mc/pack.js.map +1 -0
  188. package/dist/schemas/tables/mc/policy.d.ts +57 -0
  189. package/dist/schemas/tables/mc/policy.js +121 -0
  190. package/dist/schemas/tables/mc/policy.js.map +1 -0
  191. package/dist/schemas/tables/mc/registry.d.ts +155 -0
  192. package/dist/schemas/tables/mc/registry.js +164 -0
  193. package/dist/schemas/tables/mc/registry.js.map +1 -0
  194. package/dist/schemas/tables/mc/runtime.d.ts +119 -0
  195. package/dist/schemas/tables/mc/runtime.js +199 -0
  196. package/dist/schemas/tables/mc/runtime.js.map +1 -0
  197. package/dist/schemas/tables/mc/tenant.d.ts +106 -0
  198. package/dist/schemas/tables/mc/tenant.js +114 -0
  199. package/dist/schemas/tables/mc/tenant.js.map +1 -0
  200. package/dist/schemas/tables/mc/workspace.d.ts +28 -0
  201. package/dist/schemas/tables/mc/workspace.js +52 -0
  202. package/dist/schemas/tables/mc/workspace.js.map +1 -0
  203. package/dist/{sdk-tools.contract-BnV0hKLp.d.ts → sdk-tools.contract-C2kQN_Xk.d.ts} +3 -7
  204. package/dist/sdk-tools.contract.d.ts +2 -2
  205. package/dist/sdk-tools.contract.js +664 -175
  206. package/dist/sdk-tools.contract.js.map +1 -1
  207. package/dist/tool-contracts-WCnuE9DW.d.ts +288 -0
  208. package/dist/tool-contracts.d.ts +1 -0
  209. package/dist/{mcp-tools.contract.js → tool-contracts.js} +666 -116
  210. package/dist/tool-contracts.js.map +1 -0
  211. package/package.json +119 -2
  212. package/dist/mcp-tools.contract-D8kXcP6d.d.ts +0 -254
  213. package/dist/mcp-tools.contract.d.ts +0 -1
  214. package/dist/mcp-tools.contract.js.map +0 -1
@@ -0,0 +1,288 @@
1
+ /**
2
+ * MCP Tool Contract Definitions
3
+ *
4
+ * Machine-readable source of truth for all Lucern MCP tool names,
5
+ * descriptions, parameters, and response schemas.
6
+ *
7
+ * CONTRACT SURFACE: These definitions are the external API for AI agents.
8
+ * Renaming a tool or changing its description is a BREAKING CHANGE.
9
+ *
10
+ * Git-native naming rules (enforced by lint):
11
+ * 1. Workflow tools use git verbs directly (add_worktree, merge, push, open_pull_request)
12
+ * 2. Knowledge tools use epistemic verbs (create_belief, fork_belief, modulate_confidence)
13
+ * 3. First sentence of description includes the git analog verb
14
+ * 4. Description includes "Like `git X`" parenthetical
15
+ * 5. Parameter names use domain terms (canonicalText, nodeId, confidence)
16
+ */
17
+ type McpToolContract = {
18
+ /** Stable tool name — breaking change to rename */
19
+ name: string;
20
+ /** Git-semantic description — breaking change to remove git references */
21
+ description: string;
22
+ /** Parameter schema (JSON Schema subset) */
23
+ parameters: Record<string, McpParameterDef>;
24
+ /** Required parameter names */
25
+ required: string[];
26
+ /** Response shape description */
27
+ response: McpResponseDef;
28
+ /** Which Lucern module owns the implementation */
29
+ ownerModule: string;
30
+ /** Ontology primitive this tool operates on */
31
+ ontologyPrimitive: "belief" | "evidence" | "source" | "question" | "judgment" | "worktree" | "branch" | "lens" | "edge" | "graph" | "task" | "policy" | "ontology" | "identity";
32
+ /** MCP surface tier — showcase (front page, every demo) or workhorse (complete CRUD, discovered when building) */
33
+ tier: "showcase" | "workhorse";
34
+ /** Hide this tool from public discovery surfaces. */
35
+ internal?: boolean;
36
+ /** Deprecation notice shown in contract-driven docs and discovery. */
37
+ deprecated?: string;
38
+ };
39
+ type McpParameterDef = {
40
+ type: "string" | "number" | "boolean" | "array" | "object";
41
+ description: string;
42
+ required?: boolean;
43
+ enum?: string[];
44
+ };
45
+ type McpResponseDef = {
46
+ description: string;
47
+ fields: Record<string, string>;
48
+ };
49
+ declare const CREATE_BELIEF: McpToolContract;
50
+ declare const GET_BELIEF: McpToolContract;
51
+ declare const REFINE_BELIEF: McpToolContract;
52
+ declare const MODULATE_CONFIDENCE: McpToolContract;
53
+ declare const FORK_BELIEF: McpToolContract;
54
+ declare const ARCHIVE_BELIEF: McpToolContract;
55
+ declare const CREATE_EPISTEMIC_CONTRACT: McpToolContract;
56
+ declare const ADD_EVIDENCE: McpToolContract;
57
+ declare const FLAG_CONTRADICTION: McpToolContract;
58
+ declare const ADD_WORKTREE: McpToolContract;
59
+ declare const MERGE: McpToolContract;
60
+ declare const QUERY_LINEAGE: McpToolContract;
61
+ declare const GET_CONFIDENCE_HISTORY: McpToolContract;
62
+ declare const GET_AUDIT_TRAIL: McpToolContract;
63
+ declare const TRAVERSE_GRAPH: McpToolContract;
64
+ declare const GET_GRAPH_NEIGHBORHOOD: McpToolContract;
65
+ declare const TRACE_ENTITY_IMPACT: McpToolContract;
66
+ declare const SEARCH_BELIEFS: McpToolContract;
67
+ declare const FIND_CONTRADICTIONS: McpToolContract;
68
+ declare const CREATE_EDGE: McpToolContract;
69
+ declare const RECORD_JUDGMENT: McpToolContract;
70
+ declare const CREATE_LENS: McpToolContract;
71
+ declare const LIST_LENSES: McpToolContract;
72
+ declare const APPLY_LENS_TO_TOPIC: McpToolContract;
73
+ declare const REMOVE_LENS_FROM_TOPIC: McpToolContract;
74
+ declare const PUSH: McpToolContract;
75
+ declare const OPEN_PULL_REQUEST: McpToolContract;
76
+ declare const BISECT_CONFIDENCE: McpToolContract;
77
+ declare const DETECT_CONFIRMATION_BIAS: McpToolContract;
78
+ declare const GET_GRAPH_STRUCTURE_ANALYSIS: McpToolContract;
79
+ declare const GET_FALSIFICATION_QUESTIONS: McpToolContract;
80
+ declare const SEARCH_EVIDENCE: McpToolContract;
81
+ declare const CREATE_EVIDENCE: McpToolContract;
82
+ declare const GET_EVIDENCE: McpToolContract;
83
+ declare const LIST_EVIDENCE: McpToolContract;
84
+ declare const LINK_EVIDENCE: McpToolContract;
85
+ declare const LINK_EVIDENCE_TO_BELIEF: McpToolContract;
86
+ declare const CREATE_QUESTION: McpToolContract;
87
+ declare const GET_QUESTION: McpToolContract;
88
+ declare const REFINE_QUESTION: McpToolContract;
89
+ declare const LIST_QUESTIONS: McpToolContract;
90
+ declare const ANSWER_QUESTION: McpToolContract;
91
+ declare const UPDATE_QUESTION_STATUS: McpToolContract;
92
+ declare const ARCHIVE_QUESTION: McpToolContract;
93
+ declare const LINK_EVIDENCE_TO_QUESTION: McpToolContract;
94
+ declare const CREATE_ANSWER: McpToolContract;
95
+ declare const GET_ANSWER: McpToolContract;
96
+ declare const GET_HIGH_PRIORITY_QUESTIONS: McpToolContract;
97
+ declare const FIND_MISSING_QUESTIONS: McpToolContract;
98
+ declare const LIST_BELIEFS: McpToolContract;
99
+ declare const LIST_WORKTREES: McpToolContract;
100
+ declare const LIST_ALL_WORKTREES: McpToolContract;
101
+ declare const ACTIVATE_WORKTREE: McpToolContract;
102
+ declare const UPDATE_WORKTREE_TARGETS: McpToolContract;
103
+ declare const UPDATE_WORKTREE_METADATA: McpToolContract;
104
+ declare const IDENTITY_WHOAMI: McpToolContract;
105
+ declare const COMPILE_CONTEXT: McpToolContract;
106
+ declare const CHECK_PERMISSION: McpToolContract;
107
+ declare const FILTER_BY_PERMISSION: McpToolContract;
108
+ declare const INGEST_OBSERVATION: McpToolContract;
109
+ declare const GET_OBSERVATION_CONTEXT: McpToolContract;
110
+ declare const CREATE_TASK: McpToolContract;
111
+ declare const COMPLETE_TASK: McpToolContract;
112
+ declare const UPDATE_TASK: McpToolContract;
113
+ declare const LIST_TASKS: McpToolContract;
114
+ declare const CREATE_TOPIC: McpToolContract;
115
+ declare const LIST_TOPICS: McpToolContract;
116
+ declare const GET_TOPIC: McpToolContract;
117
+ declare const UPDATE_TOPIC: McpToolContract;
118
+ declare const GET_TOPIC_TREE: McpToolContract;
119
+ declare const GET_CODE_CONTEXT: McpToolContract;
120
+ declare const GET_CHANGE_HISTORY: McpToolContract;
121
+ declare const RECORD_ATTEMPT: McpToolContract;
122
+ declare const GET_FAILURE_LOG: McpToolContract;
123
+ declare const GET_TOPIC_COVERAGE: McpToolContract;
124
+ declare const GET_GRAPH_GAPS: McpToolContract;
125
+ declare const MANAGE_WRITE_POLICY: McpToolContract;
126
+ declare const LIST_ONTOLOGIES: McpToolContract;
127
+ declare const GET_ONTOLOGY: McpToolContract;
128
+ declare const APPLY_ONTOLOGY: McpToolContract;
129
+ declare const MATCH_ENTITY_TYPE: McpToolContract;
130
+ declare const CREATE_ONTOLOGY: McpToolContract;
131
+ declare const UPDATE_ONTOLOGY: McpToolContract;
132
+ declare const ARCHIVE_ONTOLOGY: McpToolContract;
133
+ declare const CREATE_ONTOLOGY_VERSION: McpToolContract;
134
+ declare const PUBLISH_ONTOLOGY_VERSION: McpToolContract;
135
+ declare const DEPRECATE_ONTOLOGY_VERSION: McpToolContract;
136
+ declare const RESOLVE_EFFECTIVE_ONTOLOGY: McpToolContract;
137
+ declare const RECORD_SCOPE_LEARNING: McpToolContract;
138
+ declare const PIPELINE_SNAPSHOT: McpToolContract;
139
+ declare const DISCOVER: McpToolContract;
140
+ declare const ANALYZE_TOPIC_DENSITY: McpToolContract;
141
+ declare const APPLY_AUTO_BRANCHING: McpToolContract;
142
+ declare const SEED_BELIEF_LATTICE: McpToolContract;
143
+ declare const GET_LATTICE_COVERAGE: McpToolContract;
144
+ declare const DISCOVER_ENTITY_CONNECTIONS: McpToolContract;
145
+ declare const TRIGGER_BELIEF_REVIEW: McpToolContract;
146
+ declare const EVALUATE_CONTRACT: McpToolContract;
147
+ declare const GET_CONTRACT_STATUS: McpToolContract;
148
+ declare const REGISTER_SESSION: McpToolContract;
149
+ declare const HEARTBEAT_SESSION: McpToolContract;
150
+ declare const END_SESSION: McpToolContract;
151
+ declare const LIST_ACTIVE_SESSIONS: McpToolContract;
152
+ declare const SEND_AGENT_MESSAGE: McpToolContract;
153
+ declare const BROADCAST_MESSAGE: McpToolContract;
154
+ declare const GET_AGENT_INBOX: McpToolContract;
155
+ declare const CLAIM_FILES: McpToolContract;
156
+ declare const GENERATE_SESSION_HANDOFF: McpToolContract;
157
+ /** All MCP tool contracts, indexed by name */
158
+ declare const MCP_TOOL_CONTRACTS: Record<string, McpToolContract>;
159
+ /** Tool names that MUST include git-semantic language in descriptions */
160
+ declare const GIT_SEMANTIC_REQUIRED_TOOLS: string[];
161
+ /**
162
+ * Lint validation: every tool description must contain "Like `git" or "Like a `git"
163
+ * or reference a git operation in the first sentence.
164
+ */
165
+ declare function validateGitSemantics(tool: McpToolContract): {
166
+ valid: boolean;
167
+ reason?: string;
168
+ };
169
+
170
+ declare const toolContracts_ACTIVATE_WORKTREE: typeof ACTIVATE_WORKTREE;
171
+ declare const toolContracts_ADD_EVIDENCE: typeof ADD_EVIDENCE;
172
+ declare const toolContracts_ADD_WORKTREE: typeof ADD_WORKTREE;
173
+ declare const toolContracts_ANALYZE_TOPIC_DENSITY: typeof ANALYZE_TOPIC_DENSITY;
174
+ declare const toolContracts_ANSWER_QUESTION: typeof ANSWER_QUESTION;
175
+ declare const toolContracts_APPLY_AUTO_BRANCHING: typeof APPLY_AUTO_BRANCHING;
176
+ declare const toolContracts_APPLY_LENS_TO_TOPIC: typeof APPLY_LENS_TO_TOPIC;
177
+ declare const toolContracts_APPLY_ONTOLOGY: typeof APPLY_ONTOLOGY;
178
+ declare const toolContracts_ARCHIVE_BELIEF: typeof ARCHIVE_BELIEF;
179
+ declare const toolContracts_ARCHIVE_ONTOLOGY: typeof ARCHIVE_ONTOLOGY;
180
+ declare const toolContracts_ARCHIVE_QUESTION: typeof ARCHIVE_QUESTION;
181
+ declare const toolContracts_BISECT_CONFIDENCE: typeof BISECT_CONFIDENCE;
182
+ declare const toolContracts_BROADCAST_MESSAGE: typeof BROADCAST_MESSAGE;
183
+ declare const toolContracts_CHECK_PERMISSION: typeof CHECK_PERMISSION;
184
+ declare const toolContracts_CLAIM_FILES: typeof CLAIM_FILES;
185
+ declare const toolContracts_COMPILE_CONTEXT: typeof COMPILE_CONTEXT;
186
+ declare const toolContracts_COMPLETE_TASK: typeof COMPLETE_TASK;
187
+ declare const toolContracts_CREATE_ANSWER: typeof CREATE_ANSWER;
188
+ declare const toolContracts_CREATE_BELIEF: typeof CREATE_BELIEF;
189
+ declare const toolContracts_CREATE_EDGE: typeof CREATE_EDGE;
190
+ declare const toolContracts_CREATE_EPISTEMIC_CONTRACT: typeof CREATE_EPISTEMIC_CONTRACT;
191
+ declare const toolContracts_CREATE_EVIDENCE: typeof CREATE_EVIDENCE;
192
+ declare const toolContracts_CREATE_LENS: typeof CREATE_LENS;
193
+ declare const toolContracts_CREATE_ONTOLOGY: typeof CREATE_ONTOLOGY;
194
+ declare const toolContracts_CREATE_ONTOLOGY_VERSION: typeof CREATE_ONTOLOGY_VERSION;
195
+ declare const toolContracts_CREATE_QUESTION: typeof CREATE_QUESTION;
196
+ declare const toolContracts_CREATE_TASK: typeof CREATE_TASK;
197
+ declare const toolContracts_CREATE_TOPIC: typeof CREATE_TOPIC;
198
+ declare const toolContracts_DEPRECATE_ONTOLOGY_VERSION: typeof DEPRECATE_ONTOLOGY_VERSION;
199
+ declare const toolContracts_DETECT_CONFIRMATION_BIAS: typeof DETECT_CONFIRMATION_BIAS;
200
+ declare const toolContracts_DISCOVER: typeof DISCOVER;
201
+ declare const toolContracts_DISCOVER_ENTITY_CONNECTIONS: typeof DISCOVER_ENTITY_CONNECTIONS;
202
+ declare const toolContracts_END_SESSION: typeof END_SESSION;
203
+ declare const toolContracts_EVALUATE_CONTRACT: typeof EVALUATE_CONTRACT;
204
+ declare const toolContracts_FILTER_BY_PERMISSION: typeof FILTER_BY_PERMISSION;
205
+ declare const toolContracts_FIND_CONTRADICTIONS: typeof FIND_CONTRADICTIONS;
206
+ declare const toolContracts_FIND_MISSING_QUESTIONS: typeof FIND_MISSING_QUESTIONS;
207
+ declare const toolContracts_FLAG_CONTRADICTION: typeof FLAG_CONTRADICTION;
208
+ declare const toolContracts_FORK_BELIEF: typeof FORK_BELIEF;
209
+ declare const toolContracts_GENERATE_SESSION_HANDOFF: typeof GENERATE_SESSION_HANDOFF;
210
+ declare const toolContracts_GET_AGENT_INBOX: typeof GET_AGENT_INBOX;
211
+ declare const toolContracts_GET_ANSWER: typeof GET_ANSWER;
212
+ declare const toolContracts_GET_AUDIT_TRAIL: typeof GET_AUDIT_TRAIL;
213
+ declare const toolContracts_GET_BELIEF: typeof GET_BELIEF;
214
+ declare const toolContracts_GET_CHANGE_HISTORY: typeof GET_CHANGE_HISTORY;
215
+ declare const toolContracts_GET_CODE_CONTEXT: typeof GET_CODE_CONTEXT;
216
+ declare const toolContracts_GET_CONFIDENCE_HISTORY: typeof GET_CONFIDENCE_HISTORY;
217
+ declare const toolContracts_GET_CONTRACT_STATUS: typeof GET_CONTRACT_STATUS;
218
+ declare const toolContracts_GET_EVIDENCE: typeof GET_EVIDENCE;
219
+ declare const toolContracts_GET_FAILURE_LOG: typeof GET_FAILURE_LOG;
220
+ declare const toolContracts_GET_FALSIFICATION_QUESTIONS: typeof GET_FALSIFICATION_QUESTIONS;
221
+ declare const toolContracts_GET_GRAPH_GAPS: typeof GET_GRAPH_GAPS;
222
+ declare const toolContracts_GET_GRAPH_NEIGHBORHOOD: typeof GET_GRAPH_NEIGHBORHOOD;
223
+ declare const toolContracts_GET_GRAPH_STRUCTURE_ANALYSIS: typeof GET_GRAPH_STRUCTURE_ANALYSIS;
224
+ declare const toolContracts_GET_HIGH_PRIORITY_QUESTIONS: typeof GET_HIGH_PRIORITY_QUESTIONS;
225
+ declare const toolContracts_GET_LATTICE_COVERAGE: typeof GET_LATTICE_COVERAGE;
226
+ declare const toolContracts_GET_OBSERVATION_CONTEXT: typeof GET_OBSERVATION_CONTEXT;
227
+ declare const toolContracts_GET_ONTOLOGY: typeof GET_ONTOLOGY;
228
+ declare const toolContracts_GET_QUESTION: typeof GET_QUESTION;
229
+ declare const toolContracts_GET_TOPIC: typeof GET_TOPIC;
230
+ declare const toolContracts_GET_TOPIC_COVERAGE: typeof GET_TOPIC_COVERAGE;
231
+ declare const toolContracts_GET_TOPIC_TREE: typeof GET_TOPIC_TREE;
232
+ declare const toolContracts_GIT_SEMANTIC_REQUIRED_TOOLS: typeof GIT_SEMANTIC_REQUIRED_TOOLS;
233
+ declare const toolContracts_HEARTBEAT_SESSION: typeof HEARTBEAT_SESSION;
234
+ declare const toolContracts_IDENTITY_WHOAMI: typeof IDENTITY_WHOAMI;
235
+ declare const toolContracts_INGEST_OBSERVATION: typeof INGEST_OBSERVATION;
236
+ declare const toolContracts_LINK_EVIDENCE: typeof LINK_EVIDENCE;
237
+ declare const toolContracts_LINK_EVIDENCE_TO_BELIEF: typeof LINK_EVIDENCE_TO_BELIEF;
238
+ declare const toolContracts_LINK_EVIDENCE_TO_QUESTION: typeof LINK_EVIDENCE_TO_QUESTION;
239
+ declare const toolContracts_LIST_ACTIVE_SESSIONS: typeof LIST_ACTIVE_SESSIONS;
240
+ declare const toolContracts_LIST_ALL_WORKTREES: typeof LIST_ALL_WORKTREES;
241
+ declare const toolContracts_LIST_BELIEFS: typeof LIST_BELIEFS;
242
+ declare const toolContracts_LIST_EVIDENCE: typeof LIST_EVIDENCE;
243
+ declare const toolContracts_LIST_LENSES: typeof LIST_LENSES;
244
+ declare const toolContracts_LIST_ONTOLOGIES: typeof LIST_ONTOLOGIES;
245
+ declare const toolContracts_LIST_QUESTIONS: typeof LIST_QUESTIONS;
246
+ declare const toolContracts_LIST_TASKS: typeof LIST_TASKS;
247
+ declare const toolContracts_LIST_TOPICS: typeof LIST_TOPICS;
248
+ declare const toolContracts_LIST_WORKTREES: typeof LIST_WORKTREES;
249
+ declare const toolContracts_MANAGE_WRITE_POLICY: typeof MANAGE_WRITE_POLICY;
250
+ declare const toolContracts_MATCH_ENTITY_TYPE: typeof MATCH_ENTITY_TYPE;
251
+ declare const toolContracts_MCP_TOOL_CONTRACTS: typeof MCP_TOOL_CONTRACTS;
252
+ declare const toolContracts_MERGE: typeof MERGE;
253
+ declare const toolContracts_MODULATE_CONFIDENCE: typeof MODULATE_CONFIDENCE;
254
+ type toolContracts_McpParameterDef = McpParameterDef;
255
+ type toolContracts_McpResponseDef = McpResponseDef;
256
+ type toolContracts_McpToolContract = McpToolContract;
257
+ declare const toolContracts_OPEN_PULL_REQUEST: typeof OPEN_PULL_REQUEST;
258
+ declare const toolContracts_PIPELINE_SNAPSHOT: typeof PIPELINE_SNAPSHOT;
259
+ declare const toolContracts_PUBLISH_ONTOLOGY_VERSION: typeof PUBLISH_ONTOLOGY_VERSION;
260
+ declare const toolContracts_PUSH: typeof PUSH;
261
+ declare const toolContracts_QUERY_LINEAGE: typeof QUERY_LINEAGE;
262
+ declare const toolContracts_RECORD_ATTEMPT: typeof RECORD_ATTEMPT;
263
+ declare const toolContracts_RECORD_JUDGMENT: typeof RECORD_JUDGMENT;
264
+ declare const toolContracts_RECORD_SCOPE_LEARNING: typeof RECORD_SCOPE_LEARNING;
265
+ declare const toolContracts_REFINE_BELIEF: typeof REFINE_BELIEF;
266
+ declare const toolContracts_REFINE_QUESTION: typeof REFINE_QUESTION;
267
+ declare const toolContracts_REGISTER_SESSION: typeof REGISTER_SESSION;
268
+ declare const toolContracts_REMOVE_LENS_FROM_TOPIC: typeof REMOVE_LENS_FROM_TOPIC;
269
+ declare const toolContracts_RESOLVE_EFFECTIVE_ONTOLOGY: typeof RESOLVE_EFFECTIVE_ONTOLOGY;
270
+ declare const toolContracts_SEARCH_BELIEFS: typeof SEARCH_BELIEFS;
271
+ declare const toolContracts_SEARCH_EVIDENCE: typeof SEARCH_EVIDENCE;
272
+ declare const toolContracts_SEED_BELIEF_LATTICE: typeof SEED_BELIEF_LATTICE;
273
+ declare const toolContracts_SEND_AGENT_MESSAGE: typeof SEND_AGENT_MESSAGE;
274
+ declare const toolContracts_TRACE_ENTITY_IMPACT: typeof TRACE_ENTITY_IMPACT;
275
+ declare const toolContracts_TRAVERSE_GRAPH: typeof TRAVERSE_GRAPH;
276
+ declare const toolContracts_TRIGGER_BELIEF_REVIEW: typeof TRIGGER_BELIEF_REVIEW;
277
+ declare const toolContracts_UPDATE_ONTOLOGY: typeof UPDATE_ONTOLOGY;
278
+ declare const toolContracts_UPDATE_QUESTION_STATUS: typeof UPDATE_QUESTION_STATUS;
279
+ declare const toolContracts_UPDATE_TASK: typeof UPDATE_TASK;
280
+ declare const toolContracts_UPDATE_TOPIC: typeof UPDATE_TOPIC;
281
+ declare const toolContracts_UPDATE_WORKTREE_METADATA: typeof UPDATE_WORKTREE_METADATA;
282
+ declare const toolContracts_UPDATE_WORKTREE_TARGETS: typeof UPDATE_WORKTREE_TARGETS;
283
+ declare const toolContracts_validateGitSemantics: typeof validateGitSemantics;
284
+ declare namespace toolContracts {
285
+ export { toolContracts_ACTIVATE_WORKTREE as ACTIVATE_WORKTREE, toolContracts_ADD_EVIDENCE as ADD_EVIDENCE, toolContracts_ADD_WORKTREE as ADD_WORKTREE, toolContracts_ANALYZE_TOPIC_DENSITY as ANALYZE_TOPIC_DENSITY, toolContracts_ANSWER_QUESTION as ANSWER_QUESTION, toolContracts_APPLY_AUTO_BRANCHING as APPLY_AUTO_BRANCHING, toolContracts_APPLY_LENS_TO_TOPIC as APPLY_LENS_TO_TOPIC, toolContracts_APPLY_ONTOLOGY as APPLY_ONTOLOGY, toolContracts_ARCHIVE_BELIEF as ARCHIVE_BELIEF, toolContracts_ARCHIVE_ONTOLOGY as ARCHIVE_ONTOLOGY, toolContracts_ARCHIVE_QUESTION as ARCHIVE_QUESTION, toolContracts_BISECT_CONFIDENCE as BISECT_CONFIDENCE, toolContracts_BROADCAST_MESSAGE as BROADCAST_MESSAGE, toolContracts_CHECK_PERMISSION as CHECK_PERMISSION, toolContracts_CLAIM_FILES as CLAIM_FILES, toolContracts_COMPILE_CONTEXT as COMPILE_CONTEXT, toolContracts_COMPLETE_TASK as COMPLETE_TASK, toolContracts_CREATE_ANSWER as CREATE_ANSWER, toolContracts_CREATE_BELIEF as CREATE_BELIEF, toolContracts_CREATE_EDGE as CREATE_EDGE, toolContracts_CREATE_EPISTEMIC_CONTRACT as CREATE_EPISTEMIC_CONTRACT, toolContracts_CREATE_EVIDENCE as CREATE_EVIDENCE, toolContracts_CREATE_LENS as CREATE_LENS, toolContracts_CREATE_ONTOLOGY as CREATE_ONTOLOGY, toolContracts_CREATE_ONTOLOGY_VERSION as CREATE_ONTOLOGY_VERSION, toolContracts_CREATE_QUESTION as CREATE_QUESTION, toolContracts_CREATE_TASK as CREATE_TASK, toolContracts_CREATE_TOPIC as CREATE_TOPIC, toolContracts_DEPRECATE_ONTOLOGY_VERSION as DEPRECATE_ONTOLOGY_VERSION, toolContracts_DETECT_CONFIRMATION_BIAS as DETECT_CONFIRMATION_BIAS, toolContracts_DISCOVER as DISCOVER, toolContracts_DISCOVER_ENTITY_CONNECTIONS as DISCOVER_ENTITY_CONNECTIONS, toolContracts_END_SESSION as END_SESSION, toolContracts_EVALUATE_CONTRACT as EVALUATE_CONTRACT, toolContracts_FILTER_BY_PERMISSION as FILTER_BY_PERMISSION, toolContracts_FIND_CONTRADICTIONS as FIND_CONTRADICTIONS, toolContracts_FIND_MISSING_QUESTIONS as FIND_MISSING_QUESTIONS, toolContracts_FLAG_CONTRADICTION as FLAG_CONTRADICTION, toolContracts_FORK_BELIEF as FORK_BELIEF, toolContracts_GENERATE_SESSION_HANDOFF as GENERATE_SESSION_HANDOFF, toolContracts_GET_AGENT_INBOX as GET_AGENT_INBOX, toolContracts_GET_ANSWER as GET_ANSWER, toolContracts_GET_AUDIT_TRAIL as GET_AUDIT_TRAIL, toolContracts_GET_BELIEF as GET_BELIEF, toolContracts_GET_CHANGE_HISTORY as GET_CHANGE_HISTORY, toolContracts_GET_CODE_CONTEXT as GET_CODE_CONTEXT, toolContracts_GET_CONFIDENCE_HISTORY as GET_CONFIDENCE_HISTORY, toolContracts_GET_CONTRACT_STATUS as GET_CONTRACT_STATUS, toolContracts_GET_EVIDENCE as GET_EVIDENCE, toolContracts_GET_FAILURE_LOG as GET_FAILURE_LOG, toolContracts_GET_FALSIFICATION_QUESTIONS as GET_FALSIFICATION_QUESTIONS, toolContracts_GET_GRAPH_GAPS as GET_GRAPH_GAPS, toolContracts_GET_GRAPH_NEIGHBORHOOD as GET_GRAPH_NEIGHBORHOOD, toolContracts_GET_GRAPH_STRUCTURE_ANALYSIS as GET_GRAPH_STRUCTURE_ANALYSIS, toolContracts_GET_HIGH_PRIORITY_QUESTIONS as GET_HIGH_PRIORITY_QUESTIONS, toolContracts_GET_LATTICE_COVERAGE as GET_LATTICE_COVERAGE, toolContracts_GET_OBSERVATION_CONTEXT as GET_OBSERVATION_CONTEXT, toolContracts_GET_ONTOLOGY as GET_ONTOLOGY, toolContracts_GET_QUESTION as GET_QUESTION, toolContracts_GET_TOPIC as GET_TOPIC, toolContracts_GET_TOPIC_COVERAGE as GET_TOPIC_COVERAGE, toolContracts_GET_TOPIC_TREE as GET_TOPIC_TREE, toolContracts_GIT_SEMANTIC_REQUIRED_TOOLS as GIT_SEMANTIC_REQUIRED_TOOLS, toolContracts_HEARTBEAT_SESSION as HEARTBEAT_SESSION, toolContracts_IDENTITY_WHOAMI as IDENTITY_WHOAMI, toolContracts_INGEST_OBSERVATION as INGEST_OBSERVATION, toolContracts_LINK_EVIDENCE as LINK_EVIDENCE, toolContracts_LINK_EVIDENCE_TO_BELIEF as LINK_EVIDENCE_TO_BELIEF, toolContracts_LINK_EVIDENCE_TO_QUESTION as LINK_EVIDENCE_TO_QUESTION, toolContracts_LIST_ACTIVE_SESSIONS as LIST_ACTIVE_SESSIONS, toolContracts_LIST_ALL_WORKTREES as LIST_ALL_WORKTREES, toolContracts_LIST_BELIEFS as LIST_BELIEFS, toolContracts_LIST_EVIDENCE as LIST_EVIDENCE, toolContracts_LIST_LENSES as LIST_LENSES, toolContracts_LIST_ONTOLOGIES as LIST_ONTOLOGIES, toolContracts_LIST_QUESTIONS as LIST_QUESTIONS, toolContracts_LIST_TASKS as LIST_TASKS, toolContracts_LIST_TOPICS as LIST_TOPICS, toolContracts_LIST_WORKTREES as LIST_WORKTREES, toolContracts_MANAGE_WRITE_POLICY as MANAGE_WRITE_POLICY, toolContracts_MATCH_ENTITY_TYPE as MATCH_ENTITY_TYPE, toolContracts_MCP_TOOL_CONTRACTS as MCP_TOOL_CONTRACTS, toolContracts_MERGE as MERGE, toolContracts_MODULATE_CONFIDENCE as MODULATE_CONFIDENCE, type toolContracts_McpParameterDef as McpParameterDef, type toolContracts_McpResponseDef as McpResponseDef, type toolContracts_McpToolContract as McpToolContract, toolContracts_OPEN_PULL_REQUEST as OPEN_PULL_REQUEST, toolContracts_PIPELINE_SNAPSHOT as PIPELINE_SNAPSHOT, toolContracts_PUBLISH_ONTOLOGY_VERSION as PUBLISH_ONTOLOGY_VERSION, toolContracts_PUSH as PUSH, toolContracts_QUERY_LINEAGE as QUERY_LINEAGE, toolContracts_RECORD_ATTEMPT as RECORD_ATTEMPT, toolContracts_RECORD_JUDGMENT as RECORD_JUDGMENT, toolContracts_RECORD_SCOPE_LEARNING as RECORD_SCOPE_LEARNING, toolContracts_REFINE_BELIEF as REFINE_BELIEF, toolContracts_REFINE_QUESTION as REFINE_QUESTION, toolContracts_REGISTER_SESSION as REGISTER_SESSION, toolContracts_REMOVE_LENS_FROM_TOPIC as REMOVE_LENS_FROM_TOPIC, toolContracts_RESOLVE_EFFECTIVE_ONTOLOGY as RESOLVE_EFFECTIVE_ONTOLOGY, toolContracts_SEARCH_BELIEFS as SEARCH_BELIEFS, toolContracts_SEARCH_EVIDENCE as SEARCH_EVIDENCE, toolContracts_SEED_BELIEF_LATTICE as SEED_BELIEF_LATTICE, toolContracts_SEND_AGENT_MESSAGE as SEND_AGENT_MESSAGE, toolContracts_TRACE_ENTITY_IMPACT as TRACE_ENTITY_IMPACT, toolContracts_TRAVERSE_GRAPH as TRAVERSE_GRAPH, toolContracts_TRIGGER_BELIEF_REVIEW as TRIGGER_BELIEF_REVIEW, toolContracts_UPDATE_ONTOLOGY as UPDATE_ONTOLOGY, toolContracts_UPDATE_QUESTION_STATUS as UPDATE_QUESTION_STATUS, toolContracts_UPDATE_TASK as UPDATE_TASK, toolContracts_UPDATE_TOPIC as UPDATE_TOPIC, toolContracts_UPDATE_WORKTREE_METADATA as UPDATE_WORKTREE_METADATA, toolContracts_UPDATE_WORKTREE_TARGETS as UPDATE_WORKTREE_TARGETS, toolContracts_validateGitSemantics as validateGitSemantics };
286
+ }
287
+
288
+ export { LIST_BELIEFS as $, ARCHIVE_BELIEF as A, BISECT_CONFIDENCE as B, CREATE_BELIEF as C, DETECT_CONFIRMATION_BIAS as D, LINK_EVIDENCE_TO_BELIEF as E, FORK_BELIEF as F, GET_BELIEF as G, CREATE_QUESTION as H, GET_QUESTION as I, REFINE_QUESTION as J, LIST_QUESTIONS as K, LIST_LENSES as L, type McpToolContract as M, ANSWER_QUESTION as N, OPEN_PULL_REQUEST as O, PUSH as P, QUERY_LINEAGE as Q, REFINE_BELIEF as R, SEARCH_BELIEFS as S, TRAVERSE_GRAPH as T, UPDATE_QUESTION_STATUS as U, ARCHIVE_QUESTION as V, LINK_EVIDENCE_TO_QUESTION as W, CREATE_ANSWER as X, GET_ANSWER as Y, GET_HIGH_PRIORITY_QUESTIONS as Z, FIND_MISSING_QUESTIONS as _, type McpParameterDef as a, LIST_WORKTREES as a0, LIST_ALL_WORKTREES as a1, ACTIVATE_WORKTREE as a2, UPDATE_WORKTREE_TARGETS as a3, UPDATE_WORKTREE_METADATA as a4, IDENTITY_WHOAMI as a5, COMPILE_CONTEXT as a6, CHECK_PERMISSION as a7, FILTER_BY_PERMISSION as a8, INGEST_OBSERVATION as a9, DEPRECATE_ONTOLOGY_VERSION as aA, RESOLVE_EFFECTIVE_ONTOLOGY as aB, RECORD_SCOPE_LEARNING as aC, PIPELINE_SNAPSHOT as aD, DISCOVER as aE, ANALYZE_TOPIC_DENSITY as aF, APPLY_AUTO_BRANCHING as aG, SEED_BELIEF_LATTICE as aH, GET_LATTICE_COVERAGE as aI, DISCOVER_ENTITY_CONNECTIONS as aJ, TRIGGER_BELIEF_REVIEW as aK, EVALUATE_CONTRACT as aL, GET_CONTRACT_STATUS as aM, REGISTER_SESSION as aN, HEARTBEAT_SESSION as aO, END_SESSION as aP, LIST_ACTIVE_SESSIONS as aQ, SEND_AGENT_MESSAGE as aR, BROADCAST_MESSAGE as aS, GET_AGENT_INBOX as aT, CLAIM_FILES as aU, GENERATE_SESSION_HANDOFF as aV, MCP_TOOL_CONTRACTS as aW, GIT_SEMANTIC_REQUIRED_TOOLS as aX, validateGitSemantics as aY, GET_OBSERVATION_CONTEXT as aa, CREATE_TASK as ab, COMPLETE_TASK as ac, UPDATE_TASK as ad, LIST_TASKS as ae, CREATE_TOPIC as af, LIST_TOPICS as ag, GET_TOPIC as ah, UPDATE_TOPIC as ai, GET_TOPIC_TREE as aj, GET_CODE_CONTEXT as ak, GET_CHANGE_HISTORY as al, RECORD_ATTEMPT as am, GET_FAILURE_LOG as an, GET_TOPIC_COVERAGE as ao, GET_GRAPH_GAPS as ap, MANAGE_WRITE_POLICY as aq, LIST_ONTOLOGIES as ar, GET_ONTOLOGY as as, APPLY_ONTOLOGY as at, MATCH_ENTITY_TYPE as au, CREATE_ONTOLOGY as av, UPDATE_ONTOLOGY as aw, ARCHIVE_ONTOLOGY as ax, CREATE_ONTOLOGY_VERSION as ay, PUBLISH_ONTOLOGY_VERSION as az, type McpResponseDef as b, MODULATE_CONFIDENCE as c, CREATE_EPISTEMIC_CONTRACT as d, ADD_EVIDENCE as e, FLAG_CONTRADICTION as f, ADD_WORKTREE as g, MERGE as h, GET_CONFIDENCE_HISTORY as i, GET_AUDIT_TRAIL as j, GET_GRAPH_NEIGHBORHOOD as k, TRACE_ENTITY_IMPACT as l, FIND_CONTRADICTIONS as m, CREATE_EDGE as n, RECORD_JUDGMENT as o, CREATE_LENS as p, APPLY_LENS_TO_TOPIC as q, REMOVE_LENS_FROM_TOPIC as r, GET_GRAPH_STRUCTURE_ANALYSIS as s, toolContracts as t, GET_FALSIFICATION_QUESTIONS as u, SEARCH_EVIDENCE as v, CREATE_EVIDENCE as w, GET_EVIDENCE as x, LIST_EVIDENCE as y, LINK_EVIDENCE as z };
@@ -0,0 +1 @@
1
+ export { a2 as ACTIVATE_WORKTREE, e as ADD_EVIDENCE, g as ADD_WORKTREE, aF as ANALYZE_TOPIC_DENSITY, N as ANSWER_QUESTION, aG as APPLY_AUTO_BRANCHING, q as APPLY_LENS_TO_TOPIC, at as APPLY_ONTOLOGY, A as ARCHIVE_BELIEF, ax as ARCHIVE_ONTOLOGY, V as ARCHIVE_QUESTION, B as BISECT_CONFIDENCE, aS as BROADCAST_MESSAGE, a7 as CHECK_PERMISSION, aU as CLAIM_FILES, a6 as COMPILE_CONTEXT, ac as COMPLETE_TASK, X as CREATE_ANSWER, C as CREATE_BELIEF, n as CREATE_EDGE, d as CREATE_EPISTEMIC_CONTRACT, w as CREATE_EVIDENCE, p as CREATE_LENS, av as CREATE_ONTOLOGY, ay as CREATE_ONTOLOGY_VERSION, H as CREATE_QUESTION, ab as CREATE_TASK, af as CREATE_TOPIC, aA as DEPRECATE_ONTOLOGY_VERSION, D as DETECT_CONFIRMATION_BIAS, aE as DISCOVER, aJ as DISCOVER_ENTITY_CONNECTIONS, aP as END_SESSION, aL as EVALUATE_CONTRACT, a8 as FILTER_BY_PERMISSION, m as FIND_CONTRADICTIONS, _ as FIND_MISSING_QUESTIONS, f as FLAG_CONTRADICTION, F as FORK_BELIEF, aV as GENERATE_SESSION_HANDOFF, aT as GET_AGENT_INBOX, Y as GET_ANSWER, j as GET_AUDIT_TRAIL, G as GET_BELIEF, al as GET_CHANGE_HISTORY, ak as GET_CODE_CONTEXT, i as GET_CONFIDENCE_HISTORY, aM as GET_CONTRACT_STATUS, x as GET_EVIDENCE, an as GET_FAILURE_LOG, u as GET_FALSIFICATION_QUESTIONS, ap as GET_GRAPH_GAPS, k as GET_GRAPH_NEIGHBORHOOD, s as GET_GRAPH_STRUCTURE_ANALYSIS, Z as GET_HIGH_PRIORITY_QUESTIONS, aI as GET_LATTICE_COVERAGE, aa as GET_OBSERVATION_CONTEXT, as as GET_ONTOLOGY, I as GET_QUESTION, ah as GET_TOPIC, ao as GET_TOPIC_COVERAGE, aj as GET_TOPIC_TREE, aX as GIT_SEMANTIC_REQUIRED_TOOLS, aO as HEARTBEAT_SESSION, a5 as IDENTITY_WHOAMI, a9 as INGEST_OBSERVATION, z as LINK_EVIDENCE, E as LINK_EVIDENCE_TO_BELIEF, W as LINK_EVIDENCE_TO_QUESTION, aQ as LIST_ACTIVE_SESSIONS, a1 as LIST_ALL_WORKTREES, $ as LIST_BELIEFS, y as LIST_EVIDENCE, L as LIST_LENSES, ar as LIST_ONTOLOGIES, K as LIST_QUESTIONS, ae as LIST_TASKS, ag as LIST_TOPICS, a0 as LIST_WORKTREES, aq as MANAGE_WRITE_POLICY, au as MATCH_ENTITY_TYPE, aW as MCP_TOOL_CONTRACTS, h as MERGE, c as MODULATE_CONFIDENCE, a as McpParameterDef, b as McpResponseDef, M as McpToolContract, O as OPEN_PULL_REQUEST, aD as PIPELINE_SNAPSHOT, az as PUBLISH_ONTOLOGY_VERSION, P as PUSH, Q as QUERY_LINEAGE, am as RECORD_ATTEMPT, o as RECORD_JUDGMENT, aC as RECORD_SCOPE_LEARNING, R as REFINE_BELIEF, J as REFINE_QUESTION, aN as REGISTER_SESSION, r as REMOVE_LENS_FROM_TOPIC, aB as RESOLVE_EFFECTIVE_ONTOLOGY, S as SEARCH_BELIEFS, v as SEARCH_EVIDENCE, aH as SEED_BELIEF_LATTICE, aR as SEND_AGENT_MESSAGE, l as TRACE_ENTITY_IMPACT, T as TRAVERSE_GRAPH, aK as TRIGGER_BELIEF_REVIEW, aw as UPDATE_ONTOLOGY, U as UPDATE_QUESTION_STATUS, ad as UPDATE_TASK, ai as UPDATE_TOPIC, a4 as UPDATE_WORKTREE_METADATA, a3 as UPDATE_WORKTREE_TARGETS, aY as validateGitSemantics } from './tool-contracts-WCnuE9DW.js';