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! :)
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

Allow Claude to run tests

+2 -1
+2 -1
.claude/settings.json
··· 2 2 "permissions": { 3 3 "allow": [ 4 4 "Bash(npm run test:*)", 5 - "Bash(npm run build:*)" 5 + "Bash(npm run build:*)", 6 + "Bash(npm test:*)" 6 7 ] 7 8 } 8 9 }