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:
38
tasks/014-review-worker-adapter.md
Normal file
38
tasks/014-review-worker-adapter.md
Normal 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
|
||||
Reference in New Issue
Block a user