a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

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

chore: update CLAUDE.md

Mary 69888501 04631931

+11 -6
+11 -6
CLAUDE.md
··· 77 77 78 78 use `@oomfware/cgr` to ask questions about external repositories: 79 79 80 - npx @oomfware/cgr ask [options] <repo>[#branch] <question> 80 + ``` 81 + npx @oomfware/cgr ask [options] <repo>[#branch] <question> 81 82 82 - options: 83 - -m, --model <model> model to use: opus, sonnet, haiku (default: haiku) 84 - -w, --with <repo> additional repository to include, supports #branch (repeatable) 83 + options: 84 + -m, --model <model> model to use: opus, sonnet, haiku (default: haiku) 85 + -d, --deep clone full history (enables git log/blame/show) 86 + -w, --with <repo> additional repository to include, supports #branch (repeatable) 87 + ``` 85 88 86 89 useful repositories for development: 87 90 ··· 98 101 - `github.com/darobin/dasl.ing` for DASL specification 99 102 - `github.com/did-method-plc/did-method-plc` for DID PLC implementation reference 100 103 101 - cgr works best with detailed questions. include file/folder paths when you know them, and reference 102 - details from previous answers in follow-ups. 104 + broad questions work for getting oriented; detailed questions get precise answers. include 105 + file/folder paths when you know them, and reference details from previous answers in follow-ups. 106 + 107 + run `npx @oomfware/cgr --help` for more options.