Skip to content

docs: recommend install-and-run command, improve postinstall visibility#18

Merged
simaonogueira101 merged 1 commit intomainfrom
docs/install-and-run
Feb 11, 2026
Merged

docs: recommend install-and-run command, improve postinstall visibility#18
simaonogueira101 merged 1 commit intomainfrom
docs/install-and-run

Conversation

@simaonogueira101
Copy link
Member

Summary

  • Update install instructions: Change the README from npm install -g talent-agent to npm install -g talent-agent && talent-agent so users get immediate feedback -- either the TUI launches (if Bun is installed) or the wrapper shows a clear "install Bun" error.
  • Improve postinstall visibility: Write output to /dev/tty (bypasses npm v7+ lifecycle suppression in real terminals) with a graceful stderr fallback for CI/Docker.

Test plan

  • All 195 tests pass
  • README install section updated with explanation

Made with Cursor

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>
@simaonogueira101 simaonogueira101 merged commit 57515bb into main Feb 11, 2026
1 check passed
@simaonogueira101 simaonogueira101 deleted the docs/install-and-run branch February 11, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant