@lucern/contracts 0.3.0-alpha.7 → 0.3.0-alpha.8
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/context-pack.contract.d.ts +5 -3
- package/dist/context-pack.contract.js.map +1 -1
- package/dist/function-registry/beliefs.js +4 -4
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.js +4 -4
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.js +5 -5
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.js +4 -4
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.js +4 -4
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.js +4 -4
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.js +4 -4
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.js +4 -4
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.js +4 -4
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.js +4 -4
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.js +4 -4
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.js +4 -4
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.js +4 -4
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.js +4 -4
- package/dist/function-registry/lenses.js.map +1 -1
- package/dist/function-registry/ontologies.js +4 -4
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.js +4 -4
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.js +4 -4
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.js +4 -4
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.js +4 -4
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/worktrees.js +4 -4
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/sdk-tools.contract.js +4 -4
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/tenant-bootstrap-seed.contract.d.ts +4 -4
- package/dist/tenant-bootstrap-seed.contract.js +2 -2
- package/dist/tenant-bootstrap-seed.contract.js.map +1 -1
- package/dist/tool-contracts.js +4 -4
- package/dist/tool-contracts.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9661,15 +9661,15 @@ var IDENTITY_WHOAMI = {
|
|
|
9661
9661
|
};
|
|
9662
9662
|
var COMPILE_CONTEXT = {
|
|
9663
9663
|
name: "compile_context",
|
|
9664
|
-
description: "Compile a focused reasoning context
|
|
9664
|
+
description: "Compile a focused reasoning context. If topicId is omitted, Lucern resolves the best topic from the query. Like `git log --graph --decorate` for the reasoning substrate \u2014 returns the canonical Pillar 3 context pack through the public API shape.",
|
|
9665
9665
|
parameters: {
|
|
9666
9666
|
topicId: {
|
|
9667
9667
|
type: "string",
|
|
9668
|
-
description: "
|
|
9668
|
+
description: "Optional topic scope ID. Omit to resolve the topic from query."
|
|
9669
9669
|
},
|
|
9670
9670
|
query: {
|
|
9671
9671
|
type: "string",
|
|
9672
|
-
description: "
|
|
9672
|
+
description: "Focus query used to resolve the topic and rank context items. Required when topicId is omitted."
|
|
9673
9673
|
},
|
|
9674
9674
|
budget: {
|
|
9675
9675
|
type: "number",
|
|
@@ -9693,7 +9693,7 @@ var COMPILE_CONTEXT = {
|
|
|
9693
9693
|
description: "Include related ontological entities in the compiled result"
|
|
9694
9694
|
}
|
|
9695
9695
|
},
|
|
9696
|
-
required: [
|
|
9696
|
+
required: [],
|
|
9697
9697
|
response: {
|
|
9698
9698
|
description: "Compiled context pack for the requested topic",
|
|
9699
9699
|
fields: {
|
|
@@ -13160,7 +13160,7 @@ var TENANT_BOOTSTRAP_SEED_AUTH_METADATA_FIELDS = [
|
|
|
13160
13160
|
var TENANT_BOOTSTRAP_SEED_COMPONENTS = {
|
|
13161
13161
|
kernel: {
|
|
13162
13162
|
componentName: "lucern",
|
|
13163
|
-
migrationModule: "
|
|
13163
|
+
migrationModule: "adapters/migration",
|
|
13164
13164
|
templateService: "services/kernel-template",
|
|
13165
13165
|
templateDeployments: {
|
|
13166
13166
|
staging: "kindly-goldfish-162",
|
|
@@ -13169,7 +13169,7 @@ var TENANT_BOOTSTRAP_SEED_COMPONENTS = {
|
|
|
13169
13169
|
},
|
|
13170
13170
|
identity: {
|
|
13171
13171
|
componentName: "identity",
|
|
13172
|
-
migrationModule: "
|
|
13172
|
+
migrationModule: "migration",
|
|
13173
13173
|
templateService: "services/identity-template",
|
|
13174
13174
|
templateDeployments: {
|
|
13175
13175
|
staging: "industrious-cheetah-864",
|