feat(install): fancy ASCII kitten banner on curl | sh - #3
Conversation
Print a 9lives 🐾 kitten + wordmark banner when the installer runs. Bold-cyan on a real terminal; color auto-strips when stdout isn't a tty (so logs/pipes stay clean). Installer-only change — no package impact.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Sigilix OverviewEffort: 1/5 (trivial) Quality gates
Summary — latest pushAdds a Important files
Confidence: 5/5Narrow, installer-only change using well-established POSIX patterns for tty detection and quoted heredocs, with no impact on application logic.
|
Adds a 🐾 ASCII kitten +
9liveswordmark banner printed at the top of thecurl -sL 9lives.run | shinstall flow.[ -t 1 ]), so piped/CI logs stay clean.shsafe (sh -npasses; quoted heredoc keeps the backslash art literal). Installer-only — no Python package change.Note: goes live at
9lives.runoncev1is re-pointed to the merge commit (installer-only, so no version bump / PyPI republish needed).