From 8e2b74574994a47625f52c65c0fcad8b7f51b4a2 Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Mon, 27 Apr 2026 00:01:43 +0200 Subject: [PATCH] docs(hooks): align README Example 8 with session-end.sh and add install steps (#101) Closes #99 - Replace shell-interpolated JSON build with the argv-based Python pattern from session-end.sh, so notes containing quotes or backslashes don't produce invalid JSON. - Add mkdir/cp/chmod install block before the Configuration section so the path in settings.json resolves to a real file. --- 06-hooks/README.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/06-hooks/README.md b/06-hooks/README.md index 31837b2..dab393c 100644 --- a/06-hooks/README.md +++ b/06-hooks/README.md @@ -1030,14 +1030,25 @@ done | paste -sd ',' -) printf " Notes? (optional, press Enter to skip): " read -r NOTES