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 @@
# Eventing Tests Charter
## Mission
- Verify eventing envelope contracts and deterministic serialization.
## Responsibilities
- Cover schema validation, parsing, and round-trip serialization.
- Exercise edge cases and determinism behavior.
## Required Reading
- docs/README.md
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/platform/architecture-overview.md
- docs/modules/eventing/event-envelope-schema.md
## Working Agreement
- Use fixed times and IDs for deterministic tests.
- Avoid network dependencies in tests.
## Testing Strategy
- Unit tests for schema and serialization.
- Regression tests for envelope compatibility.