char-slop/ai-dots
ai dotfiles
git clone https://git.t4t.associates/char-slop/ai-dots
766a1e1
main
1{ 2"name" :"char-pi-extensions" , 3"private" :true , 4"type" :"module" , 5"scripts" : { 6"typecheck" :"tsc --noEmit" 7 }, 8"devDependencies" : { 9"@earendil-works/pi-ai" :"^0.74.1" , 10"@earendil-works/pi-coding-agent" :"^0.74.1" , 11"@earendil-works/pi-tui" :"^0.74.1" , 12"@types/node" :"^25.6.0" , 13"typescript" :"^6.0.3" 14 } 15}