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