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

View File

@@ -1,4 +1,4 @@
# StellaOps.Scanner.SmartDiff Agent Charter
# StellaOps.Scanner.SmartDiff ??? Agent Charter
## Mission
Deliver Smart-Diff primitives and detection logic that enable deterministic, attestable differential analysis between two scans, reducing noise to material risk changes.
@@ -17,7 +17,7 @@ Deliver Smart-Diff primitives and detection logic that enable deterministic, att
- Golden predicate fixtures to ensure deterministic output.
## Required Reading
- `docs/product/advisories/14-Dec-2025 - Smart-Diff Technical Reference.md`
- `docs-archived/product/advisories/2025-12-21-moat-gap-closure/14-Dec-2025 - Smart-Diff Technical Reference.md`
- `docs/modules/scanner/architecture.md`
- `docs/modules/platform/architecture-overview.md`
@@ -26,3 +26,4 @@ Deliver Smart-Diff primitives and detection logic that enable deterministic, att
- 2. Keep outputs deterministic (stable ordering, UTC timestamps, invariant formatting).
- 3. Avoid cross-module edits unless explicitly referenced in the sprint and recorded in Decisions & Risks.

View File

@@ -1,8 +1,9 @@
using System.Collections.Immutable;
using System.Text.Json;
using StellaOps.Attestor.ProofChain.Predicates;
using StellaOps.Attestor.ProofChain.Statements;
using StellaOps.Scanner.SmartDiff.Detection;
using System.Collections.Immutable;
using System.Text.Json;
namespace StellaOps.Scanner.SmartDiff.Attestation;

View File

@@ -1,8 +1,9 @@
namespace StellaOps.Scanner.SmartDiff;
using System.Collections.Immutable;
using System.Text.Json.Serialization;
namespace StellaOps.Scanner.SmartDiff;
/// <summary>
/// Smart-Diff predicate for DSSE attestation.
/// </summary>

View File

@@ -0,0 +1,8 @@
# StellaOps.Scanner.SmartDiff 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/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |