Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use-traversal/script.sh"
}
]
},
{
"matcher": "Edit",
"hooks": [
{
"type": "prompt",
"prompt": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use-edit-blast-radius/prompt.txt"
}
]
}
]
}
Expand Down
5 changes: 0 additions & 5 deletions hooks/pre-tool-use-edit-blast-radius/prompt.txt

This file was deleted.

2 changes: 2 additions & 0 deletions hooks/session-start/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ Proactively query OpenTrace (search_nodes, get_neighbors, traverse_dependencies)
- Asks about dependencies, impact, blast radius, or upstream/downstream effects
- Involves editing code that integrates with external services or shared middleware

When about to edit files in shared integration or infrastructure paths (e.g. directories named integrations, middleware, connectors, adapters, clients, providers, gateway, or similar) that are NOT test files or mocks, consider querying OpenTrace (search_nodes, get_neighbors, traverse_dependencies) first to understand the blast radius — which services depend on this component and what downstream effects the change may have.

After receiving OpenTrace tool results, automatically call the most useful follow-up tool to deepen the exploration rather than stopping to ask the user what to do next. Choose the follow-up based on which tool just ran:
- search_nodes or query_nodes → call get_neighbors on the most relevant node
- get_node → call get_neighbors or traverse_incoming/traverse_outgoing to understand the node's role
Expand Down