boma/.claude/commands/lint.md
sjat 3f1d7eb128 Add core Ansible scaffold, tooling, and pre-commit guards
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 14:10:01 +02:00

6 lines
266 B
Markdown

# Run the full lint suite
1. Run `make lint`
2. If it passes: confirm with "Lint passed — no issues found"
3. If it fails: show each failure with file, line number, rule ID, and a suggested fix
4. After showing all failures, ask whether to fix them automatically