Commit 3fe846d
refactor(compose): rename docker-compose to compose, remove Docker Desktop assumption
- Rename tool from "docker-compose" to "compose" (the actual subcommand)
- Rename catalog file: docker-compose.json → compose.json
- Remove "make install-docker" hint (compose is separate from docker CLI)
- Update notes: compose can be installed separately or with Docker Desktop
- Update snapshot and latest_versions.json with new tool name
Fixes incorrect assumptions:
- Tool name should be "compose" not legacy "docker-compose" binary name
- Compose plugin is NOT always from Docker Desktop
- Compose and Docker CLI are separate installations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4f0f33c commit 3fe846d
4 files changed
Lines changed: 6 additions & 7 deletions
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
| 665 | + | |
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
| |||
0 commit comments