Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,12 @@ codemap --json --deps --diff --ref main .
codemap --json --importers path/to/file .
```

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

```bash
bash scripts/codemap-blast-radius.sh --markdown --ref main .
bash scripts/codemap-blast-radius.sh --json --ref main .
codemap blast-radius --ref main .
codemap blast-radius --json --ref main .
codemap blast-radius --text --ref main .
```

## Claude Integration
Expand Down
Loading
Loading