···67676868- Explore tool (subagents for exploration, planning, etc.) may not always be accurate; verify
6969 subagent findings when needed
7070-7171-### cgr
7272-7373-use `@oomfware/cgr` to ask questions about external repositories.
7474-7575-```
7676-npx @oomfware/cgr ask [options] <repo>[#branch] <question>
7777-7878-options:
7979- -m, --model <model> model to use: opus, sonnet, haiku (default: haiku)
8080- -d, --deep clone full history (enables git log/blame/show)
8181- -w, --with <repo> additional repository to include, supports #branch (repeatable)
8282-```
8383-8484-useful repositories:
8585-8686-- `github.com/rolldown/rolldown` for Rolldown bundler, @rolldown/browser API
8787-- `github.com/solidjs/solid` for Solid.js core reactivity and components
8888-- `github.com/vitejs/vite` for Vite dev server, build tooling, plugin API
8989-- `github.com/oxc-project/oxc` for Oxlint linter, Oxfmt formatter
9090-9191-cgr works best with detailed questions. include file/folder paths when you know them, and reference
9292-details from previous answers in follow-ups.
9393-9494-run `npx @oomfware/cgr --help` for more options.