chore(cli): remove unnecessary indentations in claude.md #7292

This commit is contained in:
centdix
2025-12-04 08:34:32 +01:00
committed by GitHub
parent 0c74253319
commit 4410567977
+5 -7
View File
@@ -262,15 +262,13 @@ async function initAction(opts: InitOptions) {
await Deno.writeTextFile(
"CLAUDE.md",
`
# Claude
You are a helpful assistant that can help with Windmill scripts and flows creation.
You are a helpful assistant that can help with Windmill scripts and flows creation.
## Script Guidance
${scriptGuidanceContent}
## Script Guidance
${scriptGuidanceContent}
## Flow Guidance
${flowGuidanceContent}
## Flow Guidance
${flowGuidanceContent}
`
);
log.info(colors.green("Created CLAUDE.md"));