Commit Graph

4 Commits

Author SHA1 Message Date
38a7b74872 refactor: use error function for missing tool detection
- Add `error` helper to print red-colored error messages
- Replace hardcoded "not found" strings with `error` calls
- Add checks for uv, pipx, nodejs, pnpm, and mise
2026-03-26 10:40:59 +08:00
add5477c52 update version checks to use command -v and add llm check
Use `command -v` instead of `/usr/bin/env` for consistency and reliability, and add check for `llm` command.
2026-03-25 18:31:34 +08:00
5bd67b766f auto commit at 2026-03-25 17:37:53 2026-03-25 17:37:53 +08:00
7dc0b7c337 init repo 2026-03-25 14:05:42 +08:00