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,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. |