docs: add auto-update and SessionStart hook documentation#10
Merged
Conversation
- Add comprehensive auto-update documentation to README - Explain how plugin auto-updates work (at Claude Code startup) - Document manual update commands - Clarify what gets updated (skill files, metadata) vs what doesn't (Python deps) - Add version checking instructions - Include instructions for disabling auto-updates - Add SessionStart hook for automatic setup in Claude Code on the web - Create scripts/setup-session.sh for automatic dependency installation - Add .claude/settings.json to configure SessionStart hook - Hook installs patchright and Chrome browser automatically - Idempotent design - checks existing installations before reinstalling - Supports both plugin and standalone skill installations - Add CLAUDE.md repository documentation - Comprehensive documentation for Claude about the repository structure - Explains automatic setup process and SessionStart hook - Documents environment variables and session configuration - Includes troubleshooting section - Update README with SessionStart hook documentation - Add "Claude Code on the Web - Automatic Setup" section - Update installation instructions to distinguish web (automatic) vs local (manual) - Add "Clone Repository" option for full SessionStart hook support - Update "Claude Code Web Environments" section to reference SessionStart hook - Note limitations of standalone skill installation (no SessionStart hook) This makes it clear to users: 1. How plugin auto-updates work and how to control them 2. That setup is automatic in Claude Code on the web 3. What the SessionStart hook does and when it runs 4. How to choose between plugin, standalone, and repository installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add comprehensive auto-update documentation to README
Add SessionStart hook for automatic setup in Claude Code on the web
Add CLAUDE.md repository documentation
Update README with SessionStart hook documentation
This makes it clear to users: