Default to using Bun instead of Node.js.
- Use
bun testfor testing - Use
bun run build.tsto compile standalone binary - Use
Bun.file()instead ofnode:fsreadFile/writeFile - Bun automatically loads .env
- This is KCode (Kulvex Code) by Astrolexis
- Local LLMs via llama-server (OpenAI-compatible API) + cloud providers via native APIs
- Never reference competing products in code or docs
- Ports below 10000 are reserved — use 10000+ for any new defaults