MOPC-App/docs/round-redesign-architecture.../mixed-round-design-implemen.../phase-06-platform-dependenc.../symbol-sweep-checklist.md

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