| Symptom | Fix |
|---|---|
| Pairing status reports that setup is incomplete. | Run the skill again and let it complete setup, or use benchmark pair setup --agent codex in the CLI-only workflow. |
benchmark update fails or still targets an old install channel. | Reinstall with the public installer: curl -fsSL https://teamwork-graph.atlassian.com/cli/benchmark/install | bash. |
| A run was interrupted. | Start a new paired run through the skill so both isolated lanes use the same selector and fresh pairing. |
| I need to inspect a failed command. | Run benchmark <command> --help and share the exact command, exit code, stdout, and stderr. |
These are the commands a benchmark run uses. Run benchmark <command> --help for the complete flag list on any of them.
| Command | Purpose |
|---|---|
benchmark version | Confirm the installed CLI version. |
benchmark update | Update a healthy current installation; use the public installer if update fails. |
benchmark pair status --agent codex --json | Check pairing readiness. Exit code 1 means setup is still required. |
benchmark pair setup --agent codex | Configure and verify pairing for the selected agent. |
benchmark live | Start the local dashboard for a CLI-only paired run. |
benchmark run control | Run the isolated baseline lane. |
benchmark run test | Run the isolated Teamwork Graph lane. |
benchmark doctor | Run CLI diagnostics. |
benchmark report | Regenerate a local report from a completed run. |
benchmark report zip | Package local results when sharing has been explicitly agreed. |
| Argument | Rule |
|---|---|
--orchestrator-host HOST | Optional host override for benchmark pair setup and benchmark pair status. For example, use benchmark pair setup --agent codex --orchestrator-host cursor in Cursor. Omit it for normal Codex and Claude Code runs because auto is the default. |
| Argument | Rule |
|---|---|
--agent codex / --agent claude | Use the same agent in both lanes. |
--suite cc | Supported default suite; pass it to both lanes. |
--scenario NAME | Use instead of --suite or --prompt, and pass it to both lanes. |
--prompt TEXT | Use instead of --suite or --scenario, and pass the exact same text to both lanes. |
--parallelism 1 | Keep each lane serial and predictable. |
--binary | Resolve the installed twg binary for the test lane only. |
| Selector rule | Choose exactly one of --suite, --scenario, or --prompt. Do not add unsupported --limit. |
Rate this page: