docs: recommend install-and-run command, improve postinstall visibility#18
Merged
simaonogueira101 merged 1 commit intomainfrom Feb 11, 2026
Merged
docs: recommend install-and-run command, improve postinstall visibility#18simaonogueira101 merged 1 commit intomainfrom
simaonogueira101 merged 1 commit intomainfrom
Conversation
Update the README install instructions to `npm install -g talent-agent && talent-agent` so users get immediate feedback after installing -- either the interactive TUI launches or the bin wrapper shows a clear "install Bun" message. Also write postinstall output to /dev/tty (with stderr fallback) so the welcome message bypasses npm v7+'s lifecycle output suppression in real terminals. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm install -g talent-agenttonpm install -g talent-agent && talent-agentso users get immediate feedback -- either the TUI launches (if Bun is installed) or the wrapper shows a clear "install Bun" error./dev/tty(bypasses npm v7+ lifecycle suppression in real terminals) with a graceful stderr fallback for CI/Docker.Test plan
Made with Cursor