stabilize tests
This commit is contained in:
@@ -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 Evidence‑First 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 mind—document air-gapped workflows for any new feature.
|
||||
- Keep Offline Kit parity in mind???document air-gapped workflows for any new feature.
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace StellaOps.Scanner.Triage.Entities;
|
||||
|
||||
|
||||
@@ -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. |
|
||||
Reference in New Issue
Block a user