16 lines
646 B
Markdown
16 lines
646 B
Markdown
# Policy Attestation Prep — PREP-POLICY-ATTEST-74-002
|
|
|
|
Status: **Ready for implementation** (2025-11-20)
|
|
Owners: Policy Guild · Console Guild
|
|
Scope: Surface 74-001 attestation results into Console verification reports.
|
|
|
|
## Requirements
|
|
- Console payload extension: add `policyAttestations` array to verification report DTO with `{ policyId, verificationPolicyId, status, verifiedAtUtc }`.
|
|
- Sorting: order by `policyId` then `verifiedAtUtc`.
|
|
- Backward compatibility: field optional; default empty array.
|
|
|
|
## Acceptance criteria
|
|
- DTO change documented; examples with fixed timestamp; no code yet.
|
|
- Update sprint tracker once doc published.
|
|
|