Add Episode 02 script: Inside a Muse Repository
A real, verified filesystem tour of the exact hello-muse repo built in Episode 01: the ten entries under .muse/, HEAD -> refs/heads/main -> commit indirection, repo.json/config.toml, the objects/sha256/xx/yyyy fanout layout, a real commit record (read-commit, including the merge commit's parent2_commit_id and the empty agent_id/model_id/signature fields), a real snapshot manifest (read-snapshot), the raw blob bytes (cat-object), and muse verify's integrity check.
Every artifact shown was pulled from an actual repo built by replaying Episode 01's exact command sequence, not invented -- including discovering along the way that the first merge (feature/friendlier) is actually a fast-forward, not a three-way merge, which is the fix below.
Also fixes Episode 01's MERGE section: it showed 'Merge made by the three-way strategy' for both merges, but replaying the sequence for real confirms the first merge (main hadn't moved since branching) is a fast-forward, and only the second is a genuine three-way merge. Corrected to show both real outcomes.
Updated README's status table: episode 02 script done.
Co-Authored-By: Claude Sonnet 5 <[email protected]>
Semantic Changes
22 symbols
Files Changed
+1
~2
31 in snapshot
0 comments
muse hub commit comment sha256:7b2d5841a14b73ca1db04c9de84a5fc718981343619d8cfa28237d66ada06f32 --body "your comment"
No comments yet. Be the first to start the discussion.