tangled
alpha
login
or
join now
markbennett.ca
/
tangled-cli
6
fork
atom
WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)
6
fork
atom
overview
issues
12
pulls
1
pipelines
Give Claude more permissions.
markbennett.ca
1 month ago
bb60aa2d
4489d742
verified
This commit was signed with the committer's
known signature
.
markbennett.ca
SSH Key Fingerprint:
SHA256:z3PutB1OfTO5KbZLCpZP6IUDidbRq5Mdysn2xZlUL/c=
+8
-1
1 changed file
expand all
collapse all
unified
split
.claude
settings.json
+8
-1
.claude/settings.json
reviewed
···
1
1
{
2
2
"permissions": {
3
3
-
"allow": ["Bash(npm run test:*)", "Bash(npm run build:*)", "Bash(npm test:*)"]
3
3
+
"allow": [
4
4
+
"Bash(npm run test:*)",
5
5
+
"Bash(npm run build:*)",
6
6
+
"Bash(npm test:*)",
7
7
+
"Bash(npm run typecheck:*)",
8
8
+
"Bash(npm run lint:*)",
9
9
+
"Bash(npm run format:*)"
10
10
+
]
4
11
}
5
12
}