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,13 @@
# StellaOps.Orchestrator.Core Agent Charter
## Mission
Provide core orchestration domain logic, scheduling, and evidence helpers.
## Required Reading
- docs/modules/orchestrator/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep behavior deterministic (stable ordering, timestamps, hashes).
- Add or update tests for core scheduling/evidence logic.

View File

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

View File

@@ -0,0 +1,13 @@
# StellaOps.Orchestrator.Infrastructure Agent Charter
## Mission
Provide Orchestrator persistence, Postgres repositories, and infrastructure services.
## Required Reading
- docs/modules/orchestrator/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep behavior deterministic (stable ordering, timestamps, hashes).
- Add or update tests for Postgres repositories, infrastructure services, and migrations.

View File

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

View File

@@ -0,0 +1,13 @@
# StellaOps.Orchestrator.Tests Agent Charter
## Mission
Provide deterministic unit and integration tests for Orchestrator core and infrastructure.
## Required Reading
- docs/modules/orchestrator/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 (fixed time/IDs, stable ordering).
- Expand coverage for core services and infrastructure repositories as they evolve.

View File

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

View File

@@ -0,0 +1,13 @@
# StellaOps.Orchestrator.WebService Agent Charter
## Mission
Provide Orchestrator control-plane APIs, streaming endpoints, and hosted service wiring.
## Required Reading
- docs/modules/orchestrator/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Preserve deterministic ordering and tenant scoping on all endpoints.
- Add or update endpoint and auth tests for API changes.

View File

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

View File

@@ -0,0 +1,13 @@
# StellaOps.Orchestrator.Worker Agent Charter
## Mission
Run Orchestrator worker loops for leasing, job execution coordination, and heartbeat processing.
## Required Reading
- docs/modules/orchestrator/architecture.md
- docs/modules/platform/architecture-overview.md
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep worker loops deterministic and resilient to cancellation/backoff.
- Add or update tests for worker scheduling, backoff, and lease handling.

View File

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