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,24 @@
# Concelier SchemaEvolution Tests Charter
## Mission
- Validate schema evolution rules and backward compatibility for Concelier data.
## Responsibilities
- Exercise schema upgrade paths and compatibility checks.
- Verify deterministic normalization of schema artifacts.
## Required Reading
- docs/README.md
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/platform/architecture-overview.md
- docs/modules/concelier/architecture.md
- docs/modules/concelier/link-not-merge-schema.md
## Working Agreement
- Use fixed times and IDs in tests.
- Avoid network dependencies in tests.
- Keep snapshots deterministic and invariant.
## Testing Strategy
- Unit tests for schema diff and upgrade logic.
- Regression tests for compatibility guards.