cc-safe-setup 11.7.0 → 11.8.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 +15 -1
- package/package.json +1 -1
- package/.claude/session-snapshot.md +0 -25
- package/cc-safe-setup-export.json +0 -321
- package/docs/README.ja.md +0 -64
- package/docs/ROADMAP.md +0 -83
- package/docs/builder.html +0 -283
- package/docs/by-example.html +0 -234
- package/docs/cheatsheet.html +0 -187
- package/docs/ecosystem.html +0 -223
- package/docs/faq.html +0 -244
- package/docs/hooks-cheatsheet.html +0 -319
- package/docs/hub.html +0 -155
- package/docs/index-legacy.html +0 -685
- package/docs/index.html +0 -271
- package/docs/matrix.html +0 -139
- package/docs/migration-guide.html +0 -198
- package/docs/settings-reference.html +0 -317
- package/docs/troubleshooting.html +0 -189
- package/examples/go/destructive_guard.go +0 -69
- package/examples/python/__pycache__/destructive_guard.cpython-312.pyc +0 -0
- package/examples/python/__pycache__/secret_guard.cpython-312.pyc +0 -0
- package/examples/rust/destructive_guard.rs +0 -72
- package/examples/typescript/destructive-guard.ts +0 -64
package/README.md
CHANGED
|
@@ -87,12 +87,26 @@ Each hook exists because a real incident happened without it.
|
|
|
87
87
|
| `--scan [--apply]` | Tech stack detection |
|
|
88
88
|
| `--export / --import` | Team config sharing |
|
|
89
89
|
| `--verify` | Test each hook |
|
|
90
|
-
| `--install-example <name>` | Install from
|
|
90
|
+
| `--install-example <name>` | Install from 118 examples |
|
|
91
91
|
| `--examples [filter]` | Browse examples by keyword |
|
|
92
92
|
| `--full` | All-in-one setup |
|
|
93
93
|
| `--status` | Check installed hooks |
|
|
94
94
|
| `--dry-run` | Preview changes |
|
|
95
95
|
| `--uninstall` | Remove all hooks |
|
|
96
|
+
| `--shield` | Maximum safety in one command |
|
|
97
|
+
| `--guard "rule"` | Instantly enforce a rule from English |
|
|
98
|
+
| `--suggest` | Predict risks from project analysis |
|
|
99
|
+
| `--from-claudemd` | Convert CLAUDE.md rules to hooks |
|
|
100
|
+
| `--team` | Project-level hooks for git sharing |
|
|
101
|
+
| `--profile [level]` | Switch safety profiles |
|
|
102
|
+
| `--save-profile <name>` | Save current hooks as profile |
|
|
103
|
+
| `--analyze` | Session analysis dashboard |
|
|
104
|
+
| `--health` | Hook health table |
|
|
105
|
+
| `--quickfix` | Auto-fix common problems |
|
|
106
|
+
| `--replay` | Visual blocked commands timeline |
|
|
107
|
+
| `--why <hook>` | Show real incident behind hook |
|
|
108
|
+
| `--migrate-from <tool>` | Migrate from other hook tools |
|
|
109
|
+
| `--diff-hooks [path]` | Compare hook configurations |
|
|
96
110
|
| `--help` | Show help |
|
|
97
111
|
|
|
98
112
|
## How It Works
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cc-safe-setup",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.8.0",
|
|
4
4
|
"description": "One command to make Claude Code safe. 59 hooks (8 built-in + 51 examples). 26 CLI commands: dashboard, create, audit, lint, diff, migrate, compare, generate-ci. 284 tests.",
|
|
5
5
|
"main": "index.mjs",
|
|
6
6
|
"bin": {
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# Session Snapshot (auto-generated)
|
|
2
|
-
Updated: 2026-03-24T22:17:08+09:00
|
|
3
|
-
|
|
4
|
-
## Git
|
|
5
|
-
- Branch: `main`
|
|
6
|
-
- Uncommitted changes: 1 file(s)
|
|
7
|
-
```
|
|
8
|
-
M .claude/session-snapshot.md
|
|
9
|
-
```
|
|
10
|
-
- Last commit: 98ecdeb checkpoint: auto-save 22:17:06
|
|
11
|
-
|
|
12
|
-
## Recent Files
|
|
13
|
-
```
|
|
14
|
-
./.claude/session-snapshot.md
|
|
15
|
-
./test.sh
|
|
16
|
-
./README.md
|
|
17
|
-
./examples/crontab-guard.sh
|
|
18
|
-
./examples/api-endpoint-guard.sh
|
|
19
|
-
./examples/dependency-version-pin.sh
|
|
20
|
-
./examples/auto-approve-readonly.sh
|
|
21
|
-
./examples/max-session-duration.sh
|
|
22
|
-
./CHANGELOG.md
|
|
23
|
-
./examples/typosquat-guard.sh
|
|
24
|
-
```
|
|
25
|
-
|