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,22 @@
# Attestor Bundling Library Charter
## Working Directory
- `src/Attestor/__Libraries/StellaOps.Attestor.Bundling`
## Scope
- Attestation bundle aggregation, retention, offline kit export, and org-key signing.
## Required Reading
- `docs/modules/attestor/README.md`
- `docs/modules/attestor/architecture.md`
- `docs/modules/platform/architecture-overview.md`
- `src/Attestor/AGENTS.md`
- `src/Attestor/__Libraries/AGENTS.md`
## Working Agreements
- Update sprint tracker and local `TASKS.md`.
- Keep bundling deterministic and offline-friendly.
- Avoid network dependencies in core bundling logic.
## Testing Rules
- Cover bundling limits, signature handling, retention policy, and offline export.

View File

@@ -0,0 +1,10 @@
# Attestor Bundling 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-0047-M | DONE | Maintainability audit for StellaOps.Attestor.Bundling. |
| AUDIT-0047-T | DONE | Test coverage audit for StellaOps.Attestor.Bundling. |
| AUDIT-0047-A | TODO | Pending approval for changes. |