audit work
This commit is contained in:
18
src/__Libraries/StellaOps.Configuration/AGENTS.md
Normal file
18
src/__Libraries/StellaOps.Configuration/AGENTS.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# StellaOps Configuration Charter
|
||||
|
||||
## Mission
|
||||
Provide shared configuration composition and options binding for StellaOps services.
|
||||
|
||||
## Responsibilities
|
||||
- Keep configuration loading deterministic and offline-friendly.
|
||||
- Maintain option validation hooks for Authority and shared services.
|
||||
- Track task status in `TASKS.md`.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/modules/authority/architecture.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status in the sprint file and local `TASKS.md`.
|
||||
- 2. Avoid non-deterministic path resolution; document base path expectations.
|
||||
- 3. Keep config binding predictable; validate options where required.
|
||||
10
src/__Libraries/StellaOps.Configuration/TASKS.md
Normal file
10
src/__Libraries/StellaOps.Configuration/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps Configuration 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-0244-M | DONE | Maintainability audit for StellaOps.Configuration. |
|
||||
| AUDIT-0244-T | DONE | Test coverage audit for StellaOps.Configuration. |
|
||||
| AUDIT-0244-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user