docs: surface core-audit as 5th optional package across discovery points
This commit is contained in:
@@ -16,13 +16,14 @@ docker compose up -d # Start PostgreSQL
|
||||
|
||||
## Optional packages
|
||||
|
||||
The default template includes the must-have core packages and all 5 feature packages. Four core packages are optional and scaffold on demand:
|
||||
The default template includes the must-have core packages and all 5 feature packages. Five core packages are optional and scaffold on demand:
|
||||
|
||||
```bash
|
||||
pnpm turbo gen core-package realtime # Socket.IO realtime layer (ADR-016)
|
||||
pnpm turbo gen core-package events # Cross-feature events + Payload jobs (ADR-015)
|
||||
pnpm turbo gen core-package trpc # tRPC server setup
|
||||
pnpm turbo gen core-package ui # Design system
|
||||
pnpm turbo gen core-package audit # DPA-compliant audit logging (ADR-018)
|
||||
```
|
||||
|
||||
See `docs/architecture/template-tiers.md` for the full tier list.
|
||||
|
||||
Reference in New Issue
Block a user