Skip to content

forgecode

Version 2026.144.1443
Repo superproject

Installs the Forge AI coding agent CLI globally via npm so forge is on PATH (forgecode.dev). The candy depends on nodejs and ships a package.json pinning forgecode, which the build installs globally under NPM_CONFIG_PREFIX (~/.npm-global). The result is verifiable: the forge binary lands at ~/.npm-global/bin/forge, the forgecode package is unpacked under ~/.npm-global/lib/node_modules/forgecode, and forge --version exits cleanly.

This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.

Intent Step
check the forge binary is installed into the npm global bin directory
check the forgecode package is unpacked under the npm global lib directory
check running forge –version exits cleanly