Commit Graph

2 Commits

Author SHA1 Message Date
didericis-claude f600e1fbc9 docs(prd): address review feedback on PRD 0048
test / unit (pull_request) Successful in 47s
test / integration (pull_request) Successful in 1m1s
- Rename deploy_key → provisioned_key throughout (manifest key,
  dataclass names, internal field names, test descriptions)
- Revocation failure at teardown now halts cleanup and propagates
  loudly; a stranded key is a security concern that must surface
2026-06-03 15:28:23 +00:00
didericis-claude 62ccf21778 docs(prd): add SSH deploy-key provisioning plan (PRD 0048)
test / unit (pull_request) Successful in 32s
test / integration (pull_request) Successful in 41s
Introduces the design for short-lived deploy keys provisioned at spin-up
and revoked at teardown, plus the contrib package structure for
platform-specific provisioner implementations. First contrib provider
targets the Gitea deploy-key API.

Closes #169
2026-06-03 15:11:00 +00:00