terminal-changelog

Installation
SKILL.md

Terminal Changelog

Add user-facing changelog entries as terminal documents in data/worlds/mansion.rec.

Workflow

  1. Find the latest terminal document with a commit reference

    grep -n "update as of" data/worlds/mansion.rec
    

    Extract the commit hash from the most recent entry.

  2. Fetch origin/master and get commits since that reference

    git fetch origin master
    git log <commit>..origin/master --oneline --reverse
    
Installs
17
GitHub Stars
3
First Seen
Jan 27, 2026
terminal-changelog — frizzle-chan/mudd