mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-21 10:36:27 +03:00
Upstream sha a264199177.
`install`, `link`, `update` and `check` render static help before entering
any operational path, through both the top-level verb and the legacy `skills`
namespace, for `--help` and `-h` alike.
Verified against origin/main's `cli/bin/cli.js`: all six spellings produce
identical text and exit codes.
Oracle: a new `tests/oracle/cases/skills.mjs` with seven help cases. Only the
help paths are pinned there; every other installer path writes into harness
directories or reaches the network.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
8 lines
613 B
JSON
8 lines
613 B
JSON
{
|
|
"stdout": "Usage: impeccable update [options]\n\nUpdate an existing Impeccable skill installation.\n\nOptions:\n -y, --yes Accept detected defaults without prompting\n --scope=<scope> Update scope: project or global\n --project Update the current project installation\n --user, --global Update the user-level installation\n --no-hooks Update skills without changing hook manifests\n --force Replace installed skill files\n -h, --help Show this help message\n",
|
|
"stderr": "",
|
|
"exit": 0,
|
|
"signal": null,
|
|
"files": {}
|
|
}
|