@indexnetwork/protocol 10.0.4-rc.447.1 → 10.1.0-rc.449.1
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
CHANGED
|
@@ -20,6 +20,12 @@ went 6.7.1 → 8.0.2 with no 7.x in between because the whole 7.x line shipped a
|
|
|
20
20
|
prereleases between the two promotions. To track every change, read `rc`; to
|
|
21
21
|
pin a supported release, use `latest`.
|
|
22
22
|
|
|
23
|
+
## 10.1.0 - 2026-08-07
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
|
|
27
|
+
- Added the independently reviewed 25-participant historical shared-pool contract, single-configuration dual-trigger pilot planner, descriptive stage-funnel metrics, and strict execution-completeness artifact schema for IND-638A.
|
|
28
|
+
|
|
23
29
|
## [Unreleased]
|
|
24
30
|
|
|
25
31
|
### Removed
|
|
@@ -51,6 +51,6 @@ export type { OpportunityOwnerAction, OpportunityOwnerApprovalAttestation, Oppor
|
|
|
51
51
|
export { presentOpportunity, stripUuids, truncateAtBoundary } from "../opportunity/domain/opportunity.presentation.js";
|
|
52
52
|
export type { UserInfo } from "../opportunity/domain/opportunity.presentation.js";
|
|
53
53
|
export { stripUnsupportedOpportunityClaims as stripUnsupportedOpportunityClaimsText } from "../opportunity/domain/opportunity.claim-safety.js";
|
|
54
|
-
export { safeFallbackSummary } from "../opportunity/domain/opportunity.safe-presentation.js";
|
|
54
|
+
export { safeFallbackSummary, DEFAULT_FALLBACK_HEADLINE } from "../opportunity/domain/opportunity.safe-presentation.js";
|
|
55
55
|
export { buildApiChatCardPresentationCacheKey, buildDeliveryCardPresentationCacheKey, buildRadarCardPresentationCacheKey } from "../opportunity/domain/opportunity.presentation-cache.js";
|
|
56
56
|
export { getOrCreateDeliveryCardBatch } from "../opportunity/application/delivery-card.cache.js";
|
|
@@ -51,6 +51,6 @@ export { bindOwnerApprovalProvenance } from "../opportunity/application/opportun
|
|
|
51
51
|
// ── Presentation utilities ────────────────────────────────────────────────────
|
|
52
52
|
export { presentOpportunity, stripUuids, truncateAtBoundary } from "../opportunity/domain/opportunity.presentation.js";
|
|
53
53
|
export { stripUnsupportedOpportunityClaims as stripUnsupportedOpportunityClaimsText } from "../opportunity/domain/opportunity.claim-safety.js";
|
|
54
|
-
export { safeFallbackSummary } from "../opportunity/domain/opportunity.safe-presentation.js";
|
|
54
|
+
export { safeFallbackSummary, DEFAULT_FALLBACK_HEADLINE } from "../opportunity/domain/opportunity.safe-presentation.js";
|
|
55
55
|
export { buildApiChatCardPresentationCacheKey, buildDeliveryCardPresentationCacheKey, buildRadarCardPresentationCacheKey } from "../opportunity/domain/opportunity.presentation-cache.js";
|
|
56
56
|
export { getOrCreateDeliveryCardBatch } from "../opportunity/application/delivery-card.cache.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ export { presentOpportunity } from "./capabilities/opportunities.facade.js";
|
|
|
121
121
|
export type { UserInfo } from "./capabilities/opportunities.facade.js";
|
|
122
122
|
export { stripUuids, truncateAtBoundary } from "./capabilities/opportunities.facade.js";
|
|
123
123
|
export { stripUnsupportedOpportunityClaims } from "./capabilities/opportunities.facade.js";
|
|
124
|
-
export { safeFallbackSummary } from "./capabilities/opportunities.facade.js";
|
|
124
|
+
export { safeFallbackSummary, DEFAULT_FALLBACK_HEADLINE } from "./capabilities/opportunities.facade.js";
|
|
125
125
|
export { buildApiChatCardPresentationCacheKey, buildDeliveryCardPresentationCacheKey, buildRadarCardPresentationCacheKey } from "./capabilities/opportunities.facade.js";
|
|
126
126
|
export { getOrCreateDeliveryCardBatch } from "./capabilities/opportunities.facade.js";
|
|
127
127
|
export { createToolRegistry } from "./shared/agent/tool.registry.js";
|
package/dist/index.js
CHANGED
|
@@ -99,7 +99,7 @@ export { persistOpportunities } from "./capabilities/opportunities.facade.js";
|
|
|
99
99
|
export { presentOpportunity } from "./capabilities/opportunities.facade.js";
|
|
100
100
|
export { stripUuids, truncateAtBoundary } from "./capabilities/opportunities.facade.js";
|
|
101
101
|
export { stripUnsupportedOpportunityClaims } from "./capabilities/opportunities.facade.js";
|
|
102
|
-
export { safeFallbackSummary } from "./capabilities/opportunities.facade.js";
|
|
102
|
+
export { safeFallbackSummary, DEFAULT_FALLBACK_HEADLINE } from "./capabilities/opportunities.facade.js";
|
|
103
103
|
export { buildApiChatCardPresentationCacheKey, buildDeliveryCardPresentationCacheKey, buildRadarCardPresentationCacheKey } from "./capabilities/opportunities.facade.js";
|
|
104
104
|
export { getOrCreateDeliveryCardBatch } from "./capabilities/opportunities.facade.js";
|
|
105
105
|
// ─── Tools ────────────────────────────────────────────────────────────────────
|