Skip to content

Add hidden rwx runs alias for rwx results#425

Merged
robinaugh merged 1 commit intomainfrom
jason/rwx-155-hidden-runs-alias
Mar 16, 2026
Merged

Add hidden rwx runs alias for rwx results#425
robinaugh merged 1 commit intomainfrom
jason/rwx-155-hidden-runs-alias

Conversation

@robinaugh
Copy link
Contributor

@robinaugh robinaugh commented Mar 16, 2026

Summary

  • Adds a hidden runs command with get and show subcommands, all delegating to resultsCmd
  • Coding agents frequently hallucinate rwx runs get/rwx runs show instead of rwx results — this alias silently works so agents get results without a non-zero exit code triggering retry loops
  • Follows the existing pushimage push backward-compat pattern

Test plan

  • go build ./cmd/rwx compiles
  • go test ./cmd/... passes
  • ./rwx runs --help shows "Alias for rwx results"
  • ./rwx runs get --help shows "Alias for rwx results"
  • ./rwx runs show --help shows "Alias for rwx results"
  • ./rwx runs <run-id> returns results
  • ./rwx runs get <run-id> returns results
  • ./rwx runs show <run-id> returns results

Coding agents frequently hallucinate `rwx runs get` or `rwx runs show`
instead of the correct `rwx results`. A hidden alias that silently works
avoids non-zero exit codes that cause agents to retry in doom loops.

Supports `rwx runs [run-id]`, `rwx runs get [run-id]`, and
`rwx runs show [run-id]`, all delegating to the results command.
@robinaugh robinaugh self-assigned this Mar 16, 2026
@robinaugh robinaugh marked this pull request as ready for review March 16, 2026 16:08
@robinaugh robinaugh merged commit 335a035 into main Mar 16, 2026
1 check passed
@robinaugh robinaugh deleted the jason/rwx-155-hidden-runs-alias branch March 16, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants