Don't install pi as a direct dependency

If used, it should be available on the host machine
This commit is contained in:
Claudio Ortolina
2026-05-01 15:29:52 +01:00
parent ed67f97271
commit 0675cff839
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -163,10 +163,6 @@ url = "https://nodejs.org/dist/v25.9.0/node-v25.9.0-darwin-x64.tar.gz"
checksum = "sha256:929552b8305effac843ba7b4270c437aefb702fc3fbd73fcd1bffd35d4ac284e" checksum = "sha256:929552b8305effac843ba7b4270c437aefb702fc3fbd73fcd1bffd35d4ac284e"
url = "https://nodejs.org/dist/v25.9.0/node-v25.9.0-win-x64.zip" url = "https://nodejs.org/dist/v25.9.0/node-v25.9.0-win-x64.zip"
[[tools."npm:@mariozechner/pi-coding-agent"]]
version = "0.71.0"
backend = "npm:@mariozechner/pi-coding-agent"
[[tools."npm:backlog.md"]] [[tools."npm:backlog.md"]]
version = "1.44.0" version = "1.44.0"
backend = "npm:backlog.md" backend = "npm:backlog.md"
-1
View File
@@ -31,7 +31,6 @@ shellcheck = 'latest'
fd = 'latest' fd = 'latest'
litestream = 'latest' litestream = 'latest'
"npm:backlog.md" = 'latest' "npm:backlog.md" = 'latest'
"npm:@mariozechner/pi-coding-agent" = 'latest'
[task_config] [task_config]
includes = ["scripts"] includes = ["scripts"]