chore: adopt markdown formatting gate + one-shot prettier sweep (Sam & Claude) #22
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/adopt-markdown-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
colibri had no Prettier config or gate, so its markdown drifted freely (22/31
files failed Prettier). Mirror the clawdie-iso gate so docs stay consistent:
embeddedLanguageFormatting=off for *.md so fenced code (JSON/mermaid/shell in
the graph + design docs) is left exactly as written.
prettier@3 --check '**/*.md'(run before pushing).prettier --writeacross all markdown. Pure formatting — onlyemphasis-marker (x -> x), list-bullet, table-padding, and blank-line
normalization; no prose/command/code-fence content changed.
Gate now green (
./scripts/check-format.sh→ all matched files pass).Docs-only + tooling — no Rust touched, no rebuild.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com