Commit ef67449
feat(devx): gate the
* feat(devx): gate the `os package publish` example set against its documented block
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
* fix(devx): spell two self-test fixtures so they are not command-id literals
`check:cli-command-ids` reads any quoted run opening with a real oclif bin name
as a command-id literal, and reds when it resolves to nothing. Two fixtures in
the new parity gate's self-test were deliberately-unresolvable phrases.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
* fix(devx): let the self-test's failure branch reach the verdict handshake
The handshake guards a `return` that skips the verdict block, not the verdict's
direction; leaving the flag false on a red printed "never finished" over a run
that finished and failed.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
---------
Co-authored-by: Claude <noreply@anthropic.com>os package publish example set against its documented block (#15721)1 parent 87f0ccc commit ef67449
3 files changed
Lines changed: 973 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2386 | 2386 | | |
2387 | 2387 | | |
2388 | 2388 | | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
2389 | 2406 | | |
2390 | 2407 | | |
2391 | 2408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments