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.