UNPKG
claude-code-checkpoint
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Automatic project snapshots for Claude Code - never lose your work again
claude-code-checkpoint
/
.claude
/
settings.local.json
12 lines
•
175 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"permissions"
:
{
"allow"
:
[
"Bash(npm run lint)"
,
"Bash(npm:*)"
,
"Bash(find:*)"
,
"Bash(ls:*)"
,
"Bash(grep:*)"
]
,
"deny"
:
[
]
}
}