Tests fixes, audit progress, UI completions
This commit is contained in:
10
src/Attestor/StellaOps.Attestor.Envelope/TASKS.md
Normal file
10
src/Attestor/StellaOps.Attestor.Envelope/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Attestor Envelope 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-0051-M | DONE | Maintainability audit for StellaOps.Attestor.Envelope. |
|
||||
| AUDIT-0051-T | DONE | Test coverage audit for StellaOps.Attestor.Envelope. |
|
||||
| AUDIT-0051-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Attestor Envelope Tests AGENTS
|
||||
|
||||
## Purpose & Scope
|
||||
- Working directory: `src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/`.
|
||||
- Roles: QA automation, backend engineer.
|
||||
- Focus: envelope serialization, signature helpers, key handling, and deterministic outputs.
|
||||
|
||||
## Required Reading (treat as read before DOING)
|
||||
- `docs/modules/attestor/architecture.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- Relevant sprint files.
|
||||
|
||||
## Working Agreements
|
||||
- Keep tests deterministic; avoid wall-clock time and random GUIDs unless fixed.
|
||||
- Add negative-path tests for malformed payloads, signatures, and key material.
|
||||
- Keep fuzz/property tests offline and deterministic (fixed seeds).
|
||||
|
||||
## Testing
|
||||
- Cover signature sign/verify, key ID derivation, serialization options, compression, and detached payload metadata.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Attestor Envelope 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-0052-M | DONE | Maintainability audit for StellaOps.Attestor.Envelope.Tests. |
|
||||
| AUDIT-0052-T | DONE | Test coverage audit for StellaOps.Attestor.Envelope.Tests. |
|
||||
| AUDIT-0052-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user