Skip to content

docs(atr-runbook): correct the atr client commands (start/upload/check/vote)#791

Merged
potiuk merged 2 commits into
mainfrom
fix-atr-runbook-commands
Jul 8, 2026
Merged

docs(atr-runbook): correct the atr client commands (start/upload/check/vote)#791
potiuk merged 2 commits into
mainfrom
fix-atr-runbook-commands

Conversation

@potiuk

@potiuk potiuk commented Jul 8, 2026

Copy link
Copy Markdown
Member

Summary

The ATR runbook's Compose (Step C) and Vote (Step D) command blocks were placeholders that don't match the actual atr client — they used atr release create … --rc, atr release upload, and atr checks list, none of which exist. Corrected against the client's COMMANDS.md:

Was Now
atr release create magpie <v> --rc <rc> atr release start magpie <v> — revision-based, no --rc
atr release upload magpie <v> <files…> atr upload magpie <v> PATH FILEPATH — top-level, one file per call
atr checks list magpie <v> atr check status magpie <v> --verbose (+ atr check blockers … <revision>)
(vote start unspecified) atr vote start magpie <v> <revision> -m dev@… --duration 72 --subject …

Discovered while running the ATR path for the 0.1.0 release: atr release create / atr release upload errored, and the client uses revisions rather than rc-numbers.

Notes

  • Docs-only change to docs/release-management/atr-release-runbook.md (Steps C + D).
  • ATR is still alpha and the client's API is explicitly unstable, so the runbook keeps the "run atr <cmd> --help to confirm flags" caveat.

🤖 Generated with Claude Code

potiuk added 2 commits July 8, 2026 21:29
…k/vote)

The ATR runbook's Compose/Vote commands were placeholders that no longer
match the atr client. Per the client's COMMANDS.md: release drafts are
'atr release start PROJECT VERSION' (revision-based, no --rc), files upload
one-per-call via top-level 'atr upload PROJECT VERSION PATH FILEPATH', checks
are 'atr check status/blockers …', and the vote is 'atr vote start PROJECT
VERSION REVISION -m LIST --duration …'. Update Steps C and D accordingly.
… on vote start

Follow-up corrections: the revision id is listed by 'atr revisions PROJECT
VERSION' (not 'atr check status'); and when 'atr check concerns' surfaces
non-blocking concerns, start the vote with the concerns-noted flag so they are
acknowledged in the thread. Adds 'atr revisions' + 'atr check concerns' to the
Compose poll block.
@potiuk potiuk merged commit 66b34ae into main Jul 8, 2026
9 checks passed
@potiuk potiuk deleted the fix-atr-runbook-commands branch July 8, 2026 20:45
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.

1 participant