Skip to content

Add dependency analysis and blast radius tool #21

@patmakesapps

Description

@patmakesapps

Problem

Before changing a function, users need to know what will break. There is no way to see the blast radius of a change.

Proposed Solution

  • Use existing find_imports tool to trace dependencies
  • Visualize dependency graph
  • Warn about breaking changes
  • Show "safe to modify" vs "proceed with caution" indicators

Acceptance Criteria

  • Can show all files affected by changing a function
  • Dependency graph is accurate
  • Warnings for high-impact changes
  • Uses existing code intel tools

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions