v0.7.3 — gate --summary/--json, in-place integrate refresh
Veridge 0.7.3
Integration & CI ergonomics. No engine changes — the graph, queries and zero-dependency core are
identical to 0.7.2.
New
veridge gate --summary— counts + verdict only, without the per-reference detail list.
Handy for large repos and CI logs.veridge gate --json— machine-readable result (ok,broken,stale,orphans, plus the
fullbroken_refslist) for wiringgateinto CI. Exit code is unchanged:0clean,1drift.
Fixed
veridge integraterefreshes the steering note in place. Re-running it on an already-wired
project replaces the<!-- veridge:start -->…<!-- veridge:end -->block inCLAUDE.md/
AGENTS.mdwith the current directive, instead of skipping because the marker was already
present. Surrounding content is preserved and the operation stays idempotent. Previously,
projects wired with an older version kept a stale note — nowveridge integrate claude|codex
brings them up to date.
The gate --summary mode comes from a real evaluation of Veridge on a large TypeScript monorepo.