Task summary
CHANGELOG.md and CLI help document batch, completion, and config set, but README.md has no usage sections for these commands. Add short sections with examples matching the style of existing suggest and history docs.
Why this is a good first issue
Pure documentation work — no TypeScript required. Easy to verify by comparing against commit-echo <command> --help output.
Suggested files or areas
README.md
src/index.ts — CLI help text for reference
CHANGELOG.md — feature descriptions
Acceptance criteria
Extra context
Keep sections concise and consistent with the existing README tone. No need to duplicate full flag lists — link to --help where appropriate.
Task summary
CHANGELOG.mdand CLI help documentbatch,completion, andconfig set, butREADME.mdhas no usage sections for these commands. Add short sections with examples matching the style of existingsuggestandhistorydocs.Why this is a good first issue
Pure documentation work — no TypeScript required. Easy to verify by comparing against
commit-echo <command> --helpoutput.Suggested files or areas
README.mdsrc/index.ts— CLI help text for referenceCHANGELOG.md— feature descriptionsAcceptance criteria
batchusage section with at least one examplecompletionusage section with at least one exampleconfig setusage section with at least one exampleExtra context
Keep sections concise and consistent with the existing README tone. No need to duplicate full flag lists — link to
--helpwhere appropriate.