this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update CLAUDE.md and bump plan-saver to v2.2.1

- Add version bump reminder to development guidelines
- Document handoff plugin in project structure
- Bump plan-saver version for install.sh fix

๐Ÿค– Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

alice 97cd8269 c816a913

+4 -1
+3
CLAUDE.md
··· 24 24 โ”‚ โ”œโ”€โ”€ epub/ # EPUB ebook reader (TypeScript) 25 25 โ”‚ โ””โ”€โ”€ pdf-to-markdown/ # PDF to Markdown converter (Python) 26 26 โ”œโ”€โ”€ plugins/ # Claude Code plugins 27 + โ”‚ โ”œโ”€โ”€ handoff/ # Auto-detects handoff files for session continuity 27 28 โ”‚ โ””โ”€โ”€ plan-saver/ # Auto-distributes plans to projects 28 29 โ”œโ”€โ”€ .claude/plans/ # Example plans for this repo 29 30 โ””โ”€โ”€ setup.sh # Installation script ··· 49 50 - Test scripts manually before committing 50 51 - Keep scripts focused and single-purpose 51 52 - Document all scripts with a comment block at the top explaining purpose 53 + - **IMPORTANT: Bump the version** in `plugin.json` (or equivalent) whenever you change a plugin or skill 52 54 53 55 ## Key Files 54 56 ··· 60 62 - `plugins/plan-saver/install.sh` - Installs plan-saver daemon 61 63 - `plugins/plan-saver/daemon/plan-saver-daemon.sh` - Main daemon logic 62 64 - `plugins/plan-saver/hooks/hooks.json` - Session lifecycle hooks 65 + - `plugins/handoff/hooks/hooks.json` - SessionStart hook for handoff detection 63 66 64 67 ## Skills 65 68
+1 -1
plugins/plan-saver/.claude-plugin/plugin.json
··· 1 1 { 2 2 "name": "plan-saver", 3 - "version": "2.2.0", 3 + "version": "2.2.1", 4 4 "description": "Automatically saves plans from plan mode to your repo's .claude/plans/ directory with numbered filenames", 5 5 "author": { 6 6 "name": "Alice"