docs: make the README a full CLI-contract reference#1676
Merged
mergify[bot] merged 1 commit intoJun 25, 2026
Conversation
Contributor
Author
|
This pull request is part of a Mergify stack:
|
Contributor
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
e7b5606 to
f77d690
Compare
Contributor
Author
Revision history
|
kozlek
previously approved these changes
Jun 23, 2026
f77d690 to
16f2d20
Compare
This was referenced Jun 23, 2026
jd
previously approved these changes
Jun 23, 2026
Base automatically changed from
devs/JulianMaurin/feat/rust-cli-excellence/print-enable-shell-completions--9231ed40
to
main
June 25, 2026 07:46
16f2d20 to
4e28508
Compare
jd
previously approved these changes
Jun 25, 2026
Expand README.md from a flat command list into a group-altitude CLI reference: command groups, the token/repository/api-url resolution order, global options, environment variables, exit codes, and shell completions, plus badges and a quick-start. Per-subcommand detail stays in `--help` and docs.mergify.com. Rewrite the AGENTS.md README rule to match: keep the group-altitude contract current — command groups, global flags, env fallbacks, exit codes — and do not re-add an exhaustive subcommand list. The cli_schema_golden test guards the schema snapshot, not the README prose. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: I4677f612bd5c0043c213414f009575974b1a0f96
kozlek
previously approved these changes
Jun 25, 2026
4e28508 to
e9c1676
Compare
Pull request has been modified.
remyduthu
approved these changes
Jun 25, 2026
kozlek
approved these changes
Jun 25, 2026
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
Contributor
Merge Queue Status
This pull request spent 23 seconds in the queue, including 4 seconds running CI. Required conditions to merge
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expand README.md from a flat command list into a group-altitude CLI
reference: command groups, the token/repository/api-url resolution order,
global options, environment variables, exit codes, and shell completions,
plus badges and a quick-start. Per-subcommand detail stays in
--helpanddocs.mergify.com.
Rewrite the AGENTS.md README rule to match: keep the group-altitude contract
current — command groups, global flags, env fallbacks, exit codes — and do
not re-add an exhaustive subcommand list. The cli_schema_golden test guards
the schema snapshot, not the README prose.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com