Files
git.stella-ops.org/src/__Analyzers/StellaOps.Determinism.Analyzers/AGENTS.md
StellaOps Bot dd581699cc audit work
2026-01-02 11:43:43 +02:00

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

    1. Update task status in the sprint file and local TASKS.md.
    1. Document every rule change in AnalyzerReleases.*.md.
    1. Add tests for diagnostics and edge cases.