What does runtrim check do?
It evaluates the current run against the defined task, checks changed file paths against allowed scope, and surfaces verification debt and missing proof.
Run verification
AI agents report completion without a structured verification step. RunTrim checks changed files, scope adherence, and missing proof after the run so risky output does not ship unreviewed.
01 / The problem
02 / Root cause
03 / Without RunTrim
04 / With RunTrim
05 / FAQ
It evaluates the current run against the defined task, checks changed file paths against allowed scope, and surfaces verification debt and missing proof.
Verification debt is the accumulated set of checks and confirmations that were defined before the run but not yet confirmed as passing after it.
No. RunTrim tracks which verifications were defined and which are still outstanding. Running the actual tests is the engineer's responsibility.
A structured summary of the run including status, changed paths, risk indicators, verification debt, and recommended follow-up actions.
RunTrim reads changed file paths and project config locally. It does not read file contents or upload source code in V1.
Keep AI coding agents scoped before they edit.
Broad tasks can drift into auth, billing, env, database, middleware, and other sensitive areas. Guardrails reduce that risk.
Keep run history across Claude, Codex, Cursor and ChatGPT.
AI coding gets messy when every session starts from scratch. RunTrim keeps local run memory visible between sessions.
AI agent scope drift: what it is and how to prevent it.
Scope drift happens when an AI coding agent edits files outside the intended task surface. It costs tokens, introduces risk, and makes post-run review harder.
Reduce Claude Code token waste with scoped runs and local memory.
Token waste in Claude Code comes from unscoped tasks, repeated context reconstruction, and sessions that restart from scratch after a limit. RunTrim addresses all three.
Run runtrim check after every agent session to surface scope violations and verification debt before they ship.
Free in V1 · No account required · Local-first · Agent-agnostic