From 9119f34f2cc619f33b26317eca6281e70d5ea701 Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Thu, 23 Apr 2026 15:40:52 +0100 Subject: [PATCH] Add generation note to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16a0a65..53fed65 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Port of [Allium](https://github.com/juxt/allium) (v3) to [pi.dev](https://pi.dev) skills. +This README was written by a coding agent. The [draft blogpost](/pi-allium-port/src/branch/main/blog-post-draft.md) has a pre-amble with some motivation written by me. + Allium is a formal language for capturing software behaviour at the domain level. It sits between informal feature descriptions and implementation, providing a precise way to specify what software does without prescribing how it's built. ## What this is