bugbug
bugbug copied to clipboard
Utilize subagents to analyze functions and answer questions essential for understanding their use
Implement a hierarchical subagent system where the main code review agent can delegate function/class analysis to a specialized subagent that can recursively invoke itself to analyze dependencies.
This should remove the need for the main code review agent to see the function implementation.