scope-cli 0.9.2

Code intelligence CLI for LLM coding agents — structural navigation, dependency graphs, and semantic search without reading full source files
1
2
3
4
5
6
7
8
9
10
11
---
source: tests/integration/test_trace.rs
expression: normalized
---
processPayment — 2 entry paths
──────────────────────────────────────────────────────────────────────────────
Path 1: checkout
  └─→ processPayment                          src/payments/service.ts:11

Path 2: retryPayment
  └─→ processPayment                          src/payments/service.ts:11