Terminal utility that converts natural language to shell commands via a local Ollama model.
- Runtime: Bun (not Node.js). Use
bun run,bun test,bun install. - Linting/formatting: Biome. Run
bun biome check --writeto lint and format. - No dotenv needed — Bun loads
.envautomatically.
- Always use arrow functions; always use types over interfaces.