resolveDebugDumpRedact
resolveDebugDumpRedact(
resolvedConfig,args):boolean
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:869
GS2-47 — resolve whether the /debug-dump archive should be redacted. ON by default; opt out via
the config (debugDump.redact: false) OR the --unsafe-no-redact command flag. Any uncertainty
(no/non-object config) defaults to redacting — fail safe. resolvedConfig is opaque here, so this
reads the flag structurally without depending on the GthConfig type.
Parameters
Section titled “Parameters”resolvedConfig
Section titled “resolvedConfig”unknown
string[]
Returns
Section titled “Returns”boolean