docs(adr): update 002/003/005 with vertical-refactor notes; supersede 004
This commit is contained in:
@@ -25,3 +25,11 @@ apps/cms → @repo/cms-core → @repo/core/application (hooks)
|
||||
```
|
||||
|
||||
No cycles because cms-client never imports from cms-core or core.
|
||||
|
||||
## Status: Partially superseded by v2 (2026-05-04)
|
||||
|
||||
v1 advocated `@repo/cms-core` as a single CMS package. v2 splits this into:
|
||||
- `@repo/core-cms` — composition only (assembles feature CMS schemas)
|
||||
- Each feature owns its own collections/globals under `packages/<feature>/src/integrations/cms/`
|
||||
|
||||
Rationale: vertical-feature ownership scales better; CMS schema lives with the business code that needs it. See ADR-006.
|
||||
|
||||
Reference in New Issue
Block a user