@lucern/contracts 0.1.2-alpha.5 → 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.
- package/dist/defineFunction-DO97DKs4.d.ts +14 -0
- package/dist/defineTable-CBQ03FXl.d.ts +36 -0
- package/dist/dsl-BgpoVOVQ.d.ts +110 -0
- package/dist/dsl.d.ts +5 -0
- package/dist/dsl.js +675 -0
- package/dist/dsl.js.map +1 -0
- package/dist/function-registry/beliefs.d.ts +519 -0
- package/dist/function-registry/beliefs.js +4326 -0
- package/dist/function-registry/beliefs.js.map +1 -0
- package/dist/function-registry/coding.d.ts +347 -0
- package/dist/function-registry/coding.js +4268 -0
- package/dist/function-registry/coding.js.map +1 -0
- package/dist/function-registry/context.d.ts +218 -0
- package/dist/function-registry/context.js +4175 -0
- package/dist/function-registry/context.js.map +1 -0
- package/dist/function-registry/contracts.d.ts +218 -0
- package/dist/function-registry/contracts.js +4143 -0
- package/dist/function-registry/contracts.js.map +1 -0
- package/dist/function-registry/coordination.d.ts +476 -0
- package/dist/function-registry/coordination.js +4254 -0
- package/dist/function-registry/coordination.js.map +1 -0
- package/dist/function-registry/edges.d.ts +175 -0
- package/dist/function-registry/edges.js +4150 -0
- package/dist/function-registry/edges.js.map +1 -0
- package/dist/function-registry/evidence.d.ts +433 -0
- package/dist/function-registry/evidence.js +4302 -0
- package/dist/function-registry/evidence.js.map +1 -0
- package/dist/function-registry/graph.d.ts +648 -0
- package/dist/function-registry/graph.js +4329 -0
- package/dist/function-registry/graph.js.map +1 -0
- package/dist/function-registry/helpers.d.ts +86 -0
- package/dist/function-registry/helpers.js +4131 -0
- package/dist/function-registry/helpers.js.map +1 -0
- package/dist/function-registry/identity.d.ts +218 -0
- package/dist/function-registry/identity.js +4154 -0
- package/dist/function-registry/identity.js.map +1 -0
- package/dist/function-registry/index.d.ts +32 -0
- package/dist/function-registry/index.js +4235 -0
- package/dist/function-registry/index.js.map +1 -0
- package/dist/function-registry/judgments.d.ts +175 -0
- package/dist/function-registry/judgments.js +4157 -0
- package/dist/function-registry/judgments.js.map +1 -0
- package/dist/function-registry/legacy.d.ts +132 -0
- package/dist/function-registry/legacy.js +4118 -0
- package/dist/function-registry/legacy.js.map +1 -0
- package/dist/function-registry/lenses.d.ts +261 -0
- package/dist/function-registry/lenses.js +4160 -0
- package/dist/function-registry/lenses.js.map +1 -0
- package/dist/function-registry/manifest.d.ts +36 -0
- package/dist/function-registry/manifest.js +366 -0
- package/dist/function-registry/manifest.js.map +1 -0
- package/dist/function-registry/ontologies.d.ts +562 -0
- package/dist/function-registry/ontologies.js +4292 -0
- package/dist/function-registry/ontologies.js.map +1 -0
- package/dist/function-registry/pipeline.d.ts +218 -0
- package/dist/function-registry/pipeline.js +4143 -0
- package/dist/function-registry/pipeline.js.map +1 -0
- package/dist/function-registry/questions.d.ts +605 -0
- package/dist/function-registry/questions.js +4329 -0
- package/dist/function-registry/questions.js.map +1 -0
- package/dist/function-registry/tasks.d.ts +261 -0
- package/dist/function-registry/tasks.js +4166 -0
- package/dist/function-registry/tasks.js.map +1 -0
- package/dist/function-registry/topics.d.ts +304 -0
- package/dist/function-registry/topics.js +4193 -0
- package/dist/function-registry/topics.js.map +1 -0
- package/dist/function-registry/types.d.ts +84 -0
- package/dist/function-registry/types.js +3 -0
- package/dist/function-registry/types.js.map +1 -0
- package/dist/function-registry/worktrees.d.ts +476 -0
- package/dist/function-registry/worktrees.js +4277 -0
- package/dist/function-registry/worktrees.js.map +1 -0
- package/dist/generated/convexSchemas.d.ts +20 -0
- package/dist/generated/convexSchemas.js +160 -0
- package/dist/generated/convexSchemas.js.map +1 -0
- package/dist/generated/schema-manifest.json +5179 -0
- package/dist/generated/tableOwnership.d.ts +127 -0
- package/dist/generated/tableOwnership.js +276 -0
- package/dist/generated/tableOwnership.js.map +1 -0
- package/dist/generated/tier-expectations.json +360 -0
- package/dist/idOf-DR8tkhQS.d.ts +10 -0
- package/dist/index-DoDXl8KS.d.ts +19 -0
- package/dist/index.d.ts +11 -2
- package/dist/index.js +5739 -315
- package/dist/index.js.map +1 -1
- package/dist/schema-helpers/enumValidation.d.ts +17 -0
- package/dist/schema-helpers/enumValidation.js +143 -0
- package/dist/schema-helpers/enumValidation.js.map +1 -0
- package/dist/schema-helpers/spine/nodes/decision.d.ts +19 -0
- package/dist/schema-helpers/spine/nodes/decision.js +81 -0
- package/dist/schema-helpers/spine/nodes/decision.js.map +1 -0
- package/dist/schema-helpers/spine/tables/epistemicNodes.d.ts +9 -0
- package/dist/schema-helpers/spine/tables/epistemicNodes.js +62 -0
- package/dist/schema-helpers/spine/tables/epistemicNodes.js.map +1 -0
- package/dist/schema-helpers/topicIds.d.ts +17 -0
- package/dist/schema-helpers/topicIds.js +21 -0
- package/dist/schema-helpers/topicIds.js.map +1 -0
- package/dist/schema-helpers/topicLegacyScope.d.ts +19 -0
- package/dist/schema-helpers/topicLegacyScope.js +44 -0
- package/dist/schema-helpers/topicLegacyScope.js.map +1 -0
- package/dist/schema-helpers/validators.d.ts +8 -0
- package/dist/schema-helpers/validators.js +18 -0
- package/dist/schema-helpers/validators.js.map +1 -0
- package/dist/schemas/enums.d.ts +12 -0
- package/dist/schemas/enums.js +11 -0
- package/dist/schemas/enums.js.map +1 -0
- package/dist/schemas/index.d.ts +5 -0
- package/dist/schemas/index.js +4240 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/manifest.d.ts +24521 -0
- package/dist/schemas/manifest.js +4242 -0
- package/dist/schemas/manifest.js.map +1 -0
- package/dist/schemas/tables/identity/agent.d.ts +21 -0
- package/dist/schemas/tables/identity/agent.js +41 -0
- package/dist/schemas/tables/identity/agent.js.map +1 -0
- package/dist/schemas/tables/identity/epistemic.d.ts +18 -0
- package/dist/schemas/tables/identity/epistemic.js +38 -0
- package/dist/schemas/tables/identity/epistemic.js.map +1 -0
- package/dist/schemas/tables/identity/model.d.ts +62 -0
- package/dist/schemas/tables/identity/model.js +110 -0
- package/dist/schemas/tables/identity/model.js.map +1 -0
- package/dist/schemas/tables/identity/platform.d.ts +392 -0
- package/dist/schemas/tables/identity/platform.js +475 -0
- package/dist/schemas/tables/identity/platform.js.map +1 -0
- package/dist/schemas/tables/identity/project.d.ts +22 -0
- package/dist/schemas/tables/identity/project.js +48 -0
- package/dist/schemas/tables/identity/project.js.map +1 -0
- package/dist/schemas/tables/identity/user.d.ts +26 -0
- package/dist/schemas/tables/identity/user.js +47 -0
- package/dist/schemas/tables/identity/user.js.map +1 -0
- package/dist/schemas/tables/kernel/config.d.ts +20 -0
- package/dist/schemas/tables/kernel/config.js +39 -0
- package/dist/schemas/tables/kernel/config.js.map +1 -0
- package/dist/schemas/tables/kernel/coordination.d.ts +30 -0
- package/dist/schemas/tables/kernel/coordination.js +57 -0
- package/dist/schemas/tables/kernel/coordination.js.map +1 -0
- package/dist/schemas/tables/kernel/decision.d.ts +246 -0
- package/dist/schemas/tables/kernel/decision.js +371 -0
- package/dist/schemas/tables/kernel/decision.js.map +1 -0
- package/dist/schemas/tables/kernel/embedding.d.ts +18 -0
- package/dist/schemas/tables/kernel/embedding.js +48 -0
- package/dist/schemas/tables/kernel/embedding.js.map +1 -0
- package/dist/schemas/tables/kernel/epistemic.d.ts +315 -0
- package/dist/schemas/tables/kernel/epistemic.js +327 -0
- package/dist/schemas/tables/kernel/epistemic.js.map +1 -0
- package/dist/schemas/tables/kernel/idempotency.d.ts +13 -0
- package/dist/schemas/tables/kernel/idempotency.js +31 -0
- package/dist/schemas/tables/kernel/idempotency.js.map +1 -0
- package/dist/schemas/tables/kernel/infra.d.ts +171 -0
- package/dist/schemas/tables/kernel/infra.js +160 -0
- package/dist/schemas/tables/kernel/infra.js.map +1 -0
- package/dist/schemas/tables/kernel/intelligence.d.ts +293 -0
- package/dist/schemas/tables/kernel/intelligence.js +207 -0
- package/dist/schemas/tables/kernel/intelligence.js.map +1 -0
- package/dist/schemas/tables/kernel/lens.d.ts +192 -0
- package/dist/schemas/tables/kernel/lens.js +122 -0
- package/dist/schemas/tables/kernel/lens.js.map +1 -0
- package/dist/schemas/tables/kernel/ontology.d.ts +89 -0
- package/dist/schemas/tables/kernel/ontology.js +91 -0
- package/dist/schemas/tables/kernel/ontology.js.map +1 -0
- package/dist/schemas/tables/kernel/platform.d.ts +353 -0
- package/dist/schemas/tables/kernel/platform.js +349 -0
- package/dist/schemas/tables/kernel/platform.js.map +1 -0
- package/dist/schemas/tables/kernel/spine.d.ts +206 -0
- package/dist/schemas/tables/kernel/spine.js +243 -0
- package/dist/schemas/tables/kernel/spine.js.map +1 -0
- package/dist/schemas/tables/kernel/task.d.ts +614 -0
- package/dist/schemas/tables/kernel/task.js +189 -0
- package/dist/schemas/tables/kernel/task.js.map +1 -0
- package/dist/schemas/tables/kernel/topic.d.ts +25 -0
- package/dist/schemas/tables/kernel/topic.js +62 -0
- package/dist/schemas/tables/kernel/topic.js.map +1 -0
- package/dist/schemas/tables/kernel/workflow.d.ts +45 -0
- package/dist/schemas/tables/kernel/workflow.js +94 -0
- package/dist/schemas/tables/kernel/workflow.js.map +1 -0
- package/dist/schemas/tables/kernel/worktree.d.ts +823 -0
- package/dist/schemas/tables/kernel/worktree.js +328 -0
- package/dist/schemas/tables/kernel/worktree.js.map +1 -0
- package/dist/schemas/tables/mc/identity.d.ts +134 -0
- package/dist/schemas/tables/mc/identity.js +221 -0
- package/dist/schemas/tables/mc/identity.js.map +1 -0
- package/dist/schemas/tables/mc/methodology.d.ts +46 -0
- package/dist/schemas/tables/mc/methodology.js +69 -0
- package/dist/schemas/tables/mc/methodology.js.map +1 -0
- package/dist/schemas/tables/mc/pack.d.ts +540 -0
- package/dist/schemas/tables/mc/pack.js +294 -0
- package/dist/schemas/tables/mc/pack.js.map +1 -0
- package/dist/schemas/tables/mc/policy.d.ts +57 -0
- package/dist/schemas/tables/mc/policy.js +121 -0
- package/dist/schemas/tables/mc/policy.js.map +1 -0
- package/dist/schemas/tables/mc/registry.d.ts +155 -0
- package/dist/schemas/tables/mc/registry.js +164 -0
- package/dist/schemas/tables/mc/registry.js.map +1 -0
- package/dist/schemas/tables/mc/runtime.d.ts +119 -0
- package/dist/schemas/tables/mc/runtime.js +199 -0
- package/dist/schemas/tables/mc/runtime.js.map +1 -0
- package/dist/schemas/tables/mc/tenant.d.ts +106 -0
- package/dist/schemas/tables/mc/tenant.js +114 -0
- package/dist/schemas/tables/mc/tenant.js.map +1 -0
- package/dist/schemas/tables/mc/workspace.d.ts +28 -0
- package/dist/schemas/tables/mc/workspace.js +52 -0
- package/dist/schemas/tables/mc/workspace.js.map +1 -0
- package/dist/{sdk-tools.contract-BnV0hKLp.d.ts → sdk-tools.contract-C2kQN_Xk.d.ts} +3 -7
- package/dist/sdk-tools.contract.d.ts +2 -2
- package/dist/sdk-tools.contract.js +664 -175
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/tool-contracts-WCnuE9DW.d.ts +288 -0
- package/dist/tool-contracts.d.ts +1 -0
- package/dist/{mcp-tools.contract.js → tool-contracts.js} +666 -116
- package/dist/tool-contracts.js.map +1 -0
- package/package.json +119 -2
- package/dist/mcp-tools.contract-D8kXcP6d.d.ts +0 -254
- package/dist/mcp-tools.contract.d.ts +0 -1
- package/dist/mcp-tools.contract.js.map +0 -1
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedFrom": "packages/contracts/src/schemas/manifest.ts",
|
|
3
|
+
"tiers": {
|
|
4
|
+
"identity": {
|
|
5
|
+
"components": [
|
|
6
|
+
"identity"
|
|
7
|
+
],
|
|
8
|
+
"tableCount": 24,
|
|
9
|
+
"tables": [
|
|
10
|
+
"agents",
|
|
11
|
+
"mcpWritePolicy",
|
|
12
|
+
"modelCallLogs",
|
|
13
|
+
"modelFunctionSlots",
|
|
14
|
+
"modelRegistry",
|
|
15
|
+
"modelSlotConfigs",
|
|
16
|
+
"platformAudienceGrants",
|
|
17
|
+
"platformAudiences",
|
|
18
|
+
"platformPolicyDecisionLogs",
|
|
19
|
+
"projectGrants",
|
|
20
|
+
"reasoningPermissions",
|
|
21
|
+
"tenantApiKeys",
|
|
22
|
+
"tenantConfig",
|
|
23
|
+
"tenantIntegrations",
|
|
24
|
+
"tenantModelSlotBindings",
|
|
25
|
+
"tenantPolicies",
|
|
26
|
+
"tenantProviderSecrets",
|
|
27
|
+
"tenantProxyGatewayUsage",
|
|
28
|
+
"tenantProxyTokenMints",
|
|
29
|
+
"tenantSandboxAuditEvents",
|
|
30
|
+
"tenantSecrets",
|
|
31
|
+
"toolAcls",
|
|
32
|
+
"toolRegistry",
|
|
33
|
+
"users"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"kernel": {
|
|
37
|
+
"components": [
|
|
38
|
+
"kernel"
|
|
39
|
+
],
|
|
40
|
+
"tableCount": 54,
|
|
41
|
+
"tables": [
|
|
42
|
+
"agentMessages",
|
|
43
|
+
"agentSessions",
|
|
44
|
+
"autofixJobs",
|
|
45
|
+
"backgroundJobRuns",
|
|
46
|
+
"backgroundJobSettings",
|
|
47
|
+
"beliefConfidence",
|
|
48
|
+
"beliefEvidenceLinks",
|
|
49
|
+
"beliefHistory",
|
|
50
|
+
"beliefScenarios",
|
|
51
|
+
"beliefVotes",
|
|
52
|
+
"calibrationScores",
|
|
53
|
+
"contractEvaluations",
|
|
54
|
+
"contradictions",
|
|
55
|
+
"crossProjectConnections",
|
|
56
|
+
"decisionComputedSummaries",
|
|
57
|
+
"decisionEvents",
|
|
58
|
+
"decisionParticipants",
|
|
59
|
+
"decisionRiskLedger",
|
|
60
|
+
"decisionSnapshots",
|
|
61
|
+
"deliberationContributions",
|
|
62
|
+
"deliberationSessions",
|
|
63
|
+
"epistemicAudit",
|
|
64
|
+
"epistemicContracts",
|
|
65
|
+
"epistemicEdges",
|
|
66
|
+
"epistemicNodeEmbeddings",
|
|
67
|
+
"epistemicNodes",
|
|
68
|
+
"graphAnalysisCache",
|
|
69
|
+
"graphAnalysisResults",
|
|
70
|
+
"graphSuggestions",
|
|
71
|
+
"harnessReplays",
|
|
72
|
+
"harnessRuns",
|
|
73
|
+
"idempotencyTokens",
|
|
74
|
+
"lenses",
|
|
75
|
+
"lensTopicBindings",
|
|
76
|
+
"ontologyDefinitions",
|
|
77
|
+
"ontologyVersions",
|
|
78
|
+
"platformAgentRunPolicyDecisions",
|
|
79
|
+
"platformAgentRunPromptResolutions",
|
|
80
|
+
"platformAgentRuns",
|
|
81
|
+
"platformAgentRunToolCalls",
|
|
82
|
+
"platformHarnessShadowAudit",
|
|
83
|
+
"publicationRules",
|
|
84
|
+
"questionEvidenceLinks",
|
|
85
|
+
"researchJobs",
|
|
86
|
+
"schemaEnumConfig",
|
|
87
|
+
"stakeholderGroups",
|
|
88
|
+
"systemLogs",
|
|
89
|
+
"tasks",
|
|
90
|
+
"topics",
|
|
91
|
+
"workflowDefinitions",
|
|
92
|
+
"workflowPullRequests",
|
|
93
|
+
"workflowStages",
|
|
94
|
+
"worktreeBeliefCluster",
|
|
95
|
+
"worktrees"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"kernel-component": {
|
|
99
|
+
"components": [],
|
|
100
|
+
"tableCount": 0,
|
|
101
|
+
"tables": []
|
|
102
|
+
},
|
|
103
|
+
"stack": {
|
|
104
|
+
"components": [
|
|
105
|
+
"kernel",
|
|
106
|
+
"identity",
|
|
107
|
+
"developer-pack"
|
|
108
|
+
],
|
|
109
|
+
"tableCount": 78,
|
|
110
|
+
"tables": [
|
|
111
|
+
"agentMessages",
|
|
112
|
+
"agents",
|
|
113
|
+
"agentSessions",
|
|
114
|
+
"autofixJobs",
|
|
115
|
+
"backgroundJobRuns",
|
|
116
|
+
"backgroundJobSettings",
|
|
117
|
+
"beliefConfidence",
|
|
118
|
+
"beliefEvidenceLinks",
|
|
119
|
+
"beliefHistory",
|
|
120
|
+
"beliefScenarios",
|
|
121
|
+
"beliefVotes",
|
|
122
|
+
"calibrationScores",
|
|
123
|
+
"contractEvaluations",
|
|
124
|
+
"contradictions",
|
|
125
|
+
"crossProjectConnections",
|
|
126
|
+
"decisionComputedSummaries",
|
|
127
|
+
"decisionEvents",
|
|
128
|
+
"decisionParticipants",
|
|
129
|
+
"decisionRiskLedger",
|
|
130
|
+
"decisionSnapshots",
|
|
131
|
+
"deliberationContributions",
|
|
132
|
+
"deliberationSessions",
|
|
133
|
+
"epistemicAudit",
|
|
134
|
+
"epistemicContracts",
|
|
135
|
+
"epistemicEdges",
|
|
136
|
+
"epistemicNodeEmbeddings",
|
|
137
|
+
"epistemicNodes",
|
|
138
|
+
"graphAnalysisCache",
|
|
139
|
+
"graphAnalysisResults",
|
|
140
|
+
"graphSuggestions",
|
|
141
|
+
"harnessReplays",
|
|
142
|
+
"harnessRuns",
|
|
143
|
+
"idempotencyTokens",
|
|
144
|
+
"lenses",
|
|
145
|
+
"lensTopicBindings",
|
|
146
|
+
"mcpWritePolicy",
|
|
147
|
+
"modelCallLogs",
|
|
148
|
+
"modelFunctionSlots",
|
|
149
|
+
"modelRegistry",
|
|
150
|
+
"modelSlotConfigs",
|
|
151
|
+
"ontologyDefinitions",
|
|
152
|
+
"ontologyVersions",
|
|
153
|
+
"platformAgentRunPolicyDecisions",
|
|
154
|
+
"platformAgentRunPromptResolutions",
|
|
155
|
+
"platformAgentRuns",
|
|
156
|
+
"platformAgentRunToolCalls",
|
|
157
|
+
"platformAudienceGrants",
|
|
158
|
+
"platformAudiences",
|
|
159
|
+
"platformHarnessShadowAudit",
|
|
160
|
+
"platformPolicyDecisionLogs",
|
|
161
|
+
"projectGrants",
|
|
162
|
+
"publicationRules",
|
|
163
|
+
"questionEvidenceLinks",
|
|
164
|
+
"reasoningPermissions",
|
|
165
|
+
"researchJobs",
|
|
166
|
+
"schemaEnumConfig",
|
|
167
|
+
"stakeholderGroups",
|
|
168
|
+
"systemLogs",
|
|
169
|
+
"tasks",
|
|
170
|
+
"tenantApiKeys",
|
|
171
|
+
"tenantConfig",
|
|
172
|
+
"tenantIntegrations",
|
|
173
|
+
"tenantModelSlotBindings",
|
|
174
|
+
"tenantPolicies",
|
|
175
|
+
"tenantProviderSecrets",
|
|
176
|
+
"tenantProxyGatewayUsage",
|
|
177
|
+
"tenantProxyTokenMints",
|
|
178
|
+
"tenantSandboxAuditEvents",
|
|
179
|
+
"tenantSecrets",
|
|
180
|
+
"toolAcls",
|
|
181
|
+
"toolRegistry",
|
|
182
|
+
"topics",
|
|
183
|
+
"users",
|
|
184
|
+
"workflowDefinitions",
|
|
185
|
+
"workflowPullRequests",
|
|
186
|
+
"workflowStages",
|
|
187
|
+
"worktreeBeliefCluster",
|
|
188
|
+
"worktrees"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
"stack-v2": {
|
|
192
|
+
"components": [
|
|
193
|
+
"developer-pack"
|
|
194
|
+
],
|
|
195
|
+
"tableCount": 0,
|
|
196
|
+
"tables": []
|
|
197
|
+
},
|
|
198
|
+
"mc": {
|
|
199
|
+
"components": [
|
|
200
|
+
"mc"
|
|
201
|
+
],
|
|
202
|
+
"tableCount": 32,
|
|
203
|
+
"tables": [
|
|
204
|
+
"agentRegistryEntries",
|
|
205
|
+
"apiKeys",
|
|
206
|
+
"auditLog",
|
|
207
|
+
"compatibilityShims",
|
|
208
|
+
"controlPlaneTenantModelSlotBindings",
|
|
209
|
+
"controlPlaneTenantProviderSecrets",
|
|
210
|
+
"controlPlaneTenantProxyGatewayUsage",
|
|
211
|
+
"controlPlaneToolAcls",
|
|
212
|
+
"cutoverFlags",
|
|
213
|
+
"groupMemberships",
|
|
214
|
+
"groups",
|
|
215
|
+
"memberships",
|
|
216
|
+
"methodologyPacks",
|
|
217
|
+
"packAssignments",
|
|
218
|
+
"packDefinitions",
|
|
219
|
+
"packEntitlements",
|
|
220
|
+
"packGroupAssignments",
|
|
221
|
+
"packInstallations",
|
|
222
|
+
"packVersions",
|
|
223
|
+
"policyBundles",
|
|
224
|
+
"policyDecisionLogs",
|
|
225
|
+
"policySimulations",
|
|
226
|
+
"principals",
|
|
227
|
+
"rateLimitWindows",
|
|
228
|
+
"servicePrincipalKeys",
|
|
229
|
+
"tenantDeploymentCredentials",
|
|
230
|
+
"tenantMethodologyAssignments",
|
|
231
|
+
"tenants",
|
|
232
|
+
"toolCatalog",
|
|
233
|
+
"toolRegistryEntries",
|
|
234
|
+
"userSessions",
|
|
235
|
+
"workspaces"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
"full": {
|
|
239
|
+
"components": [
|
|
240
|
+
"mc",
|
|
241
|
+
"identity",
|
|
242
|
+
"kernel",
|
|
243
|
+
"developer-pack"
|
|
244
|
+
],
|
|
245
|
+
"tableCount": 110,
|
|
246
|
+
"tables": [
|
|
247
|
+
"agentMessages",
|
|
248
|
+
"agentRegistryEntries",
|
|
249
|
+
"agents",
|
|
250
|
+
"agentSessions",
|
|
251
|
+
"apiKeys",
|
|
252
|
+
"auditLog",
|
|
253
|
+
"autofixJobs",
|
|
254
|
+
"backgroundJobRuns",
|
|
255
|
+
"backgroundJobSettings",
|
|
256
|
+
"beliefConfidence",
|
|
257
|
+
"beliefEvidenceLinks",
|
|
258
|
+
"beliefHistory",
|
|
259
|
+
"beliefScenarios",
|
|
260
|
+
"beliefVotes",
|
|
261
|
+
"calibrationScores",
|
|
262
|
+
"compatibilityShims",
|
|
263
|
+
"contractEvaluations",
|
|
264
|
+
"contradictions",
|
|
265
|
+
"controlPlaneTenantModelSlotBindings",
|
|
266
|
+
"controlPlaneTenantProviderSecrets",
|
|
267
|
+
"controlPlaneTenantProxyGatewayUsage",
|
|
268
|
+
"controlPlaneToolAcls",
|
|
269
|
+
"crossProjectConnections",
|
|
270
|
+
"cutoverFlags",
|
|
271
|
+
"decisionComputedSummaries",
|
|
272
|
+
"decisionEvents",
|
|
273
|
+
"decisionParticipants",
|
|
274
|
+
"decisionRiskLedger",
|
|
275
|
+
"decisionSnapshots",
|
|
276
|
+
"deliberationContributions",
|
|
277
|
+
"deliberationSessions",
|
|
278
|
+
"epistemicAudit",
|
|
279
|
+
"epistemicContracts",
|
|
280
|
+
"epistemicEdges",
|
|
281
|
+
"epistemicNodeEmbeddings",
|
|
282
|
+
"epistemicNodes",
|
|
283
|
+
"graphAnalysisCache",
|
|
284
|
+
"graphAnalysisResults",
|
|
285
|
+
"graphSuggestions",
|
|
286
|
+
"groupMemberships",
|
|
287
|
+
"groups",
|
|
288
|
+
"harnessReplays",
|
|
289
|
+
"harnessRuns",
|
|
290
|
+
"idempotencyTokens",
|
|
291
|
+
"lenses",
|
|
292
|
+
"lensTopicBindings",
|
|
293
|
+
"mcpWritePolicy",
|
|
294
|
+
"memberships",
|
|
295
|
+
"methodologyPacks",
|
|
296
|
+
"modelCallLogs",
|
|
297
|
+
"modelFunctionSlots",
|
|
298
|
+
"modelRegistry",
|
|
299
|
+
"modelSlotConfigs",
|
|
300
|
+
"ontologyDefinitions",
|
|
301
|
+
"ontologyVersions",
|
|
302
|
+
"packAssignments",
|
|
303
|
+
"packDefinitions",
|
|
304
|
+
"packEntitlements",
|
|
305
|
+
"packGroupAssignments",
|
|
306
|
+
"packInstallations",
|
|
307
|
+
"packVersions",
|
|
308
|
+
"platformAgentRunPolicyDecisions",
|
|
309
|
+
"platformAgentRunPromptResolutions",
|
|
310
|
+
"platformAgentRuns",
|
|
311
|
+
"platformAgentRunToolCalls",
|
|
312
|
+
"platformAudienceGrants",
|
|
313
|
+
"platformAudiences",
|
|
314
|
+
"platformHarnessShadowAudit",
|
|
315
|
+
"platformPolicyDecisionLogs",
|
|
316
|
+
"policyBundles",
|
|
317
|
+
"policyDecisionLogs",
|
|
318
|
+
"policySimulations",
|
|
319
|
+
"principals",
|
|
320
|
+
"projectGrants",
|
|
321
|
+
"publicationRules",
|
|
322
|
+
"questionEvidenceLinks",
|
|
323
|
+
"rateLimitWindows",
|
|
324
|
+
"reasoningPermissions",
|
|
325
|
+
"researchJobs",
|
|
326
|
+
"schemaEnumConfig",
|
|
327
|
+
"servicePrincipalKeys",
|
|
328
|
+
"stakeholderGroups",
|
|
329
|
+
"systemLogs",
|
|
330
|
+
"tasks",
|
|
331
|
+
"tenantApiKeys",
|
|
332
|
+
"tenantConfig",
|
|
333
|
+
"tenantDeploymentCredentials",
|
|
334
|
+
"tenantIntegrations",
|
|
335
|
+
"tenantMethodologyAssignments",
|
|
336
|
+
"tenantModelSlotBindings",
|
|
337
|
+
"tenantPolicies",
|
|
338
|
+
"tenantProviderSecrets",
|
|
339
|
+
"tenantProxyGatewayUsage",
|
|
340
|
+
"tenantProxyTokenMints",
|
|
341
|
+
"tenants",
|
|
342
|
+
"tenantSandboxAuditEvents",
|
|
343
|
+
"tenantSecrets",
|
|
344
|
+
"toolAcls",
|
|
345
|
+
"toolCatalog",
|
|
346
|
+
"toolRegistry",
|
|
347
|
+
"toolRegistryEntries",
|
|
348
|
+
"topics",
|
|
349
|
+
"users",
|
|
350
|
+
"userSessions",
|
|
351
|
+
"workflowDefinitions",
|
|
352
|
+
"workflowPullRequests",
|
|
353
|
+
"workflowStages",
|
|
354
|
+
"workspaces",
|
|
355
|
+
"worktreeBeliefCluster",
|
|
356
|
+
"worktrees"
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const CONVEX_ID_TABLE: unique symbol;
|
|
4
|
+
type ConvexIdSchema<T extends string> = z.ZodBranded<z.ZodString, `Id<${T}>`> & {
|
|
5
|
+
readonly [CONVEX_ID_TABLE]: T;
|
|
6
|
+
};
|
|
7
|
+
declare function idOf<T extends string>(table: T): ConvexIdSchema<T>;
|
|
8
|
+
declare function getConvexIdTable(schema: z.ZodTypeAny): string | undefined;
|
|
9
|
+
|
|
10
|
+
export { type ConvexIdSchema as C, CONVEX_ID_TABLE as a, getConvexIdTable as g, idOf as i };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EDGE_TYPE, NODE_TYPE, TOPIC_STATUS, TOPIC_VISIBILITY } from './schemas/enums.js';
|
|
2
|
+
import { ALL_TABLE_CONTRACTS, IDENTITY_TABLE_CONTRACTS, KERNEL_TABLE_CONTRACTS, MC_TABLE_CONTRACTS, TABLE_CONTRACTS_BY_COMPONENT, getTableContract, listTableContractsByName } from './schemas/manifest.js';
|
|
3
|
+
|
|
4
|
+
declare const index_ALL_TABLE_CONTRACTS: typeof ALL_TABLE_CONTRACTS;
|
|
5
|
+
declare const index_EDGE_TYPE: typeof EDGE_TYPE;
|
|
6
|
+
declare const index_IDENTITY_TABLE_CONTRACTS: typeof IDENTITY_TABLE_CONTRACTS;
|
|
7
|
+
declare const index_KERNEL_TABLE_CONTRACTS: typeof KERNEL_TABLE_CONTRACTS;
|
|
8
|
+
declare const index_MC_TABLE_CONTRACTS: typeof MC_TABLE_CONTRACTS;
|
|
9
|
+
declare const index_NODE_TYPE: typeof NODE_TYPE;
|
|
10
|
+
declare const index_TABLE_CONTRACTS_BY_COMPONENT: typeof TABLE_CONTRACTS_BY_COMPONENT;
|
|
11
|
+
declare const index_TOPIC_STATUS: typeof TOPIC_STATUS;
|
|
12
|
+
declare const index_TOPIC_VISIBILITY: typeof TOPIC_VISIBILITY;
|
|
13
|
+
declare const index_getTableContract: typeof getTableContract;
|
|
14
|
+
declare const index_listTableContractsByName: typeof listTableContractsByName;
|
|
15
|
+
declare namespace index {
|
|
16
|
+
export { index_ALL_TABLE_CONTRACTS as ALL_TABLE_CONTRACTS, index_EDGE_TYPE as EDGE_TYPE, index_IDENTITY_TABLE_CONTRACTS as IDENTITY_TABLE_CONTRACTS, index_KERNEL_TABLE_CONTRACTS as KERNEL_TABLE_CONTRACTS, index_MC_TABLE_CONTRACTS as MC_TABLE_CONTRACTS, index_NODE_TYPE as NODE_TYPE, index_TABLE_CONTRACTS_BY_COMPONENT as TABLE_CONTRACTS_BY_COMPONENT, index_TOPIC_STATUS as TOPIC_STATUS, index_TOPIC_VISIBILITY as TOPIC_VISIBILITY, index_getTableContract as getTableContract, index_listTableContractsByName as listTableContractsByName };
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { index as i };
|
package/dist/index.d.ts
CHANGED
|
@@ -5,11 +5,20 @@ export { CutoverDomain, CutoverFlagState, GatewayAuthContext, GatewayAuthMode, G
|
|
|
5
5
|
export { BELIEF_TYPE_BONUS, BeliefLatticeSeed, CONTEXT_PACK_SCHEMA_VERSION, CONTEXT_PACK_SECTION_KEYS, CONTEXT_RANKING_PROFILES, ContextCompilationMode, ContextPackBelief, ContextPackContradiction, ContextPackDeltaReport, ContextPackDiagnostics, ContextPackEntity, ContextPackEvidence, ContextPackFailure, ContextPackFailureContext, ContextPackInjectionPolicy, ContextPackQuestion, ContextPackRequestV1, ContextPackSectionKey, ContextPackSummary, ContextPackV1, ContextRankingProfile, DEFAULT_BELIEF_TYPE_BONUS, DEFAULT_COMPILATION_MODE, DEFAULT_ENTITY_LIMIT, DEFAULT_PRIORITY_SCORE, DEFAULT_RANKING_PROFILE, DEFAULT_SECTION_LIMIT, DEFAULT_SEVERITY_SCORE, DEFAULT_TOKEN_BUDGET, ENTITY_RANKING_WEIGHTS, MAX_ENTITY_LIMIT, MAX_SECTION_LIMIT, MAX_TOKEN_BUDGET, MIN_CONTRADICTION_BUDGET, MIN_TOKEN_BUDGET, MIN_TOKEN_ESTIMATE, PRIORITY_SCORES, PackWeightOverride, PublicCompiledContext, PublicContextBelief, PublicContextContradiction, PublicContextEntity, PublicContextEvidence, PublicContextInjectionPolicy, PublicContextQuestion, RANKING_WEIGHTS, RECENCY_HALF_LIFE_DAYS, RESOLVED_QUESTION_STATUSES, RankingWeightVector, SECTION_BUDGET_RATIOS, SEVERITY_SCORES, TOKENS_PER_WORD, VerificationObligation } from './context-pack.contract.js';
|
|
6
6
|
export { CreateDomainEventInput, DOMAIN_EVENT_TYPES, DOMAIN_EVENT_VERSION, DomainActorType, DomainEvent, DomainEventData, DomainEventType, DomainResourceType, EVENT_RETENTION_DEFAULT_DAYS, EventCursor, EventListQuery, EventListResult, ReplayEventsInput, ReplayEventsResult, WEBHOOK_MAX_ATTEMPTS, WEBHOOK_RETRY_DELAYS_MS, WebhookCreateInput, WebhookDeliveriesResult, WebhookDeliveryAttemptRecord, WebhookDeliveryRecord, WebhookDeliveryStatus, WebhookHealthResult, WebhookRecord, WebhookSecretMode, WebhookTestResult, WebhookUpdateInput, buildDomainEvent, compareEventCursor, createEventId, decodeEventCursor, emitDomainEvent, encodeEventCursor, inferActorType, isAfterCursor, normalizeRetentionDays, sortEventsByCursor } from './events.contract.js';
|
|
7
7
|
export { DecodedPrefixedId, decodePrefixedId, encodePrefixedId, hasPrefixedIdPrefix } from './ids.contract.js';
|
|
8
|
-
export {
|
|
8
|
+
export { d as contractDsl } from './dsl-BgpoVOVQ.js';
|
|
9
|
+
export { i as schemaContracts } from './index-DoDXl8KS.js';
|
|
10
|
+
export * from './function-registry/index.js';
|
|
11
|
+
export { t as mcpToolsContract } from './tool-contracts-WCnuE9DW.js';
|
|
9
12
|
export { EntityConnectionMatch, EntityMatchCandidate, EntityTypeMatch, OntologyEntityType, rankEntityConnections, rankEntityTypeMatches, scoreEntityConnection, scoreEntityTypeMatch } from './v1/ontologies/v1.js';
|
|
10
13
|
export { LucernPrompt, LucernPromptModelHint, isLucernPrompt } from './prompt.contract.js';
|
|
11
14
|
export { AddEvidenceInput, AddWorktreeInput, BeliefResult, BisectConfidenceInput, BisectResult, BranchResult, CompileContextInput, CompiledContextResult, ConfidenceResult, ContradictionResult, CreateBeliefInput, CreateBranchInput, CreateEdgeInput, EdgeResult, EvidenceResult, FlagContradictionInput, ForkBeliefInput, ForkResult, JudgmentResult, LineageResult, LucernClient, LucernClientConfig, LucernGraphMethods, LucernWorkflowMethods, MergeInput, MergeResult, ModulateConfidenceInput, OpenPullRequestInput, PullRequestResult, PushInput, PushResult, QueryLineageInput, RecordJudgmentInput, RefineBeliefInput, SearchBeliefsInput, WorktreeResult } from './sdk-methods.contract.js';
|
|
12
|
-
export { s as sdkToolsContract } from './sdk-tools.contract-
|
|
15
|
+
export { s as sdkToolsContract } from './sdk-tools.contract-C2kQN_Xk.js';
|
|
13
16
|
export { LexicalRerankOptions, LexicalSignal, LexicalStrategy, PreparedLexicalQuery, bigramTokenize, jaccardSimilarity, prepareLexicalQuery, rankWindowScore, rerankLexicalWindow, scoreLexicalSignal, scoreLexicalSignals, stemToken, tokenOverlapScore, tokenizeSearchText, wordOverlapScore, wordTokenize } from './text-matching.contract.js';
|
|
14
17
|
export { ROOT_TOPIC_ID, TopicDoc, collectTopicNeighborhood } from './v1/topics/v1.js';
|
|
15
18
|
export { CANONICAL_WORKFLOW_DEFINITIONS, DEFAULT_TIER_APPROVAL_MODE, DEFAULT_WORKFLOW_AUTO_FIX_POLICY, EngineeringBriefOutput, InboxSummaryOutput, MORNING_BRIEF_WORKFLOW_ID, NIGHTLY_RECONCILIATION_WORKFLOW_ID, PipelineBriefOutput, ResearchMemoOutput, StrategyArtifactOutput, StructuredPayloadOutput, WORKFLOW_ACTION_KINDS, WORKFLOW_APPROVAL_MODES, WORKFLOW_AUTO_FIX_MODES, WORKFLOW_HOOK_EVENTS, WORKFLOW_INTEGRITY_CHECKS, WORKFLOW_MUTATION_TIERS, WORKFLOW_OUTPUT_KINDS, WORKFLOW_PROOF_ARTIFACT_KINDS, WORKFLOW_RUNTIME_SCHEMA_VERSION, WORKFLOW_RUN_STATUSES, WORKFLOW_STAFFING_HINTS, WORKFLOW_TRIGGER_KINDS, WorkflowActionContract, WorkflowActionKind, WorkflowApprovalMode, WorkflowApprovalPolicy, WorkflowAutoFixMode, WorkflowAutoFixPolicy, WorkflowDefinitionV1, WorkflowHookContract, WorkflowHookEvent, WorkflowIntegrityCheckId, WorkflowMutationTier, WorkflowOutputBase, WorkflowOutputContract, WorkflowOutputKind, WorkflowProofArtifact, WorkflowProofArtifactKind, WorkflowRunReceiptV1, WorkflowRunStatus, WorkflowStaffingHint, WorkflowTriggerContract, WorkflowTriggerKind } from './workflow-runtime.contract.js';
|
|
19
|
+
import './defineFunction-DO97DKs4.js';
|
|
20
|
+
import 'zod';
|
|
21
|
+
import './defineTable-CBQ03FXl.js';
|
|
22
|
+
import './idOf-DR8tkhQS.js';
|
|
23
|
+
import './schemas/enums.js';
|
|
24
|
+
import './schemas/manifest.js';
|