You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): add _warning field and save_meta doc comment (#161)
Add a _warning field to KeyMeta that serializes at the top of .meta
JSON files, warning users and agents not to modify these files directly
since they are HMAC-verified.
Add a doc comment to save_meta documenting the meta-tag invariant:
every call must be followed by a meta-tag re-stamp, or
ensure_meta_integrity will reject the key on next load.
Co-authored-by: Jay Gowdy <jay@gowdy.me>
0 commit comments