Implement embedded OpenPGP compatibility (#4)

This commit is contained in:
Hermes Agent
2026-08-09 21:59:29 +00:00
parent 8e4c9390a0
commit 08bc244a4a
9 changed files with 1392 additions and 8 deletions

View File

@@ -28,6 +28,9 @@ The shared TOML schema, path rules, editor precedence, and HTTPS remote format
are documented in [`docs/configuration.md`](docs/configuration.md).
The capability-scoped password-store layout and atomic mutation guarantees are
documented in [`docs/repository-core.md`](docs/repository-core.md).
The embedded OpenPGP backend, exported-key model, secret-provider boundary, and
GnuPG compatibility evidence are documented in
[`docs/cryptography.md`](docs/cryptography.md).
## Project layout