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
Allow Claude to run tests
markbennett.ca
1 month ago
db1260fa
31818e62
verified
This commit was signed with the committer's
known signature
.
markbennett.ca
SSH Key Fingerprint:
SHA256:z3PutB1OfTO5KbZLCpZP6IUDidbRq5Mdysn2xZlUL/c=
+2
-1
1 changed file
expand all
collapse all
unified
split
.claude
settings.json
+2
-1
.claude/settings.json
···
2
2
"permissions": {
3
3
"allow": [
4
4
"Bash(npm run test:*)",
5
5
-
"Bash(npm run build:*)"
5
5
+
"Bash(npm run build:*)",
6
6
+
"Bash(npm test:*)"
6
7
]
7
8
}
8
9
}