skillhub/scripts/tests
Cheney 70b962a4c8 fix(cli): harden release pipeline per PR #422 review
1. npm version check: three-state logic (exists/missing/error) to prevent
   silent skip on network failures, registry 5xx, or auth issues.

2. workflow_dispatch: checkout the specified tag and validate SHA matches,
   preventing builds from wrong ref.

3. Atomic push: use `git push --atomic` and detect unpushed tags via
   `git ls-remote` instead of `--no-merged` (catches branch-pushed-but-
   tag-failed state).
2026-05-12 17:15:35 +08:00
..
dev-process-test.sh fix(dev): ignore invalid backend pid files 2026-03-23 17:14:16 +08:00
publish-cli-test.sh fix(cli): harden release pipeline per PR #422 review 2026-05-12 17:15:35 +08:00