By irbull
Records each completed interaction in jujutsu, automatically saving session history as notes without manual effort.
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub irbull/lisas-notes --plugin lisas-notesUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.