malvin 0.2.5

Non-interactive research and coding agent
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## ripwire

Ripwire is a CLI that builds a deterministic, ranked call-graph map of a repository and emits a compact, token-budgeted context bundle (XML or JSON). Use it on demand via shell to orient before blind search, expand one symbol instead of whole files, and estimate change blast radius.

Example commands:

```bash
# Orient on a task: ranked signatures for the request
ripwire . --for="agent session spawn and quality gates"

# Expand one symbol body instead of reading a whole file
ripwire . --expand=run_router --top-k=0

# Blast radius before a risky edit
ripwire . --impact=run_router
```