Commit Graph

3 Commits

Author SHA1 Message Date
7647892e76 feat(build-and-exports-validation): validate build pipeline, exports map, and tsup config
All acceptance criteria verified:
- npm run build produces correct ESM + CJS + declarations
- npm run lint (tsc --noEmit) passes
- package.json exports map correct for index and event-target-redis
- tsup.config.ts lists all entry points
- src/index.ts barrel re-exports all modules
- Peer deps (ioredis optional) correct
- No runtime dependencies
2026-05-08 06:10:54 +00:00
dc8a19c659 Fix YAML frontmatter: quote task names containing colons 2026-05-08 05:59:20 +00:00
1306716897 Decompose architecture into atomic, dependency-ordered tasks
19 tasks covering core testing, Redis hardening, WebSocket client/server
adapters, Worker adapter, and final review gates. Iroh adapters are tracked
as a deferred placeholder blocked on the @alkdev/iroh fork.

Phases: core validation → Redis hardening → review gate → WebSocket
adapters → review gate → Worker adapter → review gate → final validation.
2026-05-08 05:50:43 +00:00