Implement clipboard and QR presentation

This commit is contained in:
Hermes Agent
2026-08-10 00:49:42 +00:00
parent b685a4864c
commit b8c614e141
17 changed files with 1368 additions and 18 deletions

View File

@@ -23,6 +23,9 @@ number. Storage selects that line directly from decrypted bytes and returns a
`PresentationSecret` containing the logical entry, line, channel, and redacted
zeroizing contents. The adapter never parses rendered terminal output, and a
missing or empty requested line is an explicit failure.
The resulting secret is consumed by the shared presentation service documented
in [`presentation.md`](presentation.md); plaintext is not written to CLI output
for clipboard or QR requests.
## Name and plaintext search