diversion
01DiversionCompany/diversion-claude
Plugin Claude Code
Plugin marketplace listing 1 plugin: diversion.
DiversionCompany/diversion-claude
Plugin Claude Code
Plugin marketplace listing 1 plugin: diversion.
DiversionCompany/diversion-claude
Plugin Claude Code
Diversion plugin for Claude Code. Captures your Claude Code conversations and links them to the Diversion commits they produced -- so you can later query why any change was made, what was discussed, and how decisions were reached. Hook logic ships inside the dv binary; no Python required on the host.
DiversionCompany/diversion-claude
Agent
Use whenever the user asks anything that requires reading the AI conversations captured for Diversion commits, or general questions about repo files that benefit from blame + linked-trajectory analysis. The agent can locate files, run dv annotate to attribute lines to commits/authors/dates, fetch the linked Claude…
DiversionCompany/diversion-claude
Command
Investigate AI conversations behind Diversion commits, files, or features. The ask-analyst sub-agent can blame files, walk dv log, fetch the linked Claude Code transcripts for any commits it discovers, and synthesize an answer. Fetch and analysis happen inside the sub-agent so raw transcripts stay out of this…
DiversionCompany/diversion-claude
Command
Show the Diversion plugin checkpoint state for the current session.
DiversionCompany/diversion-claude
Command
Add the Diversion plugin's required Bash permission patterns to /.claude/settings.json so dv calls stop re-prompting.
DiversionCompany/diversion-claude
Hook
Runs when a session starts, running dv claude-hook session-start. From DiversionCompany/diversion-claude.
DiversionCompany/diversion-claude
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit and Bash tool calls, running dv claude-hook pre-tool-use. From DiversionCompany/diversion-claude.
DiversionCompany/diversion-claude
Hook
Runs after a tool call finishes for Bash tool calls, running dv claude-hook post-tool-use. From DiversionCompany/diversion-claude.
DiversionCompany/diversion-claude
Hook
Runs when a session ends, running dv claude-hook session-end. From DiversionCompany/diversion-claude.