Conversation
The single reference/commands.md had grown to 87 KB, and answering a question about one flag meant reading all of it. The verbs now live one file per noun under reference/commands/; commands.md keeps what they share — argument resolution, the list envelope, paging defaults, exit codes, environment variables — and indexes the rest. A mail question reads 25 KB instead of 87 KB. Concatenating the new files reproduces the old one line for line apart from the rewritten intro. `api` and `search` had been filed under the config section; they move to top-level.md. SKILL.md gains the config verbs, which the cheat-sheet had never listed, and drops its comparison with the Node msgraph skill: the "Differences from" section, the stray references, and the P0/P1/P2 parity tiers, which told the reader nothing the scopes did not. What survives is the part with an operational meaning — a verb needing more than the default scope set now says so in place. test_docs.py globs the per-noun files, and two new tests keep the index and the files in step: every file is linked, every link resolves, and every file points back at the shared conventions.
- Split the skill's command reference into one file per noun, with reference/commands.md holding shared conventions and indexing them. - SKILL.md documents the config verbs and drops the msgraph comparison section. - The README links the skill's command documentation.
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.
reference/commands.mdkeeps theconventions every verb shares — argument resolution, the list envelope, paging defaults, exit
codes, environment variables — and indexes
reference/commands/<noun>.md, so answering aquestion about one noun reads roughly a tenth of what the single 87 KB file cost.
apiandsearchmove from theconfigsection totop-level.md, where they belong.configverbs, which the cheat-sheet had omitted, and no longercompares the CLI with the Node
msgraphskill: the "Differences from" section is gone, as arethe P0/P1/P2 parity tiers. Where a verb needs more than the
defaultscope set it now says soin place, as
Beyond \default`:; a verb without that line works withdefault`.