feat(supervisor): add INFO logging for process startup
Add visibility into supervisor process lifecycle by logging when processes start:
- Log process name and command when launching
- Log PID when process successfully starts
- Log supervisor startup message
- Log total process count before entering supervision loop
This complements the existing logging for process failures and restarts.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>