writeFileWithMessages
writeFileWithMessages(
filePath,content):void
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/fileUtils.ts:231
Unconditional write: writes (or overwrites) content at filePath, creating parent
directories as needed. Use this only for the config-overwrite path (an explicit user /
--force decision); the no-clobber writeFileIfNotExistsWithMessages still guards
user-editable preamble files (guidelines / review).
Parameters
Section titled “Parameters”filePath
Section titled “filePath”string
content
Section titled “content”string
Returns
Section titled “Returns”void