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

Configure Feed

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

Update Claude permissions

+2 -1
+2 -1
.claude/settings.json
··· 10 10 "Bash(npm run format:*)", 11 11 "Bash(git fetch:*)", 12 12 "Bash(git checkout:*)", 13 - "Bash(npx vitest:*)" 13 + "Bash(npx vitest:*)", 14 + "WebFetch(domain:tangled.org)" 14 15 ] 15 16 } 16 17 }