audit work

This commit is contained in:
StellaOps Bot
2026-01-02 11:43:43 +02:00
parent 82e55c206a
commit dd581699cc
234 changed files with 5189 additions and 270 deletions

View File

@@ -0,0 +1,17 @@
# Determinism Analyzers Tests Charter
## Mission
Validate determinism analyzer diagnostics and edge cases.
## Responsibilities
- Cover all analyzer diagnostics and suppression paths.
- Keep test sources deterministic and minimal.
- 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`.
- 2. Add tests for every new diagnostic rule.
- 3. Keep test sources ASCII and deterministic.

View File

@@ -0,0 +1,10 @@
# Determinism Analyzers Tests Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0278-M | DONE | Maintainability audit for StellaOps.Determinism.Analyzers.Tests. |
| AUDIT-0278-T | DONE | Test coverage audit for StellaOps.Determinism.Analyzers.Tests. |
| AUDIT-0278-A | TODO | Pending approval for changes. |

View File

@@ -0,0 +1,17 @@
# 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`.
- 2. Document every rule change in AnalyzerReleases.*.md.
- 3. Add tests for diagnostics and edge cases.

View File

@@ -0,0 +1,10 @@
# Determinism Analyzers Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0277-M | DONE | Maintainability audit for StellaOps.Determinism.Analyzers. |
| AUDIT-0277-T | DONE | Test coverage audit for StellaOps.Determinism.Analyzers. |
| AUDIT-0277-A | TODO | Pending approval for changes. |