@@ -240,3 +240,43 @@ Architecture overview and chronological session log for tutorial-git.
240240
241241** Open issues:**
242242- #106 , #109 , #110 , #113 , #114 , #116 –#119 , #122 , #127 , #129 , #131 –#133 , #135 , #139 , #140
243+
244+ ### 2026-04-25 — Playbook split, new recipes, UX improvements, home page
245+
246+ ** Tool:** Claude Code (Opus 4.6)
247+
248+ ** Key changes:**
249+ - Split monolithic ` 07-playbook.md ` into 11 individual recipe pages under ` chapters/playbook/ `
250+ - Added 6 new recipe pages: subtrees, hooks, remote management, diffing, history, selectors (17 total)
251+ - Organized playbook index into 5 sections: Everyday, Branching and Merging, Remote, Project Structure, Advanced
252+ - Extended remark link-rewriting plugin to handle subdirectory and sibling file links
253+ - Updated cross-references in glossary and appendix to point to specific recipe pages
254+ - Added draggable sidebar splitters (JS, session-only, teal highlight on hover)
255+ - Widened default sidebar from 12rem to 16rem
256+ - Switched from Google Fonts (Roboto) to system fonts — eliminates font FOUC entirely
257+ - Fixed theme FOUC — moved theme init from body to head
258+ - Added favicon link with correct base path
259+ - Increased tab button spacing to 0.75rem
260+ - Rewrote home page: added "Why This Tutorial" section, personal origin story, AI workflow messaging
261+ - Removed Quick start section (duplicated Introduction links)
262+ - Renamed "Selected references" to "Further Reading"
263+ - Fixed heading case to title case for consistency with chapters
264+
265+ ** PRs merged:**
266+ - #142 — Split playbook into individual recipe pages
267+ - #143 — Add 6 new playbook recipe pages
268+ - #144 — Playbook sidebar nav and FOUC fix
269+ - #145 — Resizable sidebars, system fonts, favicon fix
270+ - #148 — Home page rewrite with motivation and personal story
271+
272+ ** Issues closed:**
273+ - #129 — Split playbook into individual recipe pages
274+ - #139 — Improve home page with motivation
275+ - #146 — Fix font FOUC (switched to system fonts)
276+
277+ ** Issues created:**
278+ - #146 — Fix font FOUC (closed same session)
279+ - #147 — Add AI prompt guides for learning Git
280+
281+ ** Open issues:**
282+ - #106 , #109 , #110 , #113 , #114 , #116 –#119 , #122 , #127 , #131 –#133 , #135 , #140 , #147
0 commit comments