2026-02-14 15:26:42 +01:00
|
|
|
# Symbol Sweep Checklist
|
|
|
|
|
|
|
|
|
|
All commands must return zero actionable runtime hits.
|
|
|
|
|
|
|
|
|
|
- [ ] `rg "trpc\.round" src`
|
|
|
|
|
- [ ] `rg "\broundId\b" src/server src/components src/app`
|
|
|
|
|
- [ ] `rg "round\.settingsJson|roundType" src/server src/components src/app`
|
|
|
|
|
- [ ] `rg "model Round|enum RoundType" prisma/schema.prisma`
|
|
|
|
|
|
|
|
|
|
## Exceptions
|
|
|
|
|
|
|
|
|
|
- documentation-only references may be allowed with explicit annotation
|
|
|
|
|
- any code-path exception is release-blocking unless approved
|