Fix Happy Coder startup #3

Merged
cpfarhood merged 1 commits from fix/happy-daemon-start into main 2026-02-20 12:16:22 +00:00
cpfarhood commented 2026-02-20 11:33:50 +00:00 (Migrated from github.com)

Summary

  • The happy-coder npm package installs a binary named happy, not happy-coder — the old call was always failing silently
  • Switch to happy daemon start which is the correct way to run it as a background service
  • Create $HOME on the PVC if it doesn't exist yet, fixing git config failures on fresh volumes

Test plan

  • Merge and bounce pod
  • Check logs for Happy Coder daemon started
  • Verify happy daemon status shows running inside the container

🤖 Generated with Claude Code
via Happy

## Summary - The `happy-coder` npm package installs a binary named `happy`, not `happy-coder` — the old call was always failing silently - Switch to `happy daemon start` which is the correct way to run it as a background service - Create `$HOME` on the PVC if it doesn't exist yet, fixing `git config` failures on fresh volumes ## Test plan - [ ] Merge and bounce pod - [ ] Check logs for `Happy Coder daemon started` - [ ] Verify `happy daemon status` shows running inside the container 🤖 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering)
Sign in to join this conversation.