save progress
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Evidence Locker Core Agent Charter
|
||||
|
||||
## Mission
|
||||
Maintain Evidence Locker core domain contracts and deterministic hashing helpers.
|
||||
|
||||
## Responsibilities
|
||||
- Define evidence bundle and snapshot models with typed identifiers.
|
||||
- Provide Merkle tree calculation and crypto selection hooks used by builders.
|
||||
- Maintain repository and service interfaces for infrastructure and web layers.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/evidence-locker/architecture.md
|
||||
- docs/modules/evidence-locker/bundle-packaging.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Definition of Done
|
||||
- Core models remain deterministic and validated.
|
||||
- Hashing logic has tests for ordering and empty inputs.
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to DOING/DONE in the sprint file and local TASKS.md.
|
||||
- 2. Review this charter and required docs before coding.
|
||||
- 3. Keep outputs deterministic (ordering, timestamps, hashes) and offline-friendly.
|
||||
- 4. Add tests for core invariants and negative paths.
|
||||
- 5. Revert to TODO if paused; capture context in PR notes.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Evidence Locker Core 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-0288-M | DONE | Maintainability audit for EvidenceLocker.Core. |
|
||||
| AUDIT-0288-T | DONE | Test coverage audit for EvidenceLocker.Core. |
|
||||
| AUDIT-0288-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user