Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@ 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/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
Expand Down
Loading