save progress

This commit is contained in:
StellaOps Bot
2026-01-03 00:47:24 +02:00
parent 3f197814c5
commit ca578801fd
319 changed files with 32478 additions and 2202 deletions

View File

@@ -0,0 +1,24 @@
# Metrics Tests Agent Charter
## Mission
- Validate KPI models, collector logic, and trend calculations for metrics.
## Responsibilities
- Keep tests deterministic and independent of local time zones.
- Avoid nondeterministic IDs or timestamps in assertions.
## Required Reading
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/__Libraries/__Tests/StellaOps.Metrics.Tests
- Allowed shared projects: src/__Libraries/StellaOps.Metrics
## Testing Expectations
- Cover KPI trend calculations and label normalization.
- Use fixed timestamps and deterministic inputs.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and avoid non-ASCII logs.