Files
git.stella-ops.org/docs/modules/policy/prep/2025-11-20-policy-attest-73-002-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

16 lines
700 B
Markdown

# Policy Attestation Prep — PREP-POLICY-ATTEST-73-002
Status: **Ready for implementation** (2025-11-20)
Owners: Policy Guild
Scope: Define editor DTOs/validation schema for linking VerificationPolicy (73-001) into policy-engine UI/SDK.
## Requirements
- Editor DTO `VerificationPolicyUpdate` with fields mirroring 73-001 schema; arrays sorted.
- Validation rules: same as 73-001, plus max subjects = 500, max requiredAttestors = 20.
- Error codes: `ValidationFailed`, `DuplicateKey`, `NotFound`.
## Acceptance criteria
- DTOs + validation rules documented; examples with fixed timestamps and hashes.
- SDK notes: generated models should expose immutable collections and validation annotations.