writeConfigFileWithMessages
writeConfigFileWithMessages(
filePath,content,force?):boolean
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/fileUtils.ts:247
Config-file write that honours an overwrite flag.
force === true→ always (over)writes.force === false→ no-clobber (skips + warns when the file already exists).
Parameters
Section titled “Parameters”filePath
Section titled “filePath”string
content
Section titled “content”string
force?
Section titled “force?”boolean = false
Returns
Section titled “Returns”boolean
true when a write happened, false when it was skipped.