Identified missing dev script error.
UnderstandAdded dev script to package.json.
Editrunning npm run dev, getting
[coding-agent] npm error Lifecycle script dev failed with error:
[coding-agent] npm error workspace @mariozechner/pi-coding-agent@0.50.7
[coding-agent] npm error location /Users/badlogic/workspaces/pi-mono/packages/coding-agent
[coding-agent] npm error Missing script: "dev"
[coding-agent] npm error
[coding-agent] npm error To see a list of scripts, run:
[coding-agent] npm error npm run --workspace=@mariozechner/pi-coding-agent@0.50.7
[coding-agent] cd packages/coding-agent && npm run dev exited with code 1
The coding-agent package is missing the dev script. Let me add it:
Added the missing dev script to packages/coding-agent/package.json. It now matches the pattern used by other packages: tsgo -p tsconfig.build.json --watch --preserveWatchOutput