561 B
561 B
Determinism Analyzers Charter
Mission
Enforce determinism requirements through Roslyn analyzers and diagnostics.
Responsibilities
- Keep diagnostic IDs, messages, and severities stable.
- Avoid false positives/negatives through precise matching rules.
- Track task status in
TASKS.md.
Required Reading
docs/modules/platform/architecture-overview.md
Working Agreement
-
- Update task status in the sprint file and local
TASKS.md.
- Update task status in the sprint file and local
-
- Document every rule change in AnalyzerReleases.*.md.
-
- Add tests for diagnostics and edge cases.