Files
claudetools/.claude/memory/feedback_no_indented_code_blocks.md
Howard Enos edf51627e1 sync: auto-sync from HOWARD-HOME at 2026-05-22 09:03:36
Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-05-22 09:03:36
2026-05-22 09:03:39 -07:00

698 B

name, description, metadata
name description metadata
feedback_no_indented_code_blocks Never indent code inside code blocks — Howard copy-pastes directly and leading spaces break PowerShell commands
type
feedback

Never indent code inside markdown code blocks. Howard copy-pastes commands directly from the chat and leading spaces cause PowerShell parse errors. All code must start at column 0 inside the fences.

Why: Howard reported that indented code blocks consistently fail when pasted into PowerShell and he has to manually strip the indentation every time.

How to apply: Every PowerShell (and bash/other) code block — start all lines at column 0, no leading spaces or tabs inside the fences.