save progress

This commit is contained in:
StellaOps Bot
2026-01-03 11:02:24 +02:00
parent ca578801fd
commit 83c37243e0
446 changed files with 22798 additions and 4031 deletions

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Engine 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-0440-M | DONE | Maintainability audit for StellaOps.Policy.Engine. |
| AUDIT-0440-T | DONE | Test coverage audit for StellaOps.Policy.Engine. |
| AUDIT-0440-A | TODO | APPLY pending approval for StellaOps.Policy.Engine. |

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Gateway 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-0445-M | DONE | Maintainability audit for StellaOps.Policy.Gateway. |
| AUDIT-0445-T | DONE | Test coverage audit for StellaOps.Policy.Gateway. |
| AUDIT-0445-A | TODO | APPLY pending approval for StellaOps.Policy.Gateway. |

View File

@@ -0,0 +1,12 @@
# StellaOps.Policy.AuthSignals Agent Charter
## Mission
Maintain shared policy/authority/signal contract models for advisory auth signals.
## Required Reading
- docs/modules/policy/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep contracts deterministic and explicit (UTC timestamps, stable defaults).

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.AuthSignals 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-0439-M | DONE | Maintainability audit for StellaOps.Policy.AuthSignals. |
| AUDIT-0439-T | DONE | Test coverage audit for StellaOps.Policy.AuthSignals. |
| AUDIT-0439-A | TODO | APPLY pending approval for StellaOps.Policy.AuthSignals. |

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Exceptions 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-0443-M | DONE | Maintainability audit for StellaOps.Policy.Exceptions. |
| AUDIT-0443-T | DONE | Test coverage audit for StellaOps.Policy.Exceptions. |
| AUDIT-0443-A | TODO | APPLY pending approval for StellaOps.Policy.Exceptions. |

View File

@@ -0,0 +1,12 @@
# StellaOps.Policy.Persistence Agent Charter
## Mission
Maintain the Policy module persistence layer and PostgreSQL repositories.
## Required Reading
- docs/modules/policy/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep repository ordering deterministic and time/ID generation explicit.

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Persistence 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-0448-M | DONE | Maintainability audit for StellaOps.Policy.Persistence. |
| AUDIT-0448-T | DONE | Test coverage audit for StellaOps.Policy.Persistence. |
| AUDIT-0448-A | TODO | APPLY pending approval for StellaOps.Policy.Persistence. |

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy 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-0438-M | DONE | Maintainability audit for StellaOps.Policy. |
| AUDIT-0438-T | DONE | Test coverage audit for StellaOps.Policy. |
| AUDIT-0438-A | TODO | APPLY pending approval for StellaOps.Policy. |

View File

@@ -0,0 +1,12 @@
# StellaOps.Policy.Engine.Contract.Tests Agent Charter
## Mission
Maintain Pact contract tests for Policy Engine APIs.
## Required Reading
- docs/modules/policy/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep contract tests deterministic and offline-friendly.

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Engine.Contract.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-0441-M | DONE | Maintainability audit for StellaOps.Policy.Engine.Contract.Tests. |
| AUDIT-0441-T | DONE | Test coverage audit for StellaOps.Policy.Engine.Contract.Tests. |
| AUDIT-0441-A | DONE | Waived (test project). |

View File

@@ -0,0 +1,12 @@
# StellaOps.Policy.Engine.Tests Agent Charter
## Mission
Maintain unit/integration tests for Policy Engine services and determinism tooling.
## Required Reading
- docs/modules/policy/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Prefer deterministic test data (fixed IDs/timestamps, FakeTimeProvider).

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Engine.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-0442-M | DONE | Maintainability audit for StellaOps.Policy.Engine.Tests. |
| AUDIT-0442-T | DONE | Test coverage audit for StellaOps.Policy.Engine.Tests. |
| AUDIT-0442-A | DONE | Waived (test project). |

View File

@@ -0,0 +1,12 @@
# StellaOps.Policy.Exceptions.Tests Agent Charter
## Mission
Maintain tests for policy exception models, validators, and services.
## Required Reading
- docs/modules/policy/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Prefer deterministic test data (fixed IDs/timestamps, FakeTimeProvider).

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Exceptions.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-0444-M | DONE | Maintainability audit for StellaOps.Policy.Exceptions.Tests. |
| AUDIT-0444-T | DONE | Test coverage audit for StellaOps.Policy.Exceptions.Tests. |
| AUDIT-0444-A | DONE | Waived (test project). |

View File

@@ -0,0 +1,12 @@
# StellaOps.Policy.Gateway.Tests Agent Charter
## Mission
Maintain gateway API and service tests for Policy Gateway.
## Required Reading
- docs/modules/policy/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Prefer deterministic test data (fixed IDs/timestamps, FakeTimeProvider).

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Gateway.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-0446-M | DONE | Maintainability audit for StellaOps.Policy.Gateway.Tests. |
| AUDIT-0446-T | DONE | Test coverage audit for StellaOps.Policy.Gateway.Tests. |
| AUDIT-0446-A | DONE | Waived (test project). |

View File

@@ -0,0 +1,12 @@
# StellaOps.Policy.Pack.Tests Agent Charter
## Mission
Validate starter policy packs and schema behavior.
## Required Reading
- docs/modules/policy/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep tests deterministic and offline-friendly.

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Pack.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-0447-M | DONE | Maintainability audit for StellaOps.Policy.Pack.Tests. |
| AUDIT-0447-T | DONE | Test coverage audit for StellaOps.Policy.Pack.Tests. |
| AUDIT-0447-A | DONE | Waived (test project). |

View File

@@ -0,0 +1,12 @@
# StellaOps.Policy.Persistence.Tests Agent Charter
## Mission
Maintain persistence integration tests for Policy repositories and migrations.
## Required Reading
- docs/modules/policy/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Prefer deterministic fixtures and document container dependencies.

View File

@@ -0,0 +1,10 @@
# StellaOps.Policy.Persistence.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-0449-M | DONE | Maintainability audit for StellaOps.Policy.Persistence.Tests. |
| AUDIT-0449-T | DONE | Test coverage audit for StellaOps.Policy.Persistence.Tests. |
| AUDIT-0449-A | DONE | Waived (test project). |