chore(work): finish 06-analytics-protocol-bind-context

This commit is contained in:
2026-05-18 17:40:19 +02:00
parent a832a7dfaa
commit 0f8e3b8caf
3 changed files with 8 additions and 13 deletions

View File

@@ -3,12 +3,12 @@ id: 06-analytics-protocol-bind-context
epic: product-analytics-channel
title: Add AnalyticsProtocol and BindContext.analytics
type: technical-story
status: todo
status: done
feature: core-shared
depends-on: [05-assert-feature-conformance-analyzed]
blocks: [09-documentation]
created: 2026-05-18T12:05:00Z
updated: 2026-05-18T10:46:27.080Z
updated: 2026-05-18T15:40:20.464Z
---
## Goal
@@ -39,4 +39,4 @@ Feature binders that need analytics accept `ctx.analytics` from the aggregator's
## Tasks
- [ ] Add `AnalyticsProtocol` structural type to `packages/core-shared/src/di/bind-protocols.ts` and `analytics?: AnalyticsProtocol` to `BindContext` + `BindProductionContext`; export from the `@repo/core-shared/di` barrel — all gates pass on this commit.
- [x] Add `AnalyticsProtocol` structural type to `packages/core-shared/src/di/bind-protocols.ts` and `analytics?: AnalyticsProtocol` to `BindContext` + `BindProductionContext`; export from the `@repo/core-shared/di` barrel — all gates pass on this commit.