Skip to content

chore(release): v0.2.1 - #5

Merged
svd merged 2 commits into
mainfrom
dev
Sep 6, 2026
Merged

chore(release): v0.2.1#5
svd merged 2 commits into
mainfrom
dev

Conversation

@svd

@svd svd commented Sep 6, 2026

Copy link
Copy Markdown
Owner
  • The skill's command reference is one file per noun. reference/commands.md keeps the
    conventions every verb shares — argument resolution, the list envelope, paging defaults, exit
    codes, environment variables — and indexes reference/commands/<noun>.md, so answering a
    question about one noun reads roughly a tenth of what the single 87 KB file cost. api and
    search move from the config section to top-level.md, where they belong.
  • SKILL.md documents the config verbs, which the cheat-sheet had omitted, and no longer
    compares the CLI with the Node msgraph skill: the "Differences from" section is gone, as are
    the P0/P1/P2 parity tiers. Where a verb needs more than the default scope set it now says so
    in place, as Beyond \default`:; a verb without that line works with default`.
  • The README links the skill's command documentation.

svd added 2 commits September 6, 2026 13:14
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.
@svd
svd merged commit ba8dae1 into main Sep 6, 2026
12 checks passed
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