docs(adr): update 002/003/005 with vertical-refactor notes; supersede 004

This commit is contained in:
2026-05-05 09:34:03 +02:00
parent a4d6fa0cb5
commit e5b1ea720e
4 changed files with 20 additions and 0 deletions

View File

@@ -24,3 +24,7 @@ InversifyJS with symbol-based resolution + targeted agent documentation.
- Requires reflect-metadata + decorator config in tsconfig
- Symbol indirection harder to trace than plain functions
- Extra dependency (inversify + reflect-metadata)
## Update (2026-05-04)
The vertical-feature refactor preserved InversifyJS but moved from a single shared container in `packages/core/src/di/` to **per-feature containers** in each feature package (`packages/<feature>/src/di/container.ts`). See ADR-008.