Reliable markdown word round-trip editing
Find a file
Bernd Worsch 5564747060 feat: WP-0005 — diagram renderer integration (Mermaid, Graphviz, PlantUML)
Add pluggable DiagramRenderer protocol and RendererResult type to diagrams.py.
Implement MermaidRenderer (mmdc), GraphvizRenderer (dot), PlantUMLRenderer
backends with graceful source-only fallback and WarningRecord on missing tool
(FR-533, FR-534, FR-538). Builder detects renderers at build time and embeds
PNG with alt-text source marker for round-trip. Extend regression corpus with
rendered_diagrams_document.md and skipif-gated integration tests. All 272 tests
pass; ruff and mypy clean.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 12:16:09 +00:00
.github/workflows feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
architecture feat: WP-0004 T01-T04 — stable corpus, ADRs, regression test 2026-03-16 17:48:33 +00:00
corpus/markidocx-docs feat: WP-0004 T01-T04 — stable corpus, ADRs, regression test 2026-03-16 17:48:33 +00:00
problems chore: update next-steps doc with accurate current state 2026-03-14 18:22:42 +01:00
specs chore: workplan MRKD-WP-0001 + improved CLAUDE.md; document next steps 2026-03-14 18:18:54 +01:00
src/markidocx feat: WP-0005 — diagram renderer integration (Mermaid, Graphviz, PlantUML) 2026-03-17 12:16:09 +00:00
tests feat: WP-0005 — diagram renderer integration (Mermaid, Graphviz, PlantUML) 2026-03-17 12:16:09 +00:00
workplans feat: WP-0005 — diagram renderer integration (Mermaid, Graphviz, PlantUML) 2026-03-17 12:16:09 +00:00
.gitignore feat: WP-0004 T01-T04 — stable corpus, ADRs, regression test 2026-03-16 17:48:33 +00:00
.pre-commit-config.yaml feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
CLAUDE.md docs: CLAUDE.md — expand SBOM section with host_paths guidance 2026-03-16 17:50:25 +00:00
LICENSE Initial commit 2026-03-14 15:22:45 +00:00
pyproject.toml feat: WP-0001 + WP-0002 complete — LEVEL1 core + service interfaces 2026-03-16 07:46:31 +00:00
README.md Initial commit 2026-03-14 15:22:45 +00:00
requirements.txt feat: WP-0004 T05 — SBOM ingested, workplan complete 2026-03-17 09:22:21 +00:00

repo-seed

A git repository template to bootstrap coulomb projects from.