Files

14 lines
458 B
Markdown
Raw Normal View History

# 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