mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
chore(cli): remove unnecessary indentations in claude.md #7292
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user