v1.1.1 — Host-neutral Google token path
Highlights
Google token store moves to ~/.config/mulmo/ (#2122, #2124)
The Google OAuth engine is shared with MulmoTerminal, so the token directory drops the app branding: ~/.config/mulmoclaude/google-token.json → ~/.config/mulmo/google-token.json.
- Automatic migration on first read — an atomic non-clobbering copy (
COPYFILE_EXCL, mode 600 preserved, TOCTOU-safe); the legacy file is removed only after a successful copy. - Legacy fallback read — a failed migration (permissions, read-only fs) never makes a linked account look unlinked.
Ships @mulmoclaude/core@0.20.1 and @mulmoclaude/google-plugin@0.1.1.
📦 npm: mulmoclaude@1.1.1
Full Changelog
See CHANGELOG.md for the complete list.