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,21 @@
# Attestation Library Charter
## Working Directory
- `src/Attestor/StellaOps.Attestation`
## Scope
- DSSE helpers and in-toto statement models for attestation payloads.
## Required Reading
- `docs/modules/attestor/README.md`
- `docs/modules/attestor/architecture.md`
- `docs/modules/attestor/implementation_plan.md`
- `docs/modules/platform/architecture-overview.md`
- `src/Attestor/AGENTS.md`
## Working Agreements
- Update sprint tracker and local `TASKS.md`.
- Keep DSSE signing deterministic and spec-compliant.
## Testing Rules
- Cover PAE generation, payload type defaults, and base64 conversions.