From 197a0a3c2206bf453bfff7b0a4d7562049feaa79 Mon Sep 17 00:00:00 2001 From: tobi Date: Thu, 2 Jul 2026 18:08:42 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 186d6bb..e51edad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ **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. -Every codebase has unwritten conventions — the order tasks appear in Ansible roles, the resources a Helm chart always creates, the steps every CI pipeline runs. Nobody writes these down. They emerge from copying and converging. +Every codebase has unwritten conventions like the order tasks appear in Ansible roles, the resources a Helm chart always creates, the steps every CI pipeline runs. Nobody writes these down. They emerge from copying and converging. When an LLM agent needs to follow these conventions, it usually has two bad options: