stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

23
src/__Analyzers/AGENTS.md Normal file
View File

@@ -0,0 +1,23 @@
# AGENTS - __Analyzers Module
## Working Directory
- `src/__Analyzers/**` (analyzers and analyzer tests).
## Required Reading
- `docs/README.md`
- `docs/07_HIGH_LEVEL_ARCHITECTURE.md`
- `docs/modules/platform/architecture-overview.md`
- `docs/CODING_STANDARDS.md`
- `docs/code-of-conduct/TESTING_PRACTICES.md`
## Engineering Rules
- Analyzer output must be deterministic and offline; no network or filesystem writes.
- Diagnostics IDs and messages must remain stable; keep ordering deterministic.
- Prefer minimal allocations and avoid global state.
## Testing & Verification
- Tests live in `src/__Analyzers/**.Tests` projects.
- Add baseline tests for each rule and validate diagnostics deterministically.
## Sprint Discipline
- Update sprint tracker status and Decisions & Risks for any rule or contract change.

View File

@@ -8,3 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0278-M | DONE | Revalidated 2026-01-07; open findings tracked in audit report. |
| AUDIT-0278-T | DONE | Revalidated 2026-01-07; open findings tracked in audit report. |
| AUDIT-0278-A | DONE | Waived (test project; revalidated 2026-01-07). |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -8,3 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0277-M | DONE | Revalidated 2026-01-07; open findings tracked in audit report. |
| AUDIT-0277-T | DONE | Revalidated 2026-01-07; open findings tracked in audit report. |
| AUDIT-0277-A | TODO | Revalidated 2026-01-07 (open findings). |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -0,0 +1,8 @@
# StellaOps.TestKit.Analyzers.Tests Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.TestKit.Analyzers.Tests/StellaOps.TestKit.Analyzers.Tests.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -0,0 +1,8 @@
# StellaOps.TestKit.Analyzers Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.TestKit.Analyzers/StellaOps.TestKit.Analyzers.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |