Add caveman compressed-output extension and skill

This commit is contained in:
2026-05-06 20:48:10 +10:00
parent 0c23ef1b45
commit 6224e9a0db
3 changed files with 321 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "pi-caveman",
"version": "1.0.0",
"description": "Caveman compressed-output mode for Pi coding agent — toggle with /caveman",
"license": "MIT",
"type": "module",
"main": "./index.ts",
"pi": {
"extensions": [
"./index.ts"
]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*"
}
}