Bounded context
Inspect repository facts and select only relevant context instead of feeding the entire project into every task.
FORGE is a credit-aware control layer for deliberate, governed AI-assisted software development. It prepares repository facts locally, bounds context, classifies risk, plans work, preserves approvals, and records verification evidence before the model spends deeper reasoning.
FORGE moves deterministic preparation out of the model loop. The coding agent still writes and reasons; FORGE gives it a cleaner operating boundary.
Inspect repository facts and select only relevant context instead of feeding the entire project into every task.
Classify work, activate proportional engineering capabilities, and surface approval points for sensitive changes.
Cache deterministic preparation so repeated work can avoid unnecessary repository rediscovery when context has not changed.
Track run state, validation, verification and privacy-preserving efficiency telemetry instead of treating a chat transcript as the only execution record.
forge --version.The v0.6.0 GitHub release ships checksum-verifying installers for Linux/macOS and Windows PowerShell. npm registry publication is separate and is not claimed here.
1 · Download, verify and install
curl -fsSLO https://github.com/gODtECH-Ctl-Create/gODtECH-FORGE/releases/download/v0.6.0/install.sh
sh install.sh 0.6.0
forge --version2 · Initialize inside your project
forge init --dry-run
forge init
forge doctor
forge validate1 · Download and install
Invoke-WebRequest https://github.com/gODtECH-Ctl-Create/gODtECH-FORGE/releases/download/v0.6.0/install.ps1 -OutFile install.ps1
.\install.ps1 -Version 0.6.0
forge --versionUse a process-scoped bypass only for the canonical release installer. It disappears when that PowerShell process closes.
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\install.ps1 -Version 0.6.02 · Initialize inside your project
forge init --dry-run
forge init
forge doctor
forge validateCondensed terminal captures from the first real Windows and Codespaces/Linux installations. These are session excerpts, styled as terminal windows — not stock images.
PS C:\Users\User> Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
PS C:\Users\User> .\install.ps1 -Version 0.6.0
Downloading FORGE 0.6.0...
Checksum verified. Installing FORGE 0.6.0...
added 5 packages in 18s
FORGE 0.6.0 installed successfully.
PS C:\Users\User> forge --version
0.6.0
PS C:\Users\User> node --version
v24.18.0
$ curl -fsSLO .../v0.6.0/install.sh
$ sh install.sh 0.6.0
Downloading FORGE 0.6.0...
Checksum verified. Installing FORGE 0.6.0...
added 5 packages in 2s
FORGE 0.6.0 installed successfully.
$ forge --version
0.6.0
$ forge doctor
✓ Node.js 24.20.0 is supported.
✓ Git repository detected.
forge prepare --task "..."Repository facts, bounded context, risk, discovered commands and remaining model work.
forge plan --task "..."Proportional capabilities, approvals, workflow and ordered engineering steps.
forge run start --task "..."Persist resumable execution state instead of losing the workflow inside one conversation.
forge metricsLocal preparation telemetry: cache reuse, latency, deterministic work and context-reduction estimates.
FORGE exposes deterministic preparation and run state through a local stdio MCP server. The AI coding client remains responsible for model execution.
forge mcp serveFORGE telemetry is deliberately separated from provider billing. The first DeployGuard experiment is published as a pilot with its limitations visible; the next milestone turns that learning into controlled multi-task benchmarks.
Plain AI control vs FORGE-assisted implementation of PostgreSQL-backed incident management.
Same baseline commit, same task brief, same acceptance criteria and explicit separation between measured behavior, FORGE estimates and provider billing data.