npx claudepluginhub irbull/lisas-notesRecords each completed interaction in jujutsu
A Claude Code plugin that automatically records each completed Claude interaction as a commit in Jujutsu version control.
Just like Lisa Simpson meticulously documents everything in her diary, this plugin keeps a detailed record of every change Claude makes to your codebase. Each time you finish working with Claude, the plugin automatically creates a Jujutsu commit using Claude's final response as the commit message—ensuring nothing gets lost or forgotten.
The plugin hooks into Claude's "Stop" event. When you end a Claude session:
/tmp/lisas-notes-debug.log for troubleshootingThis means every interaction with Claude results in a discrete, well-documented commit in your version history.
Clone this repository:
git clone <repository-url> lisas-notes
Register the marketplace with Claude using the path to .claude-plugin/marketplace.json
Enable the lisas-notes plugin from the marketplace
Once enabled, the plugin works automatically:
/exit), the plugin triggersNo manual intervention needed—just work with Claude and let Lisa keep the records.
lisas-notes/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── plugins/
│ └── lisas-notes/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata (v1.0.5)
│ ├── hooks/
│ │ └── hooks.json # Stop hook definition
│ └── scripts/
│ └── auto-commit.sh # The commit automation script
└── README.md
If commits aren't being created as expected, check the debug log:
tail -f /tmp/lisas-notes-debug.log
This log shows:
jj commit commandIan Bull