OptionalallowedSee GthConfig.allowedTools. Empty array disables all tools for gth pr's review agent.
OptionalbinaryOptionalbuiltOptionalcontentOptionalcontentOptionalcustomOptionalfilesystemOptionallogOptionalratingOptionalrequirementOptionalrequirements
gth prcommand 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.