Write an analysis markdown file with YAML frontmatter.
Creates parent directories as needed. The file is written atomically via
temp-file-then-rename (see atomicWrite) to avoid partial writes on
crash or interruption. Any existing file at the path will be overwritten.
Parameters
filePath: string
Absolute or relative path of the markdown file to write
Write an analysis markdown file with YAML frontmatter.
Creates parent directories as needed. The file is written atomically via temp-file-then-rename (see atomicWrite) to avoid partial writes on crash or interruption. Any existing file at the path will be overwritten.