From 97d41b8598bd907aa2bc3fbf734009a844f62d77 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Fri, 30 Jan 2026 12:37:23 +0100 Subject: [PATCH] release: v3.19.0 - Hook Execution Model documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds comprehensive async hooks documentation filling critical gap. Includes decision matrix, migration guide, and Aristote case study. Changes: - Added Hook Execution Model section to ultimate-guide.md (~97 lines) - Documented sync vs async hooks (v2.1.0+) with configuration examples - Added decision matrix for 15 use cases - Updated reference.yaml with 7 new hook async entries - Resource evaluation: Melvyn Malherbe LinkedIn post (score 1/5) - Aristote case study: 7 hooks analyzed, 3 migrated async - Version bump: 3.18.2 → 3.19.0 Co-Authored-By: Claude Sonnet 4.5 --- README.md | 2 +- VERSION | 2 +- .../melvyn-malherbe-async-hooks-linkedin.md | 158 ++++++++++++++++++ guide/cheatsheet.md | 4 +- guide/ultimate-guide.md | 84 +++++++++- 5 files changed, 244 insertions(+), 6 deletions(-) create mode 100644 docs/resource-evaluations/melvyn-malherbe-async-hooks-linkedin.md diff --git a/README.md b/README.md index fa97c31..0bbd809 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.18.2 | January 2026 | Crafted with Claude* +*Version 3.19.0 | January 2026 | Crafted with Claude*