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.Triage Agent Charter
# StellaOps.Scanner.Triage ??? Agent Charter
## Mission
Provide triage workflow infrastructure for the Scanner module:
@@ -15,8 +15,8 @@ Provide triage workflow infrastructure for the Scanner module:
## Required Reading
- `docs/modules/scanner/architecture.md`
- `docs/product/advisories/21-Dec-2025 - How Top Scanners Shape EvidenceFirst UX.md`
- `docs/product/advisories/21-Dec-2025 - Designing Explainable Triage Workflows.md`
- `docs-archived/product/advisories/2025-12-22-ux-sprints/`
- `docs-archived/product/advisories/21-Dec-2025 - Designing Explainable Triage Workflows.md`
- `docs/modules/platform/architecture-overview.md`
## Working Agreement
@@ -41,4 +41,5 @@ Provide triage workflow infrastructure for the Scanner module:
- Evidence artifacts must be content-addressable (stored by hash).
- Snapshots must capture complete finding state for reproducible diffs.
- Preserve determinism: sort outputs, normalize timestamps (UTC ISO-8601).
- Keep Offline Kit parity in minddocument air-gapped workflows for any new feature.
- Keep Offline Kit parity in mind???document air-gapped workflows for any new feature.

View File

@@ -1,5 +1,6 @@
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace StellaOps.Scanner.Triage.Entities;

View File

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