Commit b5d22c1
committed
Fall back to the pure-node CLI so check 19 degrades to a visible skip
The native package resolves as an optional dependency and did not arrive on the
runner, so asserting `claude --version` turned a missing optional download into
a red build over something this repo does not control.
The package ships a documented pure-node fallback for this case. Use it when the
native binary is absent, and report rather than fail if even that is unavailable:
check 19 runs its own two-way control and skips with a reason when the validator
cannot be trusted, so the gate output says plainly that the manifests went
unvalidated on this run instead of implying they passed.1 parent ce1d7c7 commit b5d22c1
1 file changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
| |||
0 commit comments