From 2ffb0d6e0d7fc4ef975f4cf49df31b1c44e1fbbb Mon Sep 17 00:00:00 2001 From: DemchaAV Date: Mon, 6 Jul 2026 09:25:38 +0100 Subject: [PATCH] docs(readme): v1.9.1 release status + graph-compose-markdown companion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flip the Release-status blockquote to name v1.9.1 as latest stable (the inline-code column-wrap fix) so the release commit carries it to main, and add graph-compose-markdown to Companion projects โ€” a Markdown input surface built on the engine, published on Maven Central (io.github.demchaav:graph-compose-markdown), linked to its Central artifact page since it has no public repo. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb40339b..8c68a2ed 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@

> **Release status** — -> ๐ŸŸข **Latest stable**: [v1.9.0](https://github.com/DemchaAV/GraphCompose/releases/tag/v1.9.0) — codenamed **"navigable"**: in-document navigation (anchors, internal links, a clickable TOC, page references & bookmarks), multi-section documents, and inline chips / SVG icons / colour emoji. **[What's new in v1.9 ↓](#whats-new-in-v19)** +> ๐ŸŸข **Latest stable**: [v1.9.1](https://github.com/DemchaAV/GraphCompose/releases/tag/v1.9.1) — patch on the **"navigable"** line ([v1.9.0](https://github.com/DemchaAV/GraphCompose/releases/tag/v1.9.0)): long inline-code chips (Maven coordinates, FQCNs, URLs) now wrap inside their table column instead of spilling over the neighbour. **[What's new in v1.9 ↓](#whats-new-in-v19)** >  ยท  ๐ŸŸก **In develop**: next cycle โ€” open (see [CHANGELOG](./CHANGELOG.md)) >  ยท  See [API stability policy](./docs/api-stability.md) for tier definitions. @@ -284,6 +284,7 @@ Full detail: [architecture overview](./docs/architecture/overview.md) · [ ## Companion projects +- [**graph-compose-markdown**](https://central.sonatype.com/artifact/io.github.demchaav/graph-compose-markdown) — a Markdown → PDF path built on the GraphCompose engine. Hand it a Markdown document and it renders through the same layout, theme, and PDFBox pipeline as the Java DSL — a companion **input surface** for teams who would rather author in Markdown than call the DSL directly. Published on Maven Central as `io.github.demchaav:graph-compose-markdown`; independent lifecycle, consumes the engine as a dependency. - [**graphcompose-ai-flow**](https://github.com/DemchaAV/graphcompose-ai-flow) — experimental sister project exploring an AI-assisted authoring flow on top of GraphCompose. Independent codebase, separate lifecycle — nothing in this repo depends on it. Track it if you are interested in agentic document composition driven by the same semantic node model. ## License