save progress
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# StellaOps.PacksRegistry.Core Agent Charter
|
||||
|
||||
## Mission
|
||||
Define pack registry domain models and validation for pack catalogs and versions.
|
||||
|
||||
## Required Reading
|
||||
- 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 pack registry invariants and validation.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.PacksRegistry.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-0427-M | DONE | Maintainability audit for StellaOps.PacksRegistry.Core. |
|
||||
| AUDIT-0427-T | DONE | Test coverage audit for StellaOps.PacksRegistry.Core. |
|
||||
| AUDIT-0427-A | TODO | Pending approval for apply tasks. |
|
||||
@@ -0,0 +1,12 @@
|
||||
# StellaOps.PacksRegistry.Infrastructure Agent Charter
|
||||
|
||||
## Mission
|
||||
Provide pack registry persistence, repositories, and infrastructure services.
|
||||
|
||||
## Required Reading
|
||||
- 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 repositories and infrastructure services.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.PacksRegistry.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-0428-M | DONE | Maintainability audit for StellaOps.PacksRegistry.Infrastructure. |
|
||||
| AUDIT-0428-T | DONE | Test coverage audit for StellaOps.PacksRegistry.Infrastructure. |
|
||||
| AUDIT-0428-A | TODO | Pending approval for apply tasks. |
|
||||
@@ -0,0 +1,12 @@
|
||||
# StellaOps.PacksRegistry.Persistence.EfCore Agent Charter
|
||||
|
||||
## Mission
|
||||
Provide EF Core persistence layer and compiled models for PacksRegistry.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep EF Core models deterministic and migrations ordered.
|
||||
- Add or update tests for repositories and compiled models.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.PacksRegistry.Persistence.EfCore 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-0430-M | DONE | Maintainability audit for StellaOps.PacksRegistry.Persistence.EfCore. |
|
||||
| AUDIT-0430-T | DONE | Test coverage audit for StellaOps.PacksRegistry.Persistence.EfCore. |
|
||||
| AUDIT-0430-A | TODO | Pending approval for apply tasks. |
|
||||
@@ -0,0 +1,12 @@
|
||||
# StellaOps.PacksRegistry.Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Provide unit and API tests for PacksRegistry services and repositories.
|
||||
|
||||
## Required Reading
|
||||
- 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).
|
||||
- Extend coverage for packs registry services and persistence edges.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.PacksRegistry.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-0432-M | DONE | Maintainability audit for StellaOps.PacksRegistry.Tests. |
|
||||
| AUDIT-0432-T | DONE | Test coverage audit for StellaOps.PacksRegistry.Tests. |
|
||||
| AUDIT-0432-A | DONE | APPLY waived (test project). |
|
||||
@@ -0,0 +1,12 @@
|
||||
# StellaOps.PacksRegistry.WebService Agent Charter
|
||||
|
||||
## Mission
|
||||
Deliver PacksRegistry HTTP API surface and composition root.
|
||||
|
||||
## Required Reading
|
||||
- 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 WebService endpoint tests and auth/tenant coverage.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.PacksRegistry.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-0433-M | DONE | Maintainability audit for StellaOps.PacksRegistry.WebService. |
|
||||
| AUDIT-0433-T | DONE | Test coverage audit for StellaOps.PacksRegistry.WebService. |
|
||||
| AUDIT-0433-A | TODO | APPLY pending approval for StellaOps.PacksRegistry.WebService. |
|
||||
@@ -0,0 +1,12 @@
|
||||
# StellaOps.PacksRegistry.Worker Agent Charter
|
||||
|
||||
## Mission
|
||||
Run background processing for pack registry tasks.
|
||||
|
||||
## Required Reading
|
||||
- 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 worker loop tests and deterministic timing controls.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.PacksRegistry.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-0434-M | DONE | Maintainability audit for StellaOps.PacksRegistry.Worker. |
|
||||
| AUDIT-0434-T | DONE | Test coverage audit for StellaOps.PacksRegistry.Worker. |
|
||||
| AUDIT-0434-A | TODO | APPLY pending approval for StellaOps.PacksRegistry.Worker. |
|
||||
@@ -0,0 +1,12 @@
|
||||
# StellaOps.PacksRegistry.Persistence Agent Charter
|
||||
|
||||
## Mission
|
||||
Provide EF Core persistence for pack registry data and migrations.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep schema evolution deterministic and migrations ordered.
|
||||
- Add or update persistence tests for repositories and migrations.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.PacksRegistry.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-0429-M | DONE | Maintainability audit for StellaOps.PacksRegistry.Persistence. |
|
||||
| AUDIT-0429-T | DONE | Test coverage audit for StellaOps.PacksRegistry.Persistence. |
|
||||
| AUDIT-0429-A | TODO | Pending approval for apply tasks. |
|
||||
@@ -0,0 +1,12 @@
|
||||
# StellaOps.PacksRegistry.Persistence.Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Validate persistence behavior for PacksRegistry repositories using the Postgres test harness.
|
||||
|
||||
## Required Reading
|
||||
- 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).
|
||||
- Extend coverage for all persistence repositories and migrations.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.PacksRegistry.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-0431-M | DONE | Maintainability audit for StellaOps.PacksRegistry.Persistence.Tests. |
|
||||
| AUDIT-0431-T | DONE | Test coverage audit for StellaOps.PacksRegistry.Persistence.Tests. |
|
||||
| AUDIT-0431-A | DONE | APPLY waived (test project). |
|
||||
Reference in New Issue
Block a user