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.
- package/README.md +5 -0
- 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
|