Tests fixes, audit progress, UI completions

This commit is contained in:
StellaOps Bot
2025-12-30 09:03:22 +02:00
parent 7a5210e2aa
commit 82e55c206a
318 changed files with 7232 additions and 1256 deletions

View File

@@ -0,0 +1,20 @@
# AOC Guard Library Charter
## Working Directory
- `src/Aoc/__Libraries/StellaOps.Aoc`
## Scope
- AOC guard validation, violations, and error payload mapping.
## Required Reading
- `docs/aoc/aoc-guardrails.md`
- `docs/security/aoc-invariants.md`
- `docs/modules/policy/design/policy-aoc-linting-rules.md`
- `src/Aoc/AGENTS.md`
## Working Agreements
- Update sprint tracker and local `TASKS.md`.
- Keep validation deterministic and stable across runs.
## Testing Rules
- Cover required/allowed fields, signature metadata validation, and violation ordering.

View File

@@ -0,0 +1,10 @@
# AOC Guard Library 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-0036-M | DONE | Maintainability audit for StellaOps.Aoc. |
| AUDIT-0036-T | DONE | Test coverage audit for StellaOps.Aoc. |
| AUDIT-0036-A | TODO | Pending approval for changes. |