char-slop/ai-dots
ai dotfiles
git clone https://git.t4t.associates/char-slop/ai-dots
e8b4f41
main
1{ 2"name" :"permission-gate" , 3"version" :"1.0.0" , 4"description" :"" , 5"main" :"index.js" , 6"type" :"module" , 7"scripts" : { 8"test" :"tsx --test index.test.ts" , 9"typecheck" :"tsc" 10 }, 11"keywords" : [], 12"author" :"" , 13"license" :"ISC" , 14"packageManager" :"pnpm@10.33.0" , 15"devDependencies" : { 16"@earendil-works/pi-coding-agent" :"^0.74.1" , 17"@earendil-works/pi-tui" :"^0.74.1" , 18"@types/node" :"^25.6.0" , 19"tsx" :"^4.21.0" , 20"typescript" :"^6.0.3" 21 }, 22"dependencies" : { 23"bash-effect-analyzer" :"workspace:*" 24 } 25}