Do not autoformat AGENTS.md as it contains generated blocks

This commit is contained in:
Claudio Ortolina
2026-05-19 08:06:39 +01:00
parent a2bb98679c
commit c7f194cf6c
2 changed files with 12 additions and 37 deletions
+2 -2
View File
@@ -61,9 +61,9 @@ if $SKIP_GATE || staged_lines | grep -qE '^assets/|^\.pi/extensions/.*\.(ts|js|j
fi
# --- Documentation ---
if $SKIP_GATE || staged_lines | grep -qE '^docs/|^README\.md$|^AGENTS\.md$'; then
if $SKIP_GATE || staged_lines | grep -qE '^docs/|^README\.md$'; then
debug_msg "Checking docs formatting..."
prettier --check 'docs/**/*.md' 'docs/**/*.livemd' 'README.md' 'AGENTS.md'
prettier --check 'docs/**/*.md' 'docs/**/*.livemd' 'README.md'
fi
# --- Backlog ---