CLAUDE.md ยท diff

git:20260602.d4ff200 to git:20260606.894c2ea

8 added, 4 removed. Audit A to A.

- On this repo I keep all my personal rules and skills for Claude Code (and potentially other agents as well),
- so I can reuse them across projects and share them with the community.
+ On this repo I keep all my personal rules and skills for Claude Code (and potentially other agents
+ as well), so I can reuse them across projects and share them with the community.
- The general rule here is that everything is self-contained and generic enough to be reusable in any project,
- so avoid project-specific logic or assumptions.
+ The general rule here is that everything is self-contained and generic enough to be reusable in any
+ project, so avoid project-specific logic or assumptions.
+
+ When writing or editing Markdown documents, wrap lines at the `max_line_length` set in
+ `.editorconfig`. This applies to prose; never break code blocks, tables, URLs, or links to satisfy
+ it.