wiseguru_ReWrite-Voice-Notes/docs
WiseGuru 4f2c4d796e Decouple encryption-mode switch from key transfer (Copy/Clear), bump to 1.1.0
Switching the API-key encryption mode no longer moves keys. The on-disk
envelope now retains passphrase material (kdf/verifier/keys) even while
Obsidian secret storage is active, so the two stores coexist and `mode` is
just the active-store flag.

Key transfer is now an explicit, separate action presented as Copy (the
source is kept, so it is a copy, not a move):
- setEncryptionMode: switch active method only, no transfer
- copyKeys: duplicate inactive -> active, source untouched
- clearKeys(mode): wipe one method's saved keys
- unlockPassphraseStore: unlock the snapshot regardless of active mode
- countStoredKeys / EncryptionStatus.passphraseConfigured for the UI

Settings tab: the mode dropdown is now a pure switch; new Copy and Clear
buttons (behind a new generic ConfirmModal) handle key material with a
copied/cleared count Notice. changePassphrase is a direct within-passphrase
re-key. Docs updated (SECRETS.md, CLAUDE.md, wiki).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 12:50:23 -07:00
..
claude-scratch Move implementation plan into the repo 2026-05-24 11:38:59 -07:00
DEVCONFLICTS.md Remediate Obsidian community-submission lint 2026-06-15 22:56:54 -07:00
DIARIZATION.md Claude optimization 2026-06-18 08:13:53 -07:00
FEATURES.md Templates Update: frontmatter, titles, and revisions 2026-06-13 03:28:51 -07:00
IMPLEMENTATION_PLAN.md Phase 9 2026-05-24 13:36:13 -07:00
MOBILE_KEYBOARD_BUG.md fixed text fields 2026-05-28 12:28:01 -07:00
PLUGIN_REVIEW.md Quick record feature 2026-05-30 19:41:39 -07:00
RELEASING.md Wiki update 2026-06-18 08:52:38 -07:00
REMOVE_PLAINTEXT_SECRETS_MODE.md Implement secrets 2026-06-14 20:41:59 -07:00
SECRETS.md Decouple encryption-mode switch from key transfer (Copy/Clear), bump to 1.1.0 2026-06-19 12:50:23 -07:00
WHISPER_HOST.md Claude optimization 2026-06-18 08:13:53 -07:00