Fix: treat update --help as read-only (#699) - #705
Conversation
Print update usage and return before any download, prompt, or skill write. AI assistance: prepared with Cursor Grok under maintainer direction. Co-authored-by: Cursor <cursoragent@cursor.com>
Greptile SummaryThis change makes The update-help behavior was exercised with an intentionally missing local bundle path and isolated project and home directories. No defects were found. Confidence Score: 5/5Safe to merge: update help is read-only across both top-level and legacy command forms. Focused automated coverage and isolated command-line execution verified every supported help spelling with a missing bundle path and before-and-after filesystem snapshots. Files Needing Attention: No files need further attention.
What T-Rex did
Reviews (1): Last reviewed commit: "Fix: treat update --help as read-only (#..." | Re-trigger Greptile |
`impeccable --help` and `update --help` now share one catalog aligned to the docs site, and still return without downloading or writing files. AI assistance: prepared with Cursor Grok under maintainer direction. Co-authored-by: Cursor <cursoragent@cursor.com>
impeccable update --helpused to run a real update. It now prints the same catalog asimpeccable --helpand returns without downloading, prompting, or writing files.Fixes #699
Validated with
bun test tests/skills-cli.test.js. AI-assisted under maintainer direction.