feat(agents): add claude plugin hooks, handoff workflow, and token-saver command#275
Open
feat(agents): add claude plugin hooks, handoff workflow, and token-saver command#275
Conversation
…ver command - Add bash-ban-raw-tools, cbm-code-discovery-gate, cbm-mcp-marker, cbm-session-reminder hooks - Add handoff-precompact and handoff-session-resume scripts for session continuity - Replace rtk-auto-wrapper with rtk-rewrite for improved RTK integration - Add codemie-token-saver slash command - Update hooks.json and plugin.json registrations - Fix gitleaks false positive for example JWT in docs Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
…file Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
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.
Summary
Adds new lifecycle hooks and scripts to the Claude plugin, introduces a handoff workflow for session continuity, replaces the RTK auto-wrapper with an improved rewrite script, and adds a
codemie-token-saverslash command.Changes
bash-ban-raw-tools.sh,cbm-code-discovery-gate.sh,cbm-mcp-marker.sh,cbm-session-reminder.shhandoff-precompact.shandhandoff-session-resume.shfor session state persistencertk-auto-wrapper.shwithrtk-rewrite.sh(improved rewriting logic)codemie-token-saver.mdslash commandhooks.json,plugin.jsonregistrationsdocs/superpowers/plans/to gitleaks allowlist to suppress false-positive JWT in docsImpact
Claude plugin hooks now cover more lifecycle events and support session handoff/resume. RTK rewriting is more robust.
Checklist