75dca2cfbe
Sync to CNB / sync (push) Has been cancelled
Auto-close harvested PRs / close (push) Has been cancelled
cargo-deny / cargo-deny (advisories) (push) Has been cancelled
cargo-deny / cargo-deny (bans licenses sources) (push) Has been cancelled
CI / Change detection (push) Has been cancelled
CI / Version drift (push) Has been cancelled
CI / Integrations (push) Has been cancelled
Security audit / cargo-audit (push) Has been cancelled
Web Frontend / Lint & Type Check (push) Has been cancelled
CI / Documentation (push) Has been cancelled
Web Frontend / Deployment approval needed (push) Has been cancelled
CI / Safety gate (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Workflow RLM cache (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / npm wrapper smoke (push) Has been cancelled
CI / Mobile runtime smoke (push) Has been cancelled
CI / Workflow lint (push) Has been cancelled
Web Frontend / Deploy to Cloudflare (push) Has been cancelled
`.github/scripts/release-workflows.test.js:105` asserts `doesNotMatch(nightly, /codewhale-tui/)`. The surrounding assertions show why: nightly must build `-p codewhale-cli` and stage `codewhale`/`codew` artifacts, never the legacy `codewhale-tui` binary. It is a textual guard, so prose trips it as readily as a build argument would. The stack-size comment I added named the crate being compiled. Reworded to `crates/tui`, which says the same thing without the guarded token. The underscored `codewhale_tui` in the quoted rustc error is untouched — the guard matches the hyphenated binary name, and the quoted diagnostic is the evidence that makes the comment worth having. Weakening the guard to accommodate a comment would have been the wrong trade: it protects a real invariant about what nightly builds. Verified: the full ci.yml `versions` job run locally — check-versions.sh plus all thirteen release-helper contract tests — passes end to end, and actionlint 1.7.12 is clean. Signed-off-by: Hunter Bown <hmbown@gmail.com>