chore(work): tick task in 01-scaffold-core-analytics-package

This commit is contained in:
2026-05-18 13:29:55 +02:00
parent ea384c67c4
commit 80c702eb20
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ blocks:
08-react-provider,
]
created: 2026-05-18T12:00:00Z
updated: 2026-05-18T10:46:27.080Z
updated: 2026-05-18T11:29:56.831Z
---
## Goal
@@ -48,5 +48,5 @@ All downstream stories depend on `IAnalytics` existing as the contract surface.
## Tasks
- [ ] Run `pnpm turbo gen core-package analytics` to scaffold `@repo/core-analytics` — verify the generator output compiles and all gates pass on this commit alone.
- [x] Run `pnpm turbo gen core-package analytics` to scaffold `@repo/core-analytics` — verify the generator output compiles and all gates pass on this commit alone.
- [ ] Replace generator placeholder content with `IAnalytics` interface (`track`, `identify`, `pageView`, `flush`), `AnalyticsAttributeValue` + `AnalyticsUser` types, and `NoopAnalytics` implementation (`flush()` returns `Promise.resolve()`); add sibling tests covering all four methods; export everything from the package root barrel — all gates pass on this commit.