@lucern/contracts 0.1.2-alpha.5 → 0.3.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +678 -0
- package/dist/dsl.js.map +1 -0
- package/dist/function-registry/beliefs.d.ts +479 -0
- package/dist/function-registry/beliefs.js +4677 -0
- package/dist/function-registry/beliefs.js.map +1 -0
- package/dist/function-registry/coding.d.ts +323 -0
- package/dist/function-registry/coding.js +4451 -0
- package/dist/function-registry/coding.js.map +1 -0
- package/dist/function-registry/context.d.ts +206 -0
- package/dist/function-registry/context.js +4336 -0
- package/dist/function-registry/context.js.map +1 -0
- package/dist/function-registry/contracts.d.ts +206 -0
- package/dist/function-registry/contracts.js +4284 -0
- package/dist/function-registry/contracts.js.map +1 -0
- package/dist/function-registry/coordination.d.ts +440 -0
- package/dist/function-registry/coordination.js +4405 -0
- package/dist/function-registry/coordination.js.map +1 -0
- package/dist/function-registry/edges.d.ts +167 -0
- package/dist/function-registry/edges.js +4425 -0
- package/dist/function-registry/edges.js.map +1 -0
- package/dist/function-registry/evidence.d.ts +401 -0
- package/dist/function-registry/evidence.js +4598 -0
- package/dist/function-registry/evidence.js.map +1 -0
- package/dist/function-registry/graph.d.ts +596 -0
- package/dist/function-registry/graph.js +4489 -0
- package/dist/function-registry/graph.js.map +1 -0
- package/dist/function-registry/helpers.d.ts +84 -0
- package/dist/function-registry/helpers.js +4280 -0
- package/dist/function-registry/helpers.js.map +1 -0
- package/dist/function-registry/identity.d.ts +206 -0
- package/dist/function-registry/identity.js +4295 -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 +4384 -0
- package/dist/function-registry/index.js.map +1 -0
- package/dist/function-registry/judgments.d.ts +167 -0
- package/dist/function-registry/judgments.js +4308 -0
- package/dist/function-registry/judgments.js.map +1 -0
- package/dist/function-registry/legacy.d.ts +128 -0
- package/dist/function-registry/legacy.js +4259 -0
- package/dist/function-registry/legacy.js.map +1 -0
- package/dist/function-registry/lenses.d.ts +245 -0
- package/dist/function-registry/lenses.js +4343 -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 +367 -0
- package/dist/function-registry/manifest.js.map +1 -0
- package/dist/function-registry/ontologies.d.ts +518 -0
- package/dist/function-registry/ontologies.js +4442 -0
- package/dist/function-registry/ontologies.js.map +1 -0
- package/dist/function-registry/pipeline.d.ts +206 -0
- package/dist/function-registry/pipeline.js +4295 -0
- package/dist/function-registry/pipeline.js.map +1 -0
- package/dist/function-registry/questions.d.ts +557 -0
- package/dist/function-registry/questions.js +4528 -0
- package/dist/function-registry/questions.js.map +1 -0
- package/dist/function-registry/tasks.d.ts +245 -0
- package/dist/function-registry/tasks.js +4373 -0
- package/dist/function-registry/tasks.js.map +1 -0
- package/dist/function-registry/topics.d.ts +284 -0
- package/dist/function-registry/topics.js +4350 -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 +479 -0
- package/dist/function-registry/worktrees.js +4522 -0
- package/dist/function-registry/worktrees.js.map +1 -0
- package/dist/generated/convexSchemas.d.ts +20 -0
- package/dist/generated/convexSchemas.js +161 -0
- package/dist/generated/convexSchemas.js.map +1 -0
- package/dist/generated/schema-manifest.json +5231 -0
- package/dist/generated/tableOwnership.d.ts +128 -0
- package/dist/generated/tableOwnership.js +278 -0
- package/dist/generated/tableOwnership.js.map +1 -0
- package/dist/generated/tier-expectations.json +363 -0
- package/dist/idOf-DR8tkhQS.d.ts +10 -0
- package/dist/index-CV-0_VWJ.d.ts +25 -0
- package/dist/index.d.ts +421 -2
- package/dist/index.js +7634 -1607
- 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/component-table-manifest.d.ts +74 -0
- package/dist/schemas/component-table-manifest.js +26 -0
- package/dist/schemas/component-table-manifest.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 +7 -0
- package/dist/schemas/index.js +4298 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/manifest.d.ts +24586 -0
- package/dist/schemas/manifest.js +4269 -0
- package/dist/schemas/manifest.js.map +1 -0
- package/dist/schemas/sl-opinion.d.ts +31 -0
- package/dist/schemas/sl-opinion.js +19 -0
- package/dist/schemas/sl-opinion.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 +317 -0
- package/dist/schemas/tables/kernel/epistemic.js +329 -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 +183 -0
- package/dist/schemas/tables/kernel/infra.js +182 -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 +330 -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-methods.contract.d.ts +5 -2
- package/dist/{sdk-tools.contract-BnV0hKLp.d.ts → sdk-tools.contract-S4ia0TTo.d.ts} +3 -7
- package/dist/sdk-tools.contract.d.ts +2 -2
- package/dist/sdk-tools.contract.js +810 -218
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/tool-contracts-C92-9ueT.d.ts +290 -0
- package/dist/tool-contracts.d.ts +1 -0
- package/dist/{mcp-tools.contract.js → tool-contracts.js} +812 -159
- package/dist/tool-contracts.js.map +1 -0
- package/dist/workflow-runtime.contract.js +1 -1
- package/dist/workflow-runtime.contract.js.map +1 -1
- package/package.json +137 -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,363 @@
|
|
|
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": 55,
|
|
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
|
+
"neo4jSyncQueue",
|
|
77
|
+
"ontologyDefinitions",
|
|
78
|
+
"ontologyVersions",
|
|
79
|
+
"platformAgentRunPolicyDecisions",
|
|
80
|
+
"platformAgentRunPromptResolutions",
|
|
81
|
+
"platformAgentRuns",
|
|
82
|
+
"platformAgentRunToolCalls",
|
|
83
|
+
"platformHarnessShadowAudit",
|
|
84
|
+
"publicationRules",
|
|
85
|
+
"questionEvidenceLinks",
|
|
86
|
+
"researchJobs",
|
|
87
|
+
"schemaEnumConfig",
|
|
88
|
+
"stakeholderGroups",
|
|
89
|
+
"systemLogs",
|
|
90
|
+
"tasks",
|
|
91
|
+
"topics",
|
|
92
|
+
"workflowDefinitions",
|
|
93
|
+
"workflowPullRequests",
|
|
94
|
+
"workflowStages",
|
|
95
|
+
"worktreeBeliefCluster",
|
|
96
|
+
"worktrees"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"kernel-component": {
|
|
100
|
+
"components": [],
|
|
101
|
+
"tableCount": 0,
|
|
102
|
+
"tables": []
|
|
103
|
+
},
|
|
104
|
+
"stack": {
|
|
105
|
+
"components": [
|
|
106
|
+
"kernel",
|
|
107
|
+
"identity",
|
|
108
|
+
"developer-pack"
|
|
109
|
+
],
|
|
110
|
+
"tableCount": 79,
|
|
111
|
+
"tables": [
|
|
112
|
+
"agentMessages",
|
|
113
|
+
"agents",
|
|
114
|
+
"agentSessions",
|
|
115
|
+
"autofixJobs",
|
|
116
|
+
"backgroundJobRuns",
|
|
117
|
+
"backgroundJobSettings",
|
|
118
|
+
"beliefConfidence",
|
|
119
|
+
"beliefEvidenceLinks",
|
|
120
|
+
"beliefHistory",
|
|
121
|
+
"beliefScenarios",
|
|
122
|
+
"beliefVotes",
|
|
123
|
+
"calibrationScores",
|
|
124
|
+
"contractEvaluations",
|
|
125
|
+
"contradictions",
|
|
126
|
+
"crossProjectConnections",
|
|
127
|
+
"decisionComputedSummaries",
|
|
128
|
+
"decisionEvents",
|
|
129
|
+
"decisionParticipants",
|
|
130
|
+
"decisionRiskLedger",
|
|
131
|
+
"decisionSnapshots",
|
|
132
|
+
"deliberationContributions",
|
|
133
|
+
"deliberationSessions",
|
|
134
|
+
"epistemicAudit",
|
|
135
|
+
"epistemicContracts",
|
|
136
|
+
"epistemicEdges",
|
|
137
|
+
"epistemicNodeEmbeddings",
|
|
138
|
+
"epistemicNodes",
|
|
139
|
+
"graphAnalysisCache",
|
|
140
|
+
"graphAnalysisResults",
|
|
141
|
+
"graphSuggestions",
|
|
142
|
+
"harnessReplays",
|
|
143
|
+
"harnessRuns",
|
|
144
|
+
"idempotencyTokens",
|
|
145
|
+
"lenses",
|
|
146
|
+
"lensTopicBindings",
|
|
147
|
+
"mcpWritePolicy",
|
|
148
|
+
"modelCallLogs",
|
|
149
|
+
"modelFunctionSlots",
|
|
150
|
+
"modelRegistry",
|
|
151
|
+
"modelSlotConfigs",
|
|
152
|
+
"neo4jSyncQueue",
|
|
153
|
+
"ontologyDefinitions",
|
|
154
|
+
"ontologyVersions",
|
|
155
|
+
"platformAgentRunPolicyDecisions",
|
|
156
|
+
"platformAgentRunPromptResolutions",
|
|
157
|
+
"platformAgentRuns",
|
|
158
|
+
"platformAgentRunToolCalls",
|
|
159
|
+
"platformAudienceGrants",
|
|
160
|
+
"platformAudiences",
|
|
161
|
+
"platformHarnessShadowAudit",
|
|
162
|
+
"platformPolicyDecisionLogs",
|
|
163
|
+
"projectGrants",
|
|
164
|
+
"publicationRules",
|
|
165
|
+
"questionEvidenceLinks",
|
|
166
|
+
"reasoningPermissions",
|
|
167
|
+
"researchJobs",
|
|
168
|
+
"schemaEnumConfig",
|
|
169
|
+
"stakeholderGroups",
|
|
170
|
+
"systemLogs",
|
|
171
|
+
"tasks",
|
|
172
|
+
"tenantApiKeys",
|
|
173
|
+
"tenantConfig",
|
|
174
|
+
"tenantIntegrations",
|
|
175
|
+
"tenantModelSlotBindings",
|
|
176
|
+
"tenantPolicies",
|
|
177
|
+
"tenantProviderSecrets",
|
|
178
|
+
"tenantProxyGatewayUsage",
|
|
179
|
+
"tenantProxyTokenMints",
|
|
180
|
+
"tenantSandboxAuditEvents",
|
|
181
|
+
"tenantSecrets",
|
|
182
|
+
"toolAcls",
|
|
183
|
+
"toolRegistry",
|
|
184
|
+
"topics",
|
|
185
|
+
"users",
|
|
186
|
+
"workflowDefinitions",
|
|
187
|
+
"workflowPullRequests",
|
|
188
|
+
"workflowStages",
|
|
189
|
+
"worktreeBeliefCluster",
|
|
190
|
+
"worktrees"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"stack-v2": {
|
|
194
|
+
"components": [
|
|
195
|
+
"developer-pack"
|
|
196
|
+
],
|
|
197
|
+
"tableCount": 0,
|
|
198
|
+
"tables": []
|
|
199
|
+
},
|
|
200
|
+
"mc": {
|
|
201
|
+
"components": [
|
|
202
|
+
"mc"
|
|
203
|
+
],
|
|
204
|
+
"tableCount": 32,
|
|
205
|
+
"tables": [
|
|
206
|
+
"agentRegistryEntries",
|
|
207
|
+
"apiKeys",
|
|
208
|
+
"auditLog",
|
|
209
|
+
"compatibilityShims",
|
|
210
|
+
"controlPlaneTenantModelSlotBindings",
|
|
211
|
+
"controlPlaneTenantProviderSecrets",
|
|
212
|
+
"controlPlaneTenantProxyGatewayUsage",
|
|
213
|
+
"controlPlaneToolAcls",
|
|
214
|
+
"cutoverFlags",
|
|
215
|
+
"groupMemberships",
|
|
216
|
+
"groups",
|
|
217
|
+
"memberships",
|
|
218
|
+
"methodologyPacks",
|
|
219
|
+
"packAssignments",
|
|
220
|
+
"packDefinitions",
|
|
221
|
+
"packEntitlements",
|
|
222
|
+
"packGroupAssignments",
|
|
223
|
+
"packInstallations",
|
|
224
|
+
"packVersions",
|
|
225
|
+
"policyBundles",
|
|
226
|
+
"policyDecisionLogs",
|
|
227
|
+
"policySimulations",
|
|
228
|
+
"principals",
|
|
229
|
+
"rateLimitWindows",
|
|
230
|
+
"servicePrincipalKeys",
|
|
231
|
+
"tenantDeploymentCredentials",
|
|
232
|
+
"tenantMethodologyAssignments",
|
|
233
|
+
"tenants",
|
|
234
|
+
"toolCatalog",
|
|
235
|
+
"toolRegistryEntries",
|
|
236
|
+
"userSessions",
|
|
237
|
+
"workspaces"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"full": {
|
|
241
|
+
"components": [
|
|
242
|
+
"mc",
|
|
243
|
+
"identity",
|
|
244
|
+
"kernel",
|
|
245
|
+
"developer-pack"
|
|
246
|
+
],
|
|
247
|
+
"tableCount": 111,
|
|
248
|
+
"tables": [
|
|
249
|
+
"agentMessages",
|
|
250
|
+
"agentRegistryEntries",
|
|
251
|
+
"agents",
|
|
252
|
+
"agentSessions",
|
|
253
|
+
"apiKeys",
|
|
254
|
+
"auditLog",
|
|
255
|
+
"autofixJobs",
|
|
256
|
+
"backgroundJobRuns",
|
|
257
|
+
"backgroundJobSettings",
|
|
258
|
+
"beliefConfidence",
|
|
259
|
+
"beliefEvidenceLinks",
|
|
260
|
+
"beliefHistory",
|
|
261
|
+
"beliefScenarios",
|
|
262
|
+
"beliefVotes",
|
|
263
|
+
"calibrationScores",
|
|
264
|
+
"compatibilityShims",
|
|
265
|
+
"contractEvaluations",
|
|
266
|
+
"contradictions",
|
|
267
|
+
"controlPlaneTenantModelSlotBindings",
|
|
268
|
+
"controlPlaneTenantProviderSecrets",
|
|
269
|
+
"controlPlaneTenantProxyGatewayUsage",
|
|
270
|
+
"controlPlaneToolAcls",
|
|
271
|
+
"crossProjectConnections",
|
|
272
|
+
"cutoverFlags",
|
|
273
|
+
"decisionComputedSummaries",
|
|
274
|
+
"decisionEvents",
|
|
275
|
+
"decisionParticipants",
|
|
276
|
+
"decisionRiskLedger",
|
|
277
|
+
"decisionSnapshots",
|
|
278
|
+
"deliberationContributions",
|
|
279
|
+
"deliberationSessions",
|
|
280
|
+
"epistemicAudit",
|
|
281
|
+
"epistemicContracts",
|
|
282
|
+
"epistemicEdges",
|
|
283
|
+
"epistemicNodeEmbeddings",
|
|
284
|
+
"epistemicNodes",
|
|
285
|
+
"graphAnalysisCache",
|
|
286
|
+
"graphAnalysisResults",
|
|
287
|
+
"graphSuggestions",
|
|
288
|
+
"groupMemberships",
|
|
289
|
+
"groups",
|
|
290
|
+
"harnessReplays",
|
|
291
|
+
"harnessRuns",
|
|
292
|
+
"idempotencyTokens",
|
|
293
|
+
"lenses",
|
|
294
|
+
"lensTopicBindings",
|
|
295
|
+
"mcpWritePolicy",
|
|
296
|
+
"memberships",
|
|
297
|
+
"methodologyPacks",
|
|
298
|
+
"modelCallLogs",
|
|
299
|
+
"modelFunctionSlots",
|
|
300
|
+
"modelRegistry",
|
|
301
|
+
"modelSlotConfigs",
|
|
302
|
+
"neo4jSyncQueue",
|
|
303
|
+
"ontologyDefinitions",
|
|
304
|
+
"ontologyVersions",
|
|
305
|
+
"packAssignments",
|
|
306
|
+
"packDefinitions",
|
|
307
|
+
"packEntitlements",
|
|
308
|
+
"packGroupAssignments",
|
|
309
|
+
"packInstallations",
|
|
310
|
+
"packVersions",
|
|
311
|
+
"platformAgentRunPolicyDecisions",
|
|
312
|
+
"platformAgentRunPromptResolutions",
|
|
313
|
+
"platformAgentRuns",
|
|
314
|
+
"platformAgentRunToolCalls",
|
|
315
|
+
"platformAudienceGrants",
|
|
316
|
+
"platformAudiences",
|
|
317
|
+
"platformHarnessShadowAudit",
|
|
318
|
+
"platformPolicyDecisionLogs",
|
|
319
|
+
"policyBundles",
|
|
320
|
+
"policyDecisionLogs",
|
|
321
|
+
"policySimulations",
|
|
322
|
+
"principals",
|
|
323
|
+
"projectGrants",
|
|
324
|
+
"publicationRules",
|
|
325
|
+
"questionEvidenceLinks",
|
|
326
|
+
"rateLimitWindows",
|
|
327
|
+
"reasoningPermissions",
|
|
328
|
+
"researchJobs",
|
|
329
|
+
"schemaEnumConfig",
|
|
330
|
+
"servicePrincipalKeys",
|
|
331
|
+
"stakeholderGroups",
|
|
332
|
+
"systemLogs",
|
|
333
|
+
"tasks",
|
|
334
|
+
"tenantApiKeys",
|
|
335
|
+
"tenantConfig",
|
|
336
|
+
"tenantDeploymentCredentials",
|
|
337
|
+
"tenantIntegrations",
|
|
338
|
+
"tenantMethodologyAssignments",
|
|
339
|
+
"tenantModelSlotBindings",
|
|
340
|
+
"tenantPolicies",
|
|
341
|
+
"tenantProviderSecrets",
|
|
342
|
+
"tenantProxyGatewayUsage",
|
|
343
|
+
"tenantProxyTokenMints",
|
|
344
|
+
"tenants",
|
|
345
|
+
"tenantSandboxAuditEvents",
|
|
346
|
+
"tenantSecrets",
|
|
347
|
+
"toolAcls",
|
|
348
|
+
"toolCatalog",
|
|
349
|
+
"toolRegistry",
|
|
350
|
+
"toolRegistryEntries",
|
|
351
|
+
"topics",
|
|
352
|
+
"users",
|
|
353
|
+
"userSessions",
|
|
354
|
+
"workflowDefinitions",
|
|
355
|
+
"workflowPullRequests",
|
|
356
|
+
"workflowStages",
|
|
357
|
+
"workspaces",
|
|
358
|
+
"worktreeBeliefCluster",
|
|
359
|
+
"worktrees"
|
|
360
|
+
]
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
}
|
|
@@ -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,25 @@
|
|
|
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
|
+
import { ComponentTableManifest, ComponentTableManifestSchema } from './schemas/component-table-manifest.js';
|
|
4
|
+
import { SLOpinionInput, SLOpinionInputSchema } from './schemas/sl-opinion.js';
|
|
5
|
+
|
|
6
|
+
declare const index_ALL_TABLE_CONTRACTS: typeof ALL_TABLE_CONTRACTS;
|
|
7
|
+
declare const index_ComponentTableManifest: typeof ComponentTableManifest;
|
|
8
|
+
declare const index_ComponentTableManifestSchema: typeof ComponentTableManifestSchema;
|
|
9
|
+
declare const index_EDGE_TYPE: typeof EDGE_TYPE;
|
|
10
|
+
declare const index_IDENTITY_TABLE_CONTRACTS: typeof IDENTITY_TABLE_CONTRACTS;
|
|
11
|
+
declare const index_KERNEL_TABLE_CONTRACTS: typeof KERNEL_TABLE_CONTRACTS;
|
|
12
|
+
declare const index_MC_TABLE_CONTRACTS: typeof MC_TABLE_CONTRACTS;
|
|
13
|
+
declare const index_NODE_TYPE: typeof NODE_TYPE;
|
|
14
|
+
declare const index_SLOpinionInput: typeof SLOpinionInput;
|
|
15
|
+
declare const index_SLOpinionInputSchema: typeof SLOpinionInputSchema;
|
|
16
|
+
declare const index_TABLE_CONTRACTS_BY_COMPONENT: typeof TABLE_CONTRACTS_BY_COMPONENT;
|
|
17
|
+
declare const index_TOPIC_STATUS: typeof TOPIC_STATUS;
|
|
18
|
+
declare const index_TOPIC_VISIBILITY: typeof TOPIC_VISIBILITY;
|
|
19
|
+
declare const index_getTableContract: typeof getTableContract;
|
|
20
|
+
declare const index_listTableContractsByName: typeof listTableContractsByName;
|
|
21
|
+
declare namespace index {
|
|
22
|
+
export { index_ALL_TABLE_CONTRACTS as ALL_TABLE_CONTRACTS, index_ComponentTableManifest as ComponentTableManifest, index_ComponentTableManifestSchema as ComponentTableManifestSchema, 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_SLOpinionInput as SLOpinionInput, index_SLOpinionInputSchema as SLOpinionInputSchema, 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 };
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { index as i };
|