Skip to content

Commit f32d10a

Browse files
jawwad-aliclaude
andcommitted
docs(integrations): clarify that default 'integration list' shows only built-ins
The --catalog row implied the default list already includes the full installed set; in fact 'integration list' iterates INTEGRATION_REGISTRY (built-ins) and marks installed status, so a community integration that is not built in only appears with --catalog. Reword the option and the intro sentence to say the default shows the built-in integrations and --catalog adds community ones. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 98d3bc1 commit f32d10a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/reference/integrations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify
4848
specify integration list
4949
```
5050

51-
| Option | Description |
52-
| ----------- | ------------------------------------------------------------------------------------------- |
53-
| `--catalog` | Browse the full catalog (built-in + community) instead of only the built-in/installed set |
51+
| Option | Description |
52+
| ----------- | ----------------------------------------------------------------------------------------------------------------------- |
53+
| `--catalog` | Also browse the catalog (built-in **and** community). Community integrations that are not built in are only shown here. |
5454

55-
Shows all available integrations, which one is currently installed, and whether each requires a CLI tool or is IDE-based.
55+
Shows the built-in integrations, which one is currently installed, and whether each requires a CLI tool or is IDE-based.
5656
When multiple integrations are installed, the list marks the default integration separately from the other installed integrations.
5757
The list also shows whether each built-in integration is declared multi-install safe.
5858

0 commit comments

Comments
 (0)