@synth1s/cloak 2.4.1 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
Every developer wears a different cloak. One for work, one for personal projects, one for that freelance gig. **Cloak** lets you dress your Claude Code in the right identity — and switch between them without breaking a sweat.
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
No file swapping. No token juggling. Each account is a fully isolated directory — safe for concurrent sessions across terminals. [195+ developers asked for this.](https://github.com/anthropics/claude-code/issues/18435)
|
|
13
13
|
|
|
14
14
|

|
|
15
15
|
|
|
@@ -114,6 +114,15 @@ Your Cloaks
|
|
|
114
114
|
home — filipe@personal.com
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
+
## Why Cloak
|
|
118
|
+
|
|
119
|
+
- **No file swapping** — each account is its own directory, not a copy of shared files
|
|
120
|
+
- **Concurrent sessions** — different terminals, different accounts, at the same time
|
|
121
|
+
- **Auto-switch by directory** — bind a project to a cloak, forget about it
|
|
122
|
+
- **One command** — `claude -a work` switches and launches in one step
|
|
123
|
+
- **Nothing is lost** — tokens, MCP servers, settings, all preserved per account
|
|
124
|
+
- **Secure** — credentials stored with restrictive permissions (0o600), never transmitted
|
|
125
|
+
|
|
117
126
|
## How it works
|
|
118
127
|
|
|
119
128
|
Cloak uses Claude Code's official [`CLAUDE_CONFIG_DIR`](https://code.claude.com/docs/en/env-vars) environment variable. Each account gets its own directory:
|