Skip to content

Commit fa6de1b

Browse files
committed
2 parents f427edf + 72267da commit fa6de1b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ While Constellation's MCP server provides raw code intelligence capabilities, th
1616

1717
### Slash commands
1818

19-
These workflows are defined as markdown in [`commands/`](plugins/constellation/commands/) (each file has `name` + `description` frontmatter). Invoke them with `/constellation:<name>`:
19+
These workflows are defined as markdown in [`commands/`](plugins/constellation/commands/) (each file has `name` + `description` frontmatter). Invoke them with `/constellation-<name>`:
2020

2121
| Command | Description |
2222
|---------|-------------|
23-
| `/constellation:status` | Check API connectivity and authentication (`api.ping`) |
24-
| `/constellation:diagnose` | Broader health check including project metrics (`api.getArchitectureOverview`) |
25-
| `/constellation:impact <symbol> <file>` | Analyze blast radius before changing a symbol |
26-
| `/constellation:deps <file> [--reverse]` | Map dependencies or find what depends on a file |
27-
| `/constellation:unused` | Discover orphaned exports and dead code |
28-
| `/constellation:architecture` | Get a high-level overview of your codebase structure |
23+
| `/constellation-status` | Check API connectivity and authentication (`api.ping`) |
24+
| `/constellation-diagnose` | Broader health check including project metrics (`api.getArchitectureOverview`) |
25+
| `/constellation-impact <symbol> <file>` | Analyze blast radius before changing a symbol |
26+
| `/constellation-deps <file> [--reverse]` | Map dependencies or find what depends on a file |
27+
| `/constellation-unused` | Discover orphaned exports and dead code |
28+
| `/constellation-architecture` | Get a high-level overview of your codebase structure |
2929

3030
### Contextual skills
3131

0 commit comments

Comments
 (0)