Skip to content

Commit b460ca3

Browse files
docs: add lint, compare, budget-report to command reference table
Co-authored-by: Ona <no-reply@ona.com>
1 parent 8f7ccb8 commit b460ca3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,12 @@ agent-strace server [--port 4317] [--storage DIR] Start a server-side event col
224224
agent-strace auto [--framework NAME] -- <cmd> Run a command with auto-instrumentation
225225
agent-strace watch [--timeout DURATION] [--budget $] [--on-death CMD] [--rules file]
226226
Watch a live session; kill/pause on rule breach
227+
agent-strace lint [session-id] [--strict] [--all] [--since DURATION]
228+
Analyse a session for bad behaviour patterns
229+
agent-strace compare <session-id-a> <session-id-b> [--tag TAG] [--format json]
230+
Session-to-session regression report
231+
agent-strace budget-report [--since DATE] [--format text|markdown|json]
232+
Weekly spend digest across sessions
227233
agent-strace share <session-id> [-o file] Export a self-contained HTML report
228234
agent-strace standup [--session id] Standup report from session trace (no LLM)
229235
agent-strace freshness [--scope glob] Context freshness check vs last session

0 commit comments

Comments
 (0)