@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.
Files changed (52) hide show
  1. package/dist/context-pack.contract.d.ts +5 -3
  2. package/dist/context-pack.contract.js.map +1 -1
  3. package/dist/function-registry/beliefs.js +4 -4
  4. package/dist/function-registry/beliefs.js.map +1 -1
  5. package/dist/function-registry/coding.js +4 -4
  6. package/dist/function-registry/coding.js.map +1 -1
  7. package/dist/function-registry/context.js +5 -5
  8. package/dist/function-registry/context.js.map +1 -1
  9. package/dist/function-registry/contracts.js +4 -4
  10. package/dist/function-registry/contracts.js.map +1 -1
  11. package/dist/function-registry/coordination.js +4 -4
  12. package/dist/function-registry/coordination.js.map +1 -1
  13. package/dist/function-registry/edges.js +4 -4
  14. package/dist/function-registry/edges.js.map +1 -1
  15. package/dist/function-registry/evidence.js +4 -4
  16. package/dist/function-registry/evidence.js.map +1 -1
  17. package/dist/function-registry/graph.js +4 -4
  18. package/dist/function-registry/graph.js.map +1 -1
  19. package/dist/function-registry/helpers.js +4 -4
  20. package/dist/function-registry/helpers.js.map +1 -1
  21. package/dist/function-registry/identity.js +4 -4
  22. package/dist/function-registry/identity.js.map +1 -1
  23. package/dist/function-registry/index.js +4 -4
  24. package/dist/function-registry/index.js.map +1 -1
  25. package/dist/function-registry/judgments.js +4 -4
  26. package/dist/function-registry/judgments.js.map +1 -1
  27. package/dist/function-registry/legacy.js +4 -4
  28. package/dist/function-registry/legacy.js.map +1 -1
  29. package/dist/function-registry/lenses.js +4 -4
  30. package/dist/function-registry/lenses.js.map +1 -1
  31. package/dist/function-registry/ontologies.js +4 -4
  32. package/dist/function-registry/ontologies.js.map +1 -1
  33. package/dist/function-registry/pipeline.js +4 -4
  34. package/dist/function-registry/pipeline.js.map +1 -1
  35. package/dist/function-registry/questions.js +4 -4
  36. package/dist/function-registry/questions.js.map +1 -1
  37. package/dist/function-registry/tasks.js +4 -4
  38. package/dist/function-registry/tasks.js.map +1 -1
  39. package/dist/function-registry/topics.js +4 -4
  40. package/dist/function-registry/topics.js.map +1 -1
  41. package/dist/function-registry/worktrees.js +4 -4
  42. package/dist/function-registry/worktrees.js.map +1 -1
  43. package/dist/index.js +6 -6
  44. package/dist/index.js.map +1 -1
  45. package/dist/sdk-tools.contract.js +4 -4
  46. package/dist/sdk-tools.contract.js.map +1 -1
  47. package/dist/tenant-bootstrap-seed.contract.d.ts +4 -4
  48. package/dist/tenant-bootstrap-seed.contract.js +2 -2
  49. package/dist/tenant-bootstrap-seed.contract.js.map +1 -1
  50. package/dist/tool-contracts.js +4 -4
  51. package/dist/tool-contracts.js.map +1 -1
  52. 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 for a topic. Like `git log --graph --decorate` for the reasoning substrate \u2014 returns the canonical Pillar 3 context pack through the public API shape.",
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: "Topic scope ID to compile"
9668
+ description: "Optional topic scope ID. Omit to resolve the topic from query."
9669
9669
  },
9670
9670
  query: {
9671
9671
  type: "string",
9672
- description: "Optional focus query used to rank context items"
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: ["topicId"],
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: "dist/adapters/migration",
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: "dist/migration",
13172
+ migrationModule: "migration",
13173
13173
  templateService: "services/identity-template",
13174
13174
  templateDeployments: {
13175
13175
  staging: "industrious-cheetah-864",