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 @@
# Notifier Tests Agent Charter
## Mission
- Validate Notifier web service, worker, and template behaviors.
## Responsibilities
- Keep tests deterministic and offline-friendly.
- Ensure contract tests cover API and template output stability.
## Required Reading
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests
## Testing Expectations
- Prefer fixed time providers and IDs in assertions.
- Avoid disabling tests via Compile Remove; use explicit skip reasons.
## 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.Notifier.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-0394-M | DONE | Maintainability audit for StellaOps.Notifier.Tests. |
| AUDIT-0394-T | DONE | Test coverage audit for StellaOps.Notifier.Tests. |
| AUDIT-0394-A | DONE | Waived (test project). |

View File

@@ -0,0 +1,27 @@
# Notifier WebService Agent Charter
## Mission
- Maintain the Notifier WebService HTTP APIs with deterministic, tenant-safe behavior.
## Responsibilities
- Own API behavior for notify, rules/templates, incidents, simulation, security, localization, and OpenAPI endpoints.
- Keep header validation and error responses consistent across routes.
- Keep OpenAPI artifacts aligned with runtime behavior.
## Required Reading
- docs/modules/notify/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService
- Shared: src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker
## Testing Expectations
- Use WebApplicationFactory-based endpoint tests where feasible.
- Prefer TimeProvider and deterministic IDs in tests.
- Cover header validation and error paths.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and offline-friendly.
- Avoid non-ASCII output in logs.

View File

@@ -0,0 +1,10 @@
# StellaOps.Notifier.WebService 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-0395-M | DONE | Maintainability audit for StellaOps.Notifier.WebService. |
| AUDIT-0395-T | DONE | Test coverage audit for StellaOps.Notifier.WebService. |
| AUDIT-0395-A | TODO | Pending approval for apply tasks. |

View File

@@ -0,0 +1,27 @@
# Notifier Worker Agent Charter
## Mission
- Operate deterministic, tenant-safe background processing for Notifier events, dispatch, digesting, and escalation.
## Responsibilities
- Own event leasing, rule evaluation, delivery creation, and dispatch pipelines.
- Maintain channel adapters/dispatchers, digest generation, simulation, and observability helpers.
- Keep queue, storage, and retry logic deterministic and auditable.
## Required Reading
- docs/modules/notify/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker
- Shared: src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests
## Testing Expectations
- Cover worker loops, dispatch paths, and retry behaviors.
- Prefer TimeProvider and deterministic IDs for timestamps and correlation keys.
- Keep tests offline-friendly and avoid non-ASCII logs.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and stable across runs.
- Document any behavioral changes in docs/ where contracts are affected.

View File

@@ -0,0 +1,10 @@
# StellaOps.Notifier.Worker 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-0396-M | DONE | Maintainability audit for StellaOps.Notifier.Worker. |
| AUDIT-0396-T | DONE | Test coverage audit for StellaOps.Notifier.Worker. |
| AUDIT-0396-A | TODO | Pending approval for apply tasks. |