save progress
This commit is contained in:
10
src/Notify/StellaOps.Notify.WebService/TASKS.md
Normal file
10
src/Notify/StellaOps.Notify.WebService/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Notify.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-0416-M | DONE | Maintainability audit for StellaOps.Notify.WebService. |
|
||||
| AUDIT-0416-T | DONE | Test coverage audit for StellaOps.Notify.WebService. |
|
||||
| AUDIT-0416-A | TODO | Pending approval for apply tasks. |
|
||||
10
src/Notify/StellaOps.Notify.Worker/TASKS.md
Normal file
10
src/Notify/StellaOps.Notify.Worker/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Notify.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-0418-M | DONE | Maintainability audit for StellaOps.Notify.Worker. |
|
||||
| AUDIT-0418-T | DONE | Test coverage audit for StellaOps.Notify.Worker. |
|
||||
| AUDIT-0418-A | TODO | Pending approval for apply tasks. |
|
||||
@@ -0,0 +1,24 @@
|
||||
# Notify WebService Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Validate Notify WebService endpoint behavior, auth, and tracing for the W1 contract suite.
|
||||
|
||||
## Responsibilities
|
||||
- Keep tests deterministic and offline-friendly.
|
||||
- Use fixed timestamps and IDs where possible.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/notify/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/Notify/__Tests/StellaOps.Notify.WebService.Tests
|
||||
- Shared: src/Notify/StellaOps.Notify.WebService
|
||||
|
||||
## Testing Expectations
|
||||
- Include tenant headers required by the API.
|
||||
- Avoid nondeterministic IDs and timestamps in assertions.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep outputs deterministic and stable across runs.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Notify.WebService.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-0417-M | DONE | Maintainability audit for StellaOps.Notify.WebService.Tests. |
|
||||
| AUDIT-0417-T | DONE | Test coverage audit for StellaOps.Notify.WebService.Tests. |
|
||||
| AUDIT-0417-A | DONE | Waived (test project). |
|
||||
24
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/AGENTS.md
Normal file
24
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/AGENTS.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Notify Worker Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Validate Notify Worker queue processing, retries, and tracing behavior.
|
||||
|
||||
## Responsibilities
|
||||
- Keep tests deterministic and offline-friendly.
|
||||
- Use fixed timestamps and IDs where possible.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/notify/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/Notify/__Tests/StellaOps.Notify.Worker.Tests
|
||||
- Shared: src/Notify/StellaOps.Notify.Worker
|
||||
|
||||
## Testing Expectations
|
||||
- Prefer fixed timestamps and IDs in assertions.
|
||||
- Avoid nondeterministic clocks in fakes and leases.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep outputs deterministic and stable across runs.
|
||||
10
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/TASKS.md
Normal file
10
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Notify.Worker.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-0419-M | DONE | Maintainability audit for StellaOps.Notify.Worker.Tests. |
|
||||
| AUDIT-0419-T | DONE | Test coverage audit for StellaOps.Notify.Worker.Tests. |
|
||||
| AUDIT-0419-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user