···77777878use `@oomfware/cgr` to ask questions about external repositories:
79798080- npx @oomfware/cgr ask [options] <repo>[#branch] <question>
8080+```
8181+npx @oomfware/cgr ask [options] <repo>[#branch] <question>
81828282- options:
8383- -m, --model <model> model to use: opus, sonnet, haiku (default: haiku)
8484- -w, --with <repo> additional repository to include, supports #branch (repeatable)
8383+options:
8484+ -m, --model <model> model to use: opus, sonnet, haiku (default: haiku)
8585+ -d, --deep clone full history (enables git log/blame/show)
8686+ -w, --with <repo> additional repository to include, supports #branch (repeatable)
8787+```
85888689useful repositories for development:
8790···98101- `github.com/darobin/dasl.ing` for DASL specification
99102- `github.com/did-method-plc/did-method-plc` for DID PLC implementation reference
100103101101-cgr works best with detailed questions. include file/folder paths when you know them, and reference
102102-details from previous answers in follow-ups.
104104+broad questions work for getting oriented; detailed questions get precise answers. include
105105+file/folder paths when you know them, and reference details from previous answers in follow-ups.
106106+107107+run `npx @oomfware/cgr --help` for more options.