Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 12 Aug 02:39
· 1201 commits to main since this release

v0.3.2

The one-call fix loop: ripwire <dir> --run-trace="cmake --build build" runs your build or test command and — on failure — serves everything the fix needs in one output: the relevant diagnostic lines, the failing frames mapped to indexed symbols innermost-first, the responsible symbol's full body, and its callers, all under one token budget. Timeouts are disclosed (--run-timeout=S), a passing command reports minimally instead of inventing a bundle, and the capture cap counts what it dropped.

MCP incremental reingest, now gated and disclosed: warm index refreshes re-parse only changed files (~200ms after an edit vs ~380ms cold on a 1,150-file tree) — and a new 7-arm gate proves every incremental result byte-identical to a cold rebuild (edit, delete, add, no-op, mtime-race, torn-read). Responses now disclose reingest counts, so a long session can see what its refresh cost.

Install or update:

RIPWIRE_REPO=redhat-et/ripwire bash -c "$(curl -fsSL https://raw.githubusercontent.com/redhat-et/ripwire/main/scripts/install.sh)"