feat(agents): add OpenTrace-aware explore agent#10
Conversation
Add a custom explore agent that combines local codebase tools with OpenTrace's knowledge graph for multi-step architecture exploration. The agent includes traversal best practices, auto-follow-up logic, and common exploration patterns (dependency mapping, blast radius, path tracing, incident investigation). Update the SessionStart hook to guide the main Claude toward delegating architecture questions to the new opentrace:explore agent. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
This merge request introduces a valuable new feature: the OpenTrace-aware explore agent. The changes are well-described, follow best practices by including a version bump, and improve user experience by guiding them towards the new agent for relevant tasks. The new agent's capabilities for architecture exploration and incident investigation are a significant enhancement. Attached by run j-8c41dff9-af7e-4fb7-b70d-f233943729d0 |
|
This merge request is well-structured and introduces a valuable new feature. The new Attached by run j-4192f03b-e693-4cdf-9d05-39aff15053e6 |
Overview
This merge request introduces the
opentrace:exploreagent, a new specialized tool for advanced, multi-step system architecture exploration. It integrates local codebase tools with OpenTrace's knowledge graph to provide comprehensive analysis capabilities.To streamline its adoption, the
SessionStarthook has been updated to guide the main Claude agent in delegating complex, architecture-related questions to this new agent.Technical Details
agents/explore.mdexploreagent, which is designed for OpenTrace-aware architecture exploration, dependency mapping, incident investigation, and cross-service investigations..claude-plugin/plugin.json0.0.5to0.0.6to reflect the addition of the new agent.hooks/session-start/script.shSessionStartscript to recommend theopentrace:exploreagent for multi-step architecture exploration tasks, improving initial agent delegation.cspell.jsonReview Summary
Impact Assessment
Attached by run j-4192f03b-e693-4cdf-9d05-39aff15053e6