@lucern/events 1.0.15 → 1.0.16

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/index.js CHANGED
@@ -4078,6 +4078,10 @@ var COMPILE_CONTEXT = {
4078
4078
  type: "number",
4079
4079
  description: "Optional per-section item limit"
4080
4080
  },
4081
+ contentTopicLimit: {
4082
+ type: "number",
4083
+ description: "Dimension-seeded compiles synthesize every matching worktree but bound raw belief/question/evidence enrichment to this many carrier topics (max 16) so hosted Convex queries remain fast. Receipts report any omitted raw topic enrichment."
4084
+ },
4081
4085
  maxDepth: {
4082
4086
  type: "number",
4083
4087
  description: "Optional descendant topic depth for neighborhood expansion"
@@ -4106,7 +4110,7 @@ var COMPILE_CONTEXT = {
4106
4110
  relatedEntities: "array | undefined \u2014 ranked ontological entities in scope",
4107
4111
  contextNarrative: "array \u2014 ordered synthesis blocks with kind/text, starting with executive_summary and canonical narrative blocks before raw objects",
4108
4112
  retrievalReceipt: "object \u2014 candidateCounts, coverageWarning, narrativeCoverage, synthesisLints, and suggestedNextActions",
4109
- narrativeCoverage: "object \u2014 recordsSynthesized, recordsNamed, recordsOmitted, and blocksEmitted for the narrative",
4113
+ narrativeCoverage: "object \u2014 recordsSynthesized, recordsNamed, recordsOmitted, topicsSynthesized, topicsEnriched, topicContentOmitted, enrichmentMode, and blocksEmitted for the narrative",
4110
4114
  injectionPolicy: "object \u2014 token-budgeted section selections",
4111
4115
  diagnostics: "object \u2014 scoring and utilization telemetry"
4112
4116
  }