v0.6.22
Fixed
- File deletion on Bun —
node:fsunlink,rmSync, andBun.file().unlink()all silently fail on Bun Linux. Switched torm()fromnode:fs/promiseswith{force: true}which works reliably. - Lint warnings — removed unused
ensureDirsfunction andHISTORY_DIRconstant in report writer. Fixed import sort inwriter.test.ts.
Install
npm / bun (requires Bun)
bun add -g @crucibledx/forge-cli
# or: npm install -g @crucibledx/forge-cliHomebrew (macOS / Linux)
brew install crucibledx/tap/forgeShell script (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/crucibledx/forge-cli/main/scripts/install.sh | shManual download
Download the binary for your platform from the assets below, extract, and add to your PATH.
Checksums
See checksums.txt in the release assets for SHA-256 verification.