Skip to content

Commit 8e0735c

Browse files
authored
[codex] blast-radius subcommand (#71)
* blast-radius subcommand * address blast-radius review feedback
1 parent 95a8468 commit 8e0735c

6 files changed

Lines changed: 1515 additions & 768 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,12 @@ codemap --json --deps --diff --ref main .
226226
codemap --json --importers path/to/file .
227227
```
228228

229-
For a reusable wrapper that emits either Markdown or a single JSON object:
229+
For a reusable built-in command that emits either Markdown, text, or a single JSON object:
230230

231231
```bash
232-
bash scripts/codemap-blast-radius.sh --markdown --ref main .
233-
bash scripts/codemap-blast-radius.sh --json --ref main .
232+
codemap blast-radius --ref main .
233+
codemap blast-radius --json --ref main .
234+
codemap blast-radius --text --ref main .
234235
```
235236

236237
## Claude Integration

0 commit comments

Comments
 (0)