You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: auto-detect project dependencies with AI agent integration
Add `openboot init` auto-detection: scans project files (package.json,
go.mod, Cargo.toml, docker-compose.yml, etc.) to detect missing
dependencies and install them via Homebrew.
Three modes designed for AI coding agents:
- `--check --json`: report missing deps as JSON (exit 1 if missing)
- `--auto`: auto-install all missing deps without prompts
- Interactive TUI for human users
Add `openboot setup-agent` command that writes global rules to
Claude Code and OpenAI Codex so agents automatically use openboot
when they encounter missing dependencies.
New package: internal/detector/ with 15 detection rules, version
extraction, docker-compose service parsing, and 25 unit tests.
0 commit comments