Director-mode-lite changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
install
source · Clone the upstream repo
git clone https://github.com/claude-world/director-mode-lite
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/claude-world/director-mode-lite "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/changelog-observer" ~/.claude/skills/claude-world-director-mode-lite-changelog-observer && rm -rf "$T"
manifest:
.claude/skills/changelog-observer/SKILL.mdsource content
Changelog Observer
Track session context in
.changelog/session-YYYY-MM-DD.md.
Log target
- Use
for the current local date..changelog/session-YYYY-MM-DD.md - Create
and the session file if they do not exist..changelog/ - If the session file is new, initialize it from template.md.
- Append new entries in chronological order.
What to log
: after creating, editing, or deleting project files.file-change
: after running tests, checks, or validation commands.test-result
: after making an implementation or architecture decision worth preserving.decision
Entry rules
- Keep each description short and specific.
- List only directly affected files.
- Use
when no files were changed.none - Do not rewrite earlier entries unless they are incorrect.
Template
Use the markdown structure in template.md for each appended entry.