-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Background
Current lifecycle signals (SafeBoxState
) are coarse and instance-scoped. They don't reveal which entries are pending, being written, or persisted. For troubleshooting, demos, and education, we need finer-grained, per-entry diagnostics and a safe way to prove-at-a-glance that stored data isn't plaintext.
Goal
Add non-breaking, opt-in diagnostics for:
- Per-entry write events that expose the write pipeline (queued → writing → persisted / removed).
- A debug-only encrypted snapshot of the in-memory map to demonstrate ciphertext-at-rest.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Ready