1.1 KiB
1.1 KiB
AGENTS - Notifier Module
Working Directory
src/Notifier/**(WebService, Worker, tests).
Required Reading
docs/README.mddocs/07_HIGH_LEVEL_ARCHITECTURE.mddocs/modules/platform/architecture-overview.mddocs/modules/notifier/README.mddocs/modules/notify/architecture.mddocs/modules/notify/security/redaction-catalog.md
Engineering Rules
- Deterministic delivery behavior; stable ordering for notifications.
- Enforce redaction defaults and avoid secrets in logs.
- Offline-first; no external network calls in tests.
Testing & Verification
- Tests live in
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Testsandsrc/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService.Tests. - Cover rule evaluation, delivery pipeline, and audit logging.
Sprint Discipline
- Record delivery workflow changes in sprint Decisions & Risks.
Service Endpoints
- Development: https://localhost:10280, http://localhost:10281
- Local alias: https://notifier.stella-ops.local, http://notifier.stella-ops.local
- Env var: STELLAOPS_NOTIFIER_URL