Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove cgr from CLAUDE.md

Mary 6ffc7dc1 8fd6c670

-25
-25
CLAUDE.md
··· 67 67 68 68 - Explore tool (subagents for exploration, planning, etc.) may not always be accurate; verify 69 69 subagent findings when needed 70 - 71 - ### cgr 72 - 73 - use `@oomfware/cgr` to ask questions about external repositories. 74 - 75 - ``` 76 - npx @oomfware/cgr ask [options] <repo>[#branch] <question> 77 - 78 - options: 79 - -m, --model <model> model to use: opus, sonnet, haiku (default: haiku) 80 - -d, --deep clone full history (enables git log/blame/show) 81 - -w, --with <repo> additional repository to include, supports #branch (repeatable) 82 - ``` 83 - 84 - useful repositories: 85 - 86 - - `github.com/rolldown/rolldown` for Rolldown bundler, @rolldown/browser API 87 - - `github.com/solidjs/solid` for Solid.js core reactivity and components 88 - - `github.com/vitejs/vite` for Vite dev server, build tooling, plugin API 89 - - `github.com/oxc-project/oxc` for Oxlint linter, Oxfmt formatter 90 - 91 - cgr works best with detailed questions. include file/folder paths when you know them, and reference 92 - details from previous answers in follow-ups. 93 - 94 - run `npx @oomfware/cgr --help` for more options.