Cross-Repo Dependency Audit Check how packages in an org depend on each other and flag version mismatches. Run from or pass the org name as an argument. Can also run across multiple orgs (e.g. ). Helper script A pre-built script at collects all dependency info in one pass. Run it first to avoid spending tokens on file parsing. If the script is missing or not executable, flag this to the user and stop. The script outputs a JSON array with per-repo entries containing: - , , , , , - object with R fields ( , , , ) or Julia fields ( , ) Phase 1: Build dependency graph From the script output, build…