summaryrefslogtreecommitdiff
path: root/makima/src/daemon/setup.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add dependency checking on daemon startup (#19)soryu2026-01-221-0/+325
- Create setup module with check_dependencies() to verify Claude Code, git, and npm are installed - Add colored status output showing version info for each dependency - If Claude Code is missing and npm is available, offer to install it - Show OS-specific installation instructions for missing dependencies - Add --skip-setup-check flag to DaemonArgs for CI/CD environments - Check runs as step [0/5] before configuration loading Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>