claude-permissions-manager 1.3.6 → 1.3.7

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -245,6 +245,11 @@ In the audit screen:
245
245
  - `Enter` — jump to that project's detail screen (back returns to audit)
246
246
  - `←` / `Esc` / `q` — back to list
247
247
 
248
+ In the diff screen (press `d` from the project list):
249
+ - Step 1 — select project A: `↑↓` / `j`/`k` navigate, `Enter` confirm, `q` cancel back to list
250
+ - Step 2 — select project B: `↑↓` / `j`/`k` navigate, `Enter` confirm, `Esc` back to step 1
251
+ - Diff view: `←` / `Esc` / `q` — back to project selection
252
+
248
253
  In project detail (permissions tab):
249
254
  - `1` / `2` / `3` — switch tabs (permissions / MCP / warnings)
250
255
  - `j`/`k` — move cursor through rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-permissions-manager",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "Discover, analyze, and manage Claude Code permissions across all your projects",
5
5
  "license": "MIT",
6
6
  "author": "stofi",