From 54f42f3fcfe52167be13e2d0f83da09701edea62 Mon Sep 17 00:00:00 2001 From: Nick Gomez <122398915+nick-inkeep@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:07:57 -0700 Subject: [PATCH] Blog copy sweep, hook-liveness guard, and pre-push lint for ok-marketing (#3578) Content: replace the launch post summary with the Visimer positioning line, drop the architecture-diagram caption, trim the trailing clause and LinkedIn button from Abraham's bio, relabel the canvas button Edit visually with a solid primary treatment, remove the explainer sentence from the deploy pipeline capture fixture, and link the launch post from the Visimer README. Guards, prompted by today's twice-broken main lint: a zero-dep check:hook-liveness script (git runs zero hooks silently when core.hooksPath resolves to a missing directory, which is exactly the state this machine was in) wired into check:structural with a bidirectional self-test, and the pre-push runner now runs ok-marketing lint instead of format:check so import order, a11y rules, and stale suppressions can fire before push. GitOrigin-RevId: f8b23a73ba82f4ca27f2079d661d67712aa1c2ec --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b21a2d1..5cebf1d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ AI is great for generating Mermaid diagrams that help explain concepts visually. - Use as a component library that can be embedded in any application. - Use with a Markdown editing app like [OpenKnowledge](https://openknowledge.ai/) to edit Mermaid diagrams in your markdown. +Read the [launch post](https://openknowledge.ai/blog/edit-mermaid-diagrams-visually) for the story and a live editable diagram. + ## Quick start ```bash