Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/USER-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,12 @@ trajectory repair metrics # Local-only historical m
trajectory backfill-my-metrics --since 2026-07-05 --until 2026-08-05 --yes # user-driven Codex cost repair
```

`--my-usage` and `--task-metrics` only shape the dry-run preview; they do not
change what `--yes` executes. `--yes` alone always runs either the Codex-source
cost repair described below or a `--campaign`-gated managed replay. There is
currently no self-service `--yes` path that publishes non-Codex historical
data (e.g. Claude Code) without a managed campaign.

The explicit user-driven Codex repair can cover up to the effective
`capture.retention_days` age window (`0` keeps history forever), reads only the
user's Codex/Codex.app rollout history, requires `--yes` for publication, and
Expand Down