Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useterse.ai/llms.txt

Use this file to discover all available pages before exploring further.

Once a week, a cron sweeps each workflow with improvements enabled, reads the last seven days of runs alongside your deployed source, and writes up to four improvement cards. Cards targeting code ship with a real git diff patch (Claude Code edits your sources in a sandbox to produce it). Cards targeting trigger config, output config, or general advice are text recommendations with no patch. Cards show up in the Improvements tab and in a weekly summary email. Apply code patches locally with the CLI:
terse list improvements
terse apply <improvement-id>
terse apply runs git apply (with --3way and an interactive --reject fallback if your working copy has drifted) and marks the improvement as Applied in the UI. Dismiss clears a card from the pending list; the toast offers a one-shot undo right after.
Workflows with no runs in the seven-day window, or four or more improvements already on file (in any status), are skipped that week. The reviewer is also instructed to disregard manual and test runs when judging behavior.

Where to go next

Deterministic tool calls

Call integration tools directly from code, no LLM in the loop.

Triggers reference

Configure what starts your workflows and how events are handled.