From da5d8e9fa2819eca694075b82e5165e2681ce6c0 Mon Sep 17 00:00:00 2001 From: Andrew McLachlan Date: Sun, 26 Jul 2026 08:28:13 +1000 Subject: [PATCH 1/2] Pin the Asm.Cqrs link to a permalink; note its retirement in favour of Postie Co-Authored-By: Claude Fable 5 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d5f23f..726d5d5 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,11 @@ Targets `net8.0`, `net9.0` and `net10.0`. ## AI policy -Postie began life hand-written: it evolved from [Asm.Cqrs](https://github.com/AndrewMcLachlan/ASM), -the maintainer's earlier CQRS library. Its development since has substantial help from AI coding +Postie began life hand-written: it evolved from +[Asm.Cqrs](https://github.com/AndrewMcLachlan/ASM/tree/23adc40decf33ee819502718667cf3905c820f80/src/Asm.Cqrs), +the maintainer's earlier CQRS library, since +[retired](https://github.com/AndrewMcLachlan/ASM/commit/9fdfe5571a15d7422da22ec85af7c51d00dd853d) +in favour of Postie. Its development since has substantial help from AI coding tools — much of the newer code, tests and documentation started life AI-generated. It is not, however, AI-published: every change is reviewed by the human maintainer before it ships, the full test suite runs across all supported frameworks on every push, and the decisions that matter — the From 0a162a523470938fbef6536520d7b977cc57f79e Mon Sep 17 00:00:00 2001 From: Andrew McLachlan Date: Sun, 26 Jul 2026 08:34:46 +1000 Subject: [PATCH 2/2] Link Asm.Cqrs via the asm-cqrs-final tag; drop the removal-commit link Co-Authored-By: Claude Fable 5 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 726d5d5..6cbd2be 100644 --- a/README.md +++ b/README.md @@ -187,10 +187,8 @@ Targets `net8.0`, `net9.0` and `net10.0`. ## AI policy Postie began life hand-written: it evolved from -[Asm.Cqrs](https://github.com/AndrewMcLachlan/ASM/tree/23adc40decf33ee819502718667cf3905c820f80/src/Asm.Cqrs), -the maintainer's earlier CQRS library, since -[retired](https://github.com/AndrewMcLachlan/ASM/commit/9fdfe5571a15d7422da22ec85af7c51d00dd853d) -in favour of Postie. Its development since has substantial help from AI coding +[Asm.Cqrs](https://github.com/AndrewMcLachlan/ASM/tree/asm-cqrs-final/src/Asm.Cqrs), the maintainer's +earlier CQRS library (now retired in favour of Postie). Its development since has substantial help from AI coding tools — much of the newer code, tests and documentation started life AI-generated. It is not, however, AI-published: every change is reviewed by the human maintainer before it ships, the full test suite runs across all supported frameworks on every push, and the decisions that matter — the