terminal-changelog
Installation
SKILL.md
Terminal Changelog
Add user-facing changelog entries as terminal documents in data/worlds/mansion.rec.
Workflow
-
Find the latest terminal document with a commit reference
grep -n "update as of" data/worlds/mansion.recExtract the commit hash from the most recent entry.
-
Fetch origin/master and get commits since that reference
git fetch origin master git log <commit>..origin/master --oneline --reverse