Skip to content

@prosdevlab/dev-agent@0.11.2

Choose a tag to compare

@github-actions github-actions released this 01 Apr 10:20
· 36 commits to main since this release

Patch Changes

  • f89069b: Add dev refs CLI command and fix callee path normalization

    • New dev refs <name> command: find callers and callees from the terminal
      • --direction callees|callers|both to filter results
      • --depends-on <file> to trace dependency paths
      • --json for machine-readable output
    • Normalize callee file paths: dist/src/, .d.ts.ts, absolute → relative
    • Fix hot paths showing build output (packages/logger/dist/types.d.tspackages/logger/src/types.ts)
    • Fix indexer passing empty exclude array (was bypassing scanner default exclusions)