chore: adopt markdown formatting gate + one-shot prettier sweep (Sam & Claude) #22

Merged
clawdie merged 1 commit from chore/adopt-markdown-gate into main 2026-06-04 20:15:08 +02:00
Owner

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:

  • .prettierrc: same as clawdie-iso — proseWrap=preserve, printWidth=80, and
    embeddedLanguageFormatting=off for *.md so fenced code (JSON/mermaid/shell in
    the graph + design docs) is left exactly as written.
  • .prettierignore: target/, scratch dirs, CHANGELOG.
  • scripts/check-format.sh: prettier@3 --check '**/*.md' (run before pushing).
  • AGENTS.md: "Markdown Formatting Gate" section documenting the workflow.
  • One-shot prettier --write across all markdown. Pure formatting — only
    emphasis-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

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: - .prettierrc: same as clawdie-iso — proseWrap=preserve, printWidth=80, and embeddedLanguageFormatting=off for *.md so fenced code (JSON/mermaid/shell in the graph + design docs) is left exactly as written. - .prettierignore: target/, scratch dirs, CHANGELOG. - scripts/check-format.sh: `prettier@3 --check '**/*.md'` (run before pushing). - AGENTS.md: "Markdown Formatting Gate" section documenting the workflow. - One-shot `prettier --write` across all markdown. Pure formatting — only emphasis-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>
clawdie added 1 commit 2026-06-04 20:14:55 +02:00
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:

- .prettierrc: same as clawdie-iso — proseWrap=preserve, printWidth=80, and
  embeddedLanguageFormatting=off for *.md so fenced code (JSON/mermaid/shell in
  the graph + design docs) is left exactly as written.
- .prettierignore: target/, scratch dirs, CHANGELOG.
- scripts/check-format.sh: `prettier@3 --check '**/*.md'` (run before pushing).
- AGENTS.md: "Markdown Formatting Gate" section documenting the workflow.
- One-shot `prettier --write` across all markdown. Pure formatting — only
  emphasis-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>
clawdie merged commit 10f2db9cc9 into main 2026-06-04 20:15:08 +02:00
clawdie deleted branch chore/adopt-markdown-gate 2026-06-04 20:15:08 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#22
No description provided.