16 lines
933 B
Markdown
16 lines
933 B
Markdown
# Policy Attestation Prep — PREP-POLICY-ATTEST-74-001
|
|
|
|
Status: **Ready for implementation** (2025-11-20)
|
|
Owners: Policy Guild · Attestor Service Guild
|
|
Scope: Define policy-engine surface to consume attestation verification results (from 73-002) and expose in reports/notifications.
|
|
|
|
## Requirements
|
|
- Add projection schema `PolicyAttestationResult` with fields `{ policyId, verificationPolicyId, attestationId, status: passed|failed|pending, verifiedAtUtc, evidenceBundleId?, notes }`.
|
|
- API endpoint `GET /v1/policy/attestations/{policyId}` returning paged results; supports filters `status`, `verificationPolicyId`.
|
|
- Timeline/notification hook placeholder (depends on envelope schemas) noted; not required to implement now.
|
|
|
|
## Acceptance criteria
|
|
- Schema, endpoint, filters documented with deterministic examples (timestamps `2025-01-01T00:00:00Z`).
|
|
- Status set to DONE once doc published; code follows in dependent tasks.
|
|
|