co-mono/packages
Peter Steinberger 4a60bffe3b feat(coding-agent): add build:binary script for Bun bytecode compilation
Add npm script to build a standalone binary using Bun's bytecode compilation.
The binary is ~30% faster than Node.js for CLI operations.

Benchmark results (10 runs, simple query):
- Bun Bytecode Binary: 1.82s avg
- Bun runtime: 2.09s avg
- Node.js: 2.59s avg

Startup time only (--help):
- Bun Bytecode: 0.049s (3.8x faster than Node)
- Bun runtime: 0.121s
- Node.js: 0.185s

Usage: npm run build:binary
Output: dist/pi-binary

Requires Bun 1.3+ for bytecode compilation support.
2025-12-02 09:11:13 +00:00
..
agent release: 0.11.6 2025-12-02 09:36:20 +01:00
ai chore: update models.generated.ts 2025-12-02 09:38:49 +01:00
coding-agent feat(coding-agent): add build:binary script for Bun bytecode compilation 2025-12-02 09:11:13 +00:00
mom release: 0.11.6 2025-12-02 09:36:20 +01:00
pods release: 0.11.6 2025-12-02 09:36:20 +01:00
proxy release: 0.11.6 2025-12-02 09:36:20 +01:00
tui release: 0.11.6 2025-12-02 09:36:20 +01:00
web-ui release: 0.11.6 2025-12-02 09:36:20 +01:00