@lucern/events 1.0.14 → 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 +5 -1
- package/dist/index.js.map +1 -1
- package/dist/outbox.js +5 -1
- package/dist/outbox.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/dist/types.js +5 -1
- package/dist/types.js.map +1 -1
- package/dist/webhook-delivery-machine.js +5 -1
- package/dist/webhook-delivery-machine.js.map +1 -1
- package/dist/webhooks.js +5 -1
- package/dist/webhooks.js.map +1 -1
- package/package.json +2 -2
|
@@ -4053,6 +4053,10 @@ var COMPILE_CONTEXT = {
|
|
|
4053
4053
|
type: "number",
|
|
4054
4054
|
description: "Optional per-section item limit"
|
|
4055
4055
|
},
|
|
4056
|
+
contentTopicLimit: {
|
|
4057
|
+
type: "number",
|
|
4058
|
+
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."
|
|
4059
|
+
},
|
|
4056
4060
|
maxDepth: {
|
|
4057
4061
|
type: "number",
|
|
4058
4062
|
description: "Optional descendant topic depth for neighborhood expansion"
|
|
@@ -4081,7 +4085,7 @@ var COMPILE_CONTEXT = {
|
|
|
4081
4085
|
relatedEntities: "array | undefined \u2014 ranked ontological entities in scope",
|
|
4082
4086
|
contextNarrative: "array \u2014 ordered synthesis blocks with kind/text, starting with executive_summary and canonical narrative blocks before raw objects",
|
|
4083
4087
|
retrievalReceipt: "object \u2014 candidateCounts, coverageWarning, narrativeCoverage, synthesisLints, and suggestedNextActions",
|
|
4084
|
-
narrativeCoverage: "object \u2014 recordsSynthesized, recordsNamed, recordsOmitted, and blocksEmitted for the narrative",
|
|
4088
|
+
narrativeCoverage: "object \u2014 recordsSynthesized, recordsNamed, recordsOmitted, topicsSynthesized, topicsEnriched, topicContentOmitted, enrichmentMode, and blocksEmitted for the narrative",
|
|
4085
4089
|
injectionPolicy: "object \u2014 token-budgeted section selections",
|
|
4086
4090
|
diagnostics: "object \u2014 scoring and utilization telemetry"
|
|
4087
4091
|
}
|