audit work, fixed StellaOps.sln warnings/errors, fixed tests, sprints work, new advisories

This commit is contained in:
master
2026-01-07 18:49:59 +02:00
parent 04ec098046
commit 608a7f85c0
866 changed files with 56323 additions and 6231 deletions

View File

@@ -0,0 +1,22 @@
# Scanner Gate Benchmarks Charter
## Mission
- Benchmark VEX gate policy evaluation performance deterministically.
## Responsibilities
- Provide reproducible BenchmarkDotNet runs for gate evaluation throughput.
- Keep benchmark inputs deterministic and offline-friendly.
## Required Reading
- docs/README.md
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/platform/architecture-overview.md
- docs/modules/scanner/architecture.md
## Working Agreement
- Use fixed seeds and stable inputs for deterministic benchmarks.
- Avoid network dependencies and nondeterministic clocks.
- Keep benchmark overhead minimal and isolated from core logic.
## Testing Strategy
- Benchmarks should be runnable in Release without external services.