feat(coding-agent): add installer lock generation

This commit is contained in:
Armin Ronacher
2026-06-26 14:45:15 +02:00
parent 87ad8243cb
commit 622eca7608
6 changed files with 2333 additions and 5 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,18 @@
{
"name": "@earendil-works/pi-coding-agent-install",
"version": "0.80.2",
"private": true,
"description": "Lockfile root used by the Pi installer and updater.",
"dependencies": {
"@earendil-works/pi-coding-agent": "0.80.2"
},
"overrides": {
"rimraf": "6.1.2",
"gaxios": {
"rimraf": "6.1.2"
}
},
"engines": {
"node": ">=22.19.0"
}
}