@lucern/contracts 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/CHANGELOG.md +6 -0
- package/dist/context-pack.contract.d.ts +6 -0
- package/dist/context-pack.contract.js.map +1 -1
- package/dist/function-registry/beliefs.js +5 -1
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.js +5 -1
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.js +5 -1
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.js +5 -1
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.js +5 -1
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.js +5 -1
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.js +5 -1
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.js +5 -1
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.js +5 -1
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.js +5 -1
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.js +5 -1
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.js +5 -1
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.js +5 -1
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.js +5 -1
- package/dist/function-registry/lenses.js.map +1 -1
- package/dist/function-registry/nodes.js +5 -1
- package/dist/function-registry/nodes.js.map +1 -1
- package/dist/function-registry/ontologies.js +5 -1
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.js +5 -1
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.js +5 -1
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.js +5 -1
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.js +5 -1
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/worktrees.js +5 -1
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/dist/sdk-methods.contract.d.ts +6 -0
- package/dist/sdk-tools.contract.js +5 -1
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/sdk-tools.contract.registry.js +5 -1
- package/dist/sdk-tools.contract.registry.js.map +1 -1
- package/dist/sdk-tools.contract.values.js +5 -1
- package/dist/sdk-tools.contract.values.js.map +1 -1
- package/dist/tool-contracts.js +5 -1
- package/dist/tool-contracts.js.map +1 -1
- package/dist/tool-contracts.questions-listing.js +5 -1
- package/dist/tool-contracts.questions-listing.js.map +1 -1
- package/dist/tool-contracts.values.js +5 -1
- package/dist/tool-contracts.values.js.map +1 -1
- package/package.json +1 -1
|
@@ -172,6 +172,12 @@ type CompileContextInput = {
|
|
|
172
172
|
limit?: number;
|
|
173
173
|
maxDepth?: number;
|
|
174
174
|
includeEntities?: boolean;
|
|
175
|
+
/**
|
|
176
|
+
* Maximum carrier topics to enrich with raw belief/question/evidence rows for
|
|
177
|
+
* explicit dimension-seeded compiles. Dimension coverage remains visible via
|
|
178
|
+
* receipt fields even when raw enrichment is sampled.
|
|
179
|
+
*/
|
|
180
|
+
contentTopicLimit?: number;
|
|
175
181
|
};
|
|
176
182
|
/** Result of context.compile() */
|
|
177
183
|
type CompiledContextResult = PublicCompiledContext;
|
|
@@ -3867,6 +3867,10 @@ var COMPILE_CONTEXT = {
|
|
|
3867
3867
|
type: "number",
|
|
3868
3868
|
description: "Optional per-section item limit"
|
|
3869
3869
|
},
|
|
3870
|
+
contentTopicLimit: {
|
|
3871
|
+
type: "number",
|
|
3872
|
+
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."
|
|
3873
|
+
},
|
|
3870
3874
|
maxDepth: {
|
|
3871
3875
|
type: "number",
|
|
3872
3876
|
description: "Optional descendant topic depth for neighborhood expansion"
|
|
@@ -3895,7 +3899,7 @@ var COMPILE_CONTEXT = {
|
|
|
3895
3899
|
relatedEntities: "array | undefined \u2014 ranked ontological entities in scope",
|
|
3896
3900
|
contextNarrative: "array \u2014 ordered synthesis blocks with kind/text, starting with executive_summary and canonical narrative blocks before raw objects",
|
|
3897
3901
|
retrievalReceipt: "object \u2014 candidateCounts, coverageWarning, narrativeCoverage, synthesisLints, and suggestedNextActions",
|
|
3898
|
-
narrativeCoverage: "object \u2014 recordsSynthesized, recordsNamed, recordsOmitted, and blocksEmitted for the narrative",
|
|
3902
|
+
narrativeCoverage: "object \u2014 recordsSynthesized, recordsNamed, recordsOmitted, topicsSynthesized, topicsEnriched, topicContentOmitted, enrichmentMode, and blocksEmitted for the narrative",
|
|
3899
3903
|
injectionPolicy: "object \u2014 token-budgeted section selections",
|
|
3900
3904
|
diagnostics: "object \u2014 scoring and utilization telemetry"
|
|
3901
3905
|
}
|