Skip to content

PrCommandConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:580

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/src/config/types.ts:77

See GthConfig.allowedTools.

CommandToolingConfig.allowedTools


optional approvals?: ApprovalsConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:74

§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/src/config/types.ts:78

CommandToolingConfig.binaryFormats


optional builtInTools?: BuiltInToolsSetting

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:68

CommandToolingConfig.builtInTools


optional contentSource?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:581


optional customTools?: false | CustomToolsConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:75

CommandToolingConfig.customTools


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

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:67

CommandToolingConfig.filesystem


optional logWorkForReviewInSeconds?: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:583


optional rating?: RatingConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:584


optional requirementSource?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:582