Skip to content

PrCommandConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:696

gth pr command configuration.

Declared as a named interface (rather than inline in GthConfig) so that downstream packages can extend it with their own command features via TypeScript module augmentation (declare module '@gaunt-sloth/core/config.js'), keeping those features’ types out of core. For example, the assistant package merges its PR discovery config (discovery) into this interface.

optional allowedTools?: string[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:113

See GthConfig.allowedTools.

CommandToolingConfig.allowedTools


optional approvals?: ApprovalsConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:110

§9.1 — per-command approvals posture. It overrides only the fields it NAMES: mode, rater, raterTimeoutMs and allow replace the root’s, while deny and escalate concatenate with it. See GthConfig.approvals.

CommandToolingConfig.approvals


optional binaryFormats?: false | BinaryFormatConfig[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:114

CommandToolingConfig.binaryFormats


optional builtInTools?: BuiltInToolsSetting

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:104

CommandToolingConfig.builtInTools


optional contentSource?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:697


optional customTools?: false | CustomToolsConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:111

CommandToolingConfig.customTools


optional filesystem?: string[] | "none" | "all" | "read"

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:103

CommandToolingConfig.filesystem


optional logWorkForReviewInSeconds?: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:699


optional rating?: RatingConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:700


optional requirementSource?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:698