Files
git.stella-ops.org/docs/modules/policy/prep/2025-11-20-policy-attest-74-001-prep.md
master d519782a8f
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
prep docs and service updates
2025-11-21 06:56:36 +00:00

933 B

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.