Skip to content

Commit 8348a2d

Browse files
docs: address quickstart review comments
1 parent c5fef6b commit 8348a2d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ shards: true # set false (or SUPERMODEL_SHARDS=f
6868
6969
## Next
7070
71-
See the [command reference](/cli/commands/analyze) for every command, flag, and example.
71+
See the [`analyze` command reference](/cli/commands/analyze) for one-shot flags and examples.

index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The bare `supermodel` command is the live graph watcher. Run it any time you wan
8686
supermodel
8787
```
8888

89-
For one-shot analysis (no daemon), use:
89+
For one-shot analysis (no watcher), use:
9090

9191
```bash
9292
supermodel analyze
@@ -104,4 +104,4 @@ Once a graph is cached, every other command reuses it instantly:
104104
| Find usages of a symbol | `supermodel find handleRequest` |
105105
| Token-efficient context for one file | `supermodel focus path/to/file.go` |
106106

107-
See the [command reference](/cli/commands/analyze) for every flag and example.
107+
Start with the [`supermodel` watcher reference](/cli/commands/supermodel) or the [`analyze` one-shot reference](/cli/commands/analyze).

0 commit comments

Comments
 (0)