Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chapters/ # SSG-agnostic tutorial content (canonical)
05-nested-repositories.md
06-expert-topics.md
07-playbook.md
recipes/ (17 recipe pages)
recipes/ (25 recipe pages)
08-appendix.md
09-glossary.md
assets/
Expand Down
40 changes: 40 additions & 0 deletions docs/dev-journal.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,3 +457,43 @@ recipes/ ← renamed from playbook/ (17 recipe pages)
- P2: #110, #151, #152, #159, #161, #171, #182
- P3: #135, #160
- P4: #106, #109, #113, #114, #116–#119, #122, #127, #131–#133, #140, #147, #167, #168, #170

### 2026-04-26 — P1 backlog clearance: bare repos, credentials, packfiles, LFS, glossary, review

**Tool:** Claude Code (Opus 4.6)

**Key changes:**
- Rewrote Chapter 2 Repository section with bare/non-bare explanation using
Alice-and-Bob scenario, before/after diagrams, silent overwrite diagram,
and core.bare flag subsection (#172)
- New playbook recipe: bare repositories — create, clone, convert, local
remote walkthrough (#172)
- New playbook recipe: credentials — credential helpers (cache, store, GCM),
HTTPS tokens, SSH vs HTTPS comparison, security considerations (#169)
- New Expert Topics section 10: packfiles — loose objects, delta compression,
git gc/repack, .idx index, network transfer (#166)
- New playbook recipe: Git LFS — pointer files, setup, tracking, migration,
hosting quotas, gotchas (#165)
- Added worktree/workspace synonyms to glossary (#158)
- Reviewed nested repositories chapter — fixed code block tag, cd depth,
subtree drawback wording, Google Repo capitalization, added recipe
cross-references (#155)
- Created 3 draw.io diagrams with PNG exports: git-bare-before, git-bare-after,
git-bare-overwrite

**PRs merged:**
- #190 — Bare repositories recipe and chapter rewrite
- #191 — Draw.io layout fixes
- #192 — Credentials recipe
- #193 — Packfiles section
- #194 — Git LFS recipe
- #195 — Worktree glossary entry
- #196 — Nested repos chapter review

**Issues closed:** #155, #158, #165, #166, #169, #172

**Open issues:**
- P1: none
- P2: #110, #151, #152, #159, #161, #171, #182
- P3: #135, #160
- P4: #106, #109, #113, #114, #116–#119, #122, #127, #131–#133, #140, #147, #167, #168, #170
Loading