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.
This commit is contained in:
2026-05-08 05:50:43 +00:00
parent be7fe67145
commit 1306716897
19 changed files with 931 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
---
id: review-worker-adapter
name: Review Worker adapter implementation
status: pending
depends_on: [worker-adapter-tests]
scope: narrow
risk: low
impact: phase
level: review
---
## Description
Review checkpoint after Worker adapter implementation. Verify:
- Build, type-check, and full test suite pass
- Worker adapter matches architecture spec
- Test strategy for Workers is sound (actual workers or reliable mocks)
- Package exports, tsup config, and barrel re-exports are correct and consistent
## Acceptance Criteria
- [ ] `npm run build` passes cleanly
- [ ] `npm run lint` passes
- [ ] `npm test` passes with all tests (core + Redis + WebSocket + Worker)
- [ ] Worker adapter API matches architecture spec
- [ ] Sub-path exports are correctly configured
## References
- docs/architecture/event-targets/worker.md
## Notes
> To be filled by implementation agent
## Summary
> To be filled on completion