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,23 @@
# Metrics Library Agent Charter
## Mission
- Provide KPI models and aggregation services for quality and operational metrics.
## Responsibilities
- Keep KPI calculations deterministic and time-zone safe.
- Normalize labels and states to avoid drift in dashboards.
## Required Reading
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/__Libraries/StellaOps.Metrics
## Testing Expectations
- Add tests for KPI collection edge cases and trend calculations.
- Use deterministic time providers in tests.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and avoid non-ASCII logs.

View File

@@ -0,0 +1,10 @@
# StellaOps.Metrics Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0385-M | DONE | Maintainability audit for StellaOps.Metrics. |
| AUDIT-0385-T | DONE | Test coverage audit for StellaOps.Metrics. |
| AUDIT-0385-A | TODO | Pending approval. |

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.

View File

@@ -0,0 +1,10 @@
# StellaOps.Metrics.Tests Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0386-M | DONE | Maintainability audit for StellaOps.Metrics.Tests. |
| AUDIT-0386-T | DONE | Test coverage audit for StellaOps.Metrics.Tests. |
| AUDIT-0386-A | DONE | Waived (test project). |

View File

@@ -0,0 +1,23 @@
# Microservice ASP.NET Core Tests Agent Charter
## Mission
- Validate Router bridge discovery, authorization mapping, and dispatch behavior.
## Responsibilities
- Keep tests deterministic and offline-friendly.
- Cover option behaviors and routing edge cases.
## Required Reading
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests
## Testing Expectations
- Exercise discovery filters, authorization strategies, and dispatch cancellation.
- Avoid wall-clock and random IDs in assertions; prefer fixed values.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and avoid non-ASCII logs.

View File

@@ -0,0 +1,10 @@
# StellaOps.Microservice.AspNetCore.Tests Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0389-M | DONE | Maintainability audit for StellaOps.Microservice.AspNetCore.Tests. |
| AUDIT-0389-T | DONE | Test coverage audit for StellaOps.Microservice.AspNetCore.Tests. |
| AUDIT-0389-A | DONE | Waived (test project). |