Commit 49eaae8
[bot:cli-maxxing] Claude-first: upfront sub gate + retry-hardened install (2026-04-17)
Nathan's ask: users should be warned about the paid claude.ai
requirement BEFORE the 20-min install downloads anything, and the
Claude Code install itself must not fail silently — it's the one
tool everything else depends on.
install.sh:
- Subscription gate banner immediately after opening title, before
Step 1 runs. Prompts "Press Enter to continue" if stdin is a tty;
gracefully continues with a warning in non-interactive mode.
Directs to https://claude.ai/ with Pro/Max guidance.
- Hard gate after Step 1 + reload_path: runs `claude --version` and
exits 1 with a clear troubleshooting banner if it doesn't work.
Stops the pipeline instead of configuring downstream steps against
a missing binary.
step-1-install.sh / install_claude_code:
- Retry loop (3 attempts, 5s/10s backoff) around `npm install -g
@anthropic-ai/claude-code`.
- Each attempt rehydrates nvm so the shim dir is visible.
- Hard verify via `claude --version` (execution, not just PATH
presence) — surfaces broken installs instead of claiming success.
- "already installed" branch also now verifies execution.
README.md:
- Prominent [!IMPORTANT] callout at the top of "Before You Start"
warning about the paid subscription requirement and linking to
claude.ai. Notes that the installer prompts upfront.
Shellcheck clean at warning+.
Co-Authored-By: claude-flow <ruv@ruv.net>1 parent 7859805 commit 49eaae8
3 files changed
Lines changed: 92 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
56 | 83 | | |
57 | 84 | | |
58 | 85 | | |
59 | 86 | | |
60 | 87 | | |
61 | 88 | | |
62 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
63 | 114 | | |
64 | 115 | | |
65 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
| 299 | + | |
| 300 | + | |
301 | 301 | | |
302 | | - | |
303 | | - | |
304 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
305 | 329 | | |
306 | | - | |
307 | | - | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
308 | 335 | | |
309 | 336 | | |
310 | 337 | | |
| |||
0 commit comments