writeFileWithMessages
writeFileWithMessages(
filePath,content):void
Defined in: core/dist/utils/fileUtils.d.ts:75
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