branchdiff 0.0.0__tar.gz
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,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"env": {
|
|
3
|
+
"API_TIMEOUT_MS": "3000000",
|
|
4
|
+
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "80",
|
|
5
|
+
"ANTHROPIC_AUTH_TOKEN": "a92f420b7324494d910c47e9cf2b5f9e.75Ka8BKeyYMK9Ll8",
|
|
6
|
+
"ANTHROPIC_BASE_URL": "https://api.z.ai/api/anthropic",
|
|
7
|
+
"ANTHROPIC_DEFAULT_SONNET_MODEL": "glm-5.1",
|
|
8
|
+
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "glm-4.5-air",
|
|
9
|
+
"ANTHROPIC_DEFAULT_OPUS_MODEL": "glm-5.1"
|
|
10
|
+
},
|
|
11
|
+
"permissions": {
|
|
12
|
+
"allow": [
|
|
13
|
+
"Bash(pnpm config:*)",
|
|
14
|
+
"Bash(git add:*)",
|
|
15
|
+
"Bash(echo \"Path A: First approach\")",
|
|
16
|
+
"Bash(pnpm --filter @branchdiff/ui run build)",
|
|
17
|
+
"Bash(pnpm build:*)",
|
|
18
|
+
"Bash(b2=demo/feature-b 2>&1)",
|
|
19
|
+
"mcp__chrome-devtools__navigate_page",
|
|
20
|
+
"mcp__chrome-devtools__take_screenshot",
|
|
21
|
+
"mcp__chrome-devtools__take_snapshot",
|
|
22
|
+
"mcp__chrome-devtools__click",
|
|
23
|
+
"Bash(kill %1)",
|
|
24
|
+
"Bash(b2=demo%2Ffeature-b 2>&1)",
|
|
25
|
+
"Read(//tmp/**)",
|
|
26
|
+
"Bash(echo \"content from feature-a\")",
|
|
27
|
+
"Bash(echo \"content from feature-b - different\")",
|
|
28
|
+
"Bash(echo \"\")",
|
|
29
|
+
"Bash(echo \"// Comment added on feature-a\")",
|
|
30
|
+
"Bash(jq '.patch' -r)",
|
|
31
|
+
"Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\(repr\\(d['patch']\\)\\)\")",
|
|
32
|
+
"Bash(python3 -m json.tool)",
|
|
33
|
+
"Bash(kill 3922 3923 3963)",
|
|
34
|
+
"Bash(rm /Users/ankur/Projects/side-projects/branchdiff/.npmrc)",
|
|
35
|
+
"Bash(git rm *)",
|
|
36
|
+
"Bash(xargs -I{} lsof -i :{} -sTCP:LISTEN)"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
}
|
|
File without changes
|