Interface: ForgeDevToolsOptions
Defined in: src/batteries/dev_tools/forge.ts:9
Configuration for forgeDevTools. The pipeline owns approval; the forge never gates.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
overrides? | Record<string, { description?: string; name?: string; }> | Optional names and descriptions keyed by their default tool name. | src/batteries/dev_tools/forge.ts:13 |
surface | "composite" | "granular" | Select the single composite tool or the stateless per-step tools. | src/batteries/dev_tools/forge.ts:11 |