Step 1
Go
runtrim go "your task"Prepare a guarded prompt, copy it for your agent, and save the run locally.
HOW IT WORKS
Start with one command. RunTrim scopes the work before the agent starts, watches what changes, and preserves the next safe step.
If you are unsure, run runtrim start.
Step 1
runtrim go "your task"Prepare a guarded prompt, copy it for your agent, and save the run locally.
Step 2
Use Claude, Codex, Cursor, ChatGPT, or your configured agent.
Step 3
runtrim panel --monitorKeep local state visible while the agent works.
Step 4
runtrim checkReview changed files, proof gaps, and drift before continuing.
Step 5
runtrim continue --reason usage_limitCreate a continuation prompt when context, usage, or the session runs out.
What local memory means
RunTrim stores project memory in .runtrim so the next session does not restart from scratch.
What RunTrim reads
What RunTrim does not upload in V1
RunTrim does not need to upload source code to create a guarded run contract. Cloud sync, when enabled, is metadata-only and currently part of Pro early access.
Free local CLI works without an account. Cloud memory is rolling out through Pro early access.
npm install -g runtrim
runtrim go "your task"