From c8a49f014904abab819f3c7ad2e76deb5e18d3e8 Mon Sep 17 00:00:00 2001 From: tobjend Date: Wed, 1 Jul 2026 11:21:02 +0200 Subject: [PATCH] scale PNG logo to 150% --- README.md | 2 +- SHOWCASE.md | 2 +- blog_post.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a44514..422a8e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dervish MCP -

Dervish

+

Dervish

**Dervish** infers **regular expression grammars** from example sequences using the BEX family of algorithms. Given a set of example sequences (strings over some alphabet), it learns a compact regular expression that captures the general pattern. diff --git a/SHOWCASE.md b/SHOWCASE.md index d43b05b..fc2ff39 100644 --- a/SHOWCASE.md +++ b/SHOWCASE.md @@ -1,6 +1,6 @@ # Dervish — Showcase -

Dervish

+

Dervish

Infer the **unwritten convention** from existing examples. Given N example sequences, produce a ~100-char grammar that captures the structural diff --git a/blog_post.md b/blog_post.md index b330c7c..954e266 100644 --- a/blog_post.md +++ b/blog_post.md @@ -1,6 +1,6 @@ # Dervish: Discovering Unwritten Conventions with Grammar Inference -

Dervish

+

Dervish

**How we turned 36 Ansible roles into a 200-character grammar — and why it matters for LLM agents.**