@tkpdx01/ccc 1.2.5 → 1.2.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.
@@ -0,0 +1,34 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(cd:*)",
5
+ "Bash(del \"D:\\\\projects\\\\ccc\\\\README-CN.md\")",
6
+ "Bash(cat:*)",
7
+ "Bash(git tag:*)",
8
+ "Bash(git add:*)",
9
+ "Bash(git commit:*)",
10
+ "Bash(git push:*)",
11
+ "Bash(npm publish:*)",
12
+ "Bash(dir \"%USERPROFILE%\\\\.ccc\\\\profiles\")",
13
+ "Bash(git -C D:projectsccc status)",
14
+ "Bash(git -C D:projectsccc log -3 --oneline)",
15
+ "Bash(npm view:*)",
16
+ "Bash(where:*)",
17
+ "Bash(pnpm list:*)",
18
+ "Bash(node -e:*)",
19
+ "Bash(node:*)",
20
+ "Bash(findstr:*)",
21
+ "Bash(pnpm remove:*)",
22
+ "Bash(npm uninstall:*)",
23
+ "Bash(pnpm add:*)",
24
+ "Bash(dir:*)",
25
+ "Bash(del:*)",
26
+ "Bash(git -C D:/projects/ccc status)",
27
+ "Bash(git -C D:/projects/ccc add index.js package.json settings-sample.json src/commands/edit.js src/commands/help.js src/commands/import.js src/commands/index.js src/commands/list.js src/commands/new.js src/commands/show.js src/commands/sync.js src/utils.js)",
28
+ "Bash(git -C D:/projects/ccc commit -m \"$\\(cat <<''EOF''\nrefactor: simplify shadow config to only store API credentials\n\n- Remove env wrapper, use ANTHROPIC_AUTH_TOKEN and ANTHROPIC_BASE_URL directly at top level\n- Remove sync command \\(no longer needed\\)\n- Update all commands to use new simplified format\n- Bump version to 1.2.6\nEOF\n\\)\")",
29
+ "Bash(npm pack:*)",
30
+ "Bash(tar:*)",
31
+ "Bash(rm:*)"
32
+ ]
33
+ }
34
+ }