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

@@ -24,8 +24,8 @@ Define the platform-agnostic disassembly interfaces and models for binary analys
- Scanner team for binary vulnerability analysis
## Required Reading
- `docs/modules/binaryindex/architecture.md`
- `docs/implplan/SPRINT_20260102_001_BE_binary_delta_signatures.md`
- `docs/modules/binary-index/architecture.md`
- `docs-archived/implplan/2026-01-02-completed-sprints/SPRINT_20260102_001_BE_binary_delta_signatures.md`
## Working Agreement
1. Update task status to `DOING`/`DONE` in sprint file when starting/finishing work.
@@ -33,3 +33,4 @@ Define the platform-agnostic disassembly interfaces and models for binary analys
3. Keep models immutable and serialization-friendly.
4. Add capability flags to `IDisassemblyPlugin` rather than extending interface.
5. Document all public types with XML doc comments.

View File

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