Codra v0.1.4 — npx Binary Fix
Summary
Codra v0.1.4 fixes the npm executable mapping so "npx @talocode/codra" correctly runs the packaged Codra binary.
Install
npx @talocode/codra
or:
npm install -g @talocode/codra
codra
Fixed
- Fixed npm "bin" metadata so the "codra" command resolves correctly.
- Confirmed the packed package preserves ""bin": { "codra": "bin/codra.js" }".
- Rebuilt the bundled linux-arm64 native binary to report "codra 0.1.4".
- Verified "npx @talocode/codra@0.1.4 --version" returns "codra 0.1.4" after removing stale global binaries.
Validation
- Published package: "@talocode/codra@0.1.4"
- "npm view @talocode/codra version": "0.1.4"
- Packed native binary: "codra 0.1.4"
- Packed wrapper: syntax check passed
- Clean npx test: "codra 0.1.4"
- Tarball includes only README, JS wrapper files, native linux-arm64 binary, and package.json.
Known limitations
- Codra is still early.
- v0.1.x is focused on installability, local codebase understanding, and release correctness.
- Full interactive TUI and deeper agent workflows are coming later.