refactor(docs): strip residual Phase/Plan setup-history references
Final sweep for setup-process bookkeeping not caught by template-reset-v1. ADRs drop Plan-N qualifiers; spec collapses the historical 11-phase migration table; scaffolding guide drops "Phase added" column; comment prefixes referencing R-numbers in test describes / eslint inline comments are normalized. Architecture-level rule IDs (R40, R52, E0, J0, etc.) are preserved where they serve as stable cross-references in ADRs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,17 +17,17 @@ The generator emits the package files, updates consuming-app config (e.g. `apps/
|
||||
|
||||
## Available templates
|
||||
|
||||
| Name | Description | Phase added |
|
||||
|---|---|---|
|
||||
| `realtime` | Socket.IO realtime layer (ADR-016) | Phase 3 |
|
||||
| `events` | Cross-feature event bus + Payload jobs adapter (ADR-015) | Phase 4 |
|
||||
| `trpc` | tRPC server setup | Phase 5 |
|
||||
| `ui` | Design-system package | Phase 6 |
|
||||
| `audit` | DPA-compliant audit logging (ADR-018) | Phase 7 |
|
||||
| Name | Description |
|
||||
| ---------- | -------------------------------------------------------- |
|
||||
| `realtime` | Socket.IO realtime layer (ADR-016) |
|
||||
| `events` | Cross-feature event bus + Payload jobs adapter (ADR-015) |
|
||||
| `trpc` | tRPC server setup |
|
||||
| `ui` | Design-system package |
|
||||
| `audit` | DPA-compliant audit logging (ADR-018) |
|
||||
|
||||
## Verifying an existing project
|
||||
|
||||
If your project already has a core-* package and you want to verify the generator's template hasn't drifted from the shipped source, use the byte-identical reconstruction snapshot:
|
||||
If your project already has a core-\* package and you want to verify the generator's template hasn't drifted from the shipped source, use the byte-identical reconstruction snapshot:
|
||||
|
||||
```bash
|
||||
git stash -u
|
||||
@@ -36,4 +36,4 @@ git diff packages/core-<name>/
|
||||
# Expect: zero diff (modulo .hbs strip + trailing-newline normalization)
|
||||
```
|
||||
|
||||
Snapshots live at `turbo/generators/__snapshots__/core-package/<name>.snapshot.json` (added in Phases 3-6).
|
||||
Snapshots live at `turbo/generators/__snapshots__/core-package/<name>.snapshot.json`.
|
||||
|
||||
Reference in New Issue
Block a user