@compozy/cli 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -11
  2. package/package.json +21 -21
package/README.md CHANGED
@@ -22,6 +22,10 @@
22
22
 
23
23
  One CLI to replace scattered prompts, manual task tracking, and copy-paste review cycles. Compozy drives the full lifecycle of AI-assisted development: product ideation, technical specification, task breakdown with codebase-informed enrichment, concurrent execution across agents, and automated PR review remediation.
24
24
 
25
+ <div align="center">
26
+ <img src="imgs/screenshot.png" alt="Compozy Agent Loop" width="100%">
27
+ </div>
28
+
25
29
  ## ✨ Highlights
26
30
 
27
31
  - **One command, 40+ agents.** Install bundled skills into Claude Code, Codex, Cursor, Droid, OpenCode, Pi, and 40+ other agents and editors with `compozy setup` — no npm, pipx, or external tools required.
@@ -39,23 +43,12 @@ One CLI to replace scattered prompts, manual task tracking, and copy-paste revie
39
43
 
40
44
  #### Homebrew
41
45
 
42
- ```bash
43
- brew tap compozy/compozy
44
- brew install --cask compozy
45
- ```
46
-
47
46
  #### NPM
48
47
 
49
48
  ```bash
50
49
  npm install -g @compozy/cli
51
50
  ```
52
51
 
53
- #### Go
54
-
55
- ```bash
56
- go install github.com/compozy/compozy/cmd/compozy@latest
57
- ```
58
-
59
52
  #### From Source
60
53
 
61
54
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@compozy/cli",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "Compozy CLI",
6
6
  "scripts": {
7
7
  "postinstall": "node install.js",
@@ -27,69 +27,69 @@
27
27
  },
28
28
  "archives": {
29
29
  "darwin-arm64": {
30
- "name": "compozy_0.1.0_darwin_arm64.tar.gz",
31
- "url": "https://github.com/compozy/compozy/releases/download/v0.1.0/compozy_0.1.0_darwin_arm64.tar.gz",
30
+ "name": "compozy_0.1.1_darwin_arm64.tar.gz",
31
+ "url": "https://github.com/compozy/compozy/releases/download/v0.1.1/compozy_0.1.1_darwin_arm64.tar.gz",
32
32
  "bins": [
33
33
  "compozy"
34
34
  ],
35
35
  "format": "tar.gz",
36
36
  "checksum": {
37
37
  "algorithm": "sha256",
38
- "digest": "41bafc4f039d1fe562d8b9e4a4ec2549a2e22de963f2454dae1101de8a9afcbb"
38
+ "digest": "409f6227202f1bcb68043db8bc83596cbb19c6cfc23372a8b1572556f3d355a6"
39
39
  },
40
- "wrappedIn": "compozy_0.1.0_darwin_arm64"
40
+ "wrappedIn": "compozy_0.1.1_darwin_arm64"
41
41
  },
42
42
  "darwin-x64": {
43
- "name": "compozy_0.1.0_darwin_x86_64.tar.gz",
44
- "url": "https://github.com/compozy/compozy/releases/download/v0.1.0/compozy_0.1.0_darwin_x86_64.tar.gz",
43
+ "name": "compozy_0.1.1_darwin_x86_64.tar.gz",
44
+ "url": "https://github.com/compozy/compozy/releases/download/v0.1.1/compozy_0.1.1_darwin_x86_64.tar.gz",
45
45
  "bins": [
46
46
  "compozy"
47
47
  ],
48
48
  "format": "tar.gz",
49
49
  "checksum": {
50
50
  "algorithm": "sha256",
51
- "digest": "b6eec971180824ff6f514d6b3e9907084a6c554afccd67341b9853aa1e60403f"
51
+ "digest": "adebad59585fc44280b3ba856fa4017af5b26d29b300aac1169af7d0403a4593"
52
52
  },
53
- "wrappedIn": "compozy_0.1.0_darwin_x86_64"
53
+ "wrappedIn": "compozy_0.1.1_darwin_x86_64"
54
54
  },
55
55
  "linux-arm64": {
56
- "name": "compozy_0.1.0_linux_arm64.tar.gz",
57
- "url": "https://github.com/compozy/compozy/releases/download/v0.1.0/compozy_0.1.0_linux_arm64.tar.gz",
56
+ "name": "compozy_0.1.1_linux_arm64.tar.gz",
57
+ "url": "https://github.com/compozy/compozy/releases/download/v0.1.1/compozy_0.1.1_linux_arm64.tar.gz",
58
58
  "bins": [
59
59
  "compozy"
60
60
  ],
61
61
  "format": "tar.gz",
62
62
  "checksum": {
63
63
  "algorithm": "sha256",
64
- "digest": "eb9b82ddbf8bd5b1ed12464787d7b307847224e2a748ff923000a75821af8fe9"
64
+ "digest": "1862ae5939045bb5ff94ddda895eaecdc5d252b97a7f554931bc51676db33efa"
65
65
  },
66
- "wrappedIn": "compozy_0.1.0_linux_arm64"
66
+ "wrappedIn": "compozy_0.1.1_linux_arm64"
67
67
  },
68
68
  "linux-x64": {
69
- "name": "compozy_0.1.0_linux_x86_64.tar.gz",
70
- "url": "https://github.com/compozy/compozy/releases/download/v0.1.0/compozy_0.1.0_linux_x86_64.tar.gz",
69
+ "name": "compozy_0.1.1_linux_x86_64.tar.gz",
70
+ "url": "https://github.com/compozy/compozy/releases/download/v0.1.1/compozy_0.1.1_linux_x86_64.tar.gz",
71
71
  "bins": [
72
72
  "compozy"
73
73
  ],
74
74
  "format": "tar.gz",
75
75
  "checksum": {
76
76
  "algorithm": "sha256",
77
- "digest": "c2fe7044b5664dd3090c983f2bd9088b182d516624330c8bdd92890ede64d871"
77
+ "digest": "c04f42fa77e98f4761388d29eb2606a1108e1ab990c506f60c5fd6a2cdd7cbe0"
78
78
  },
79
- "wrappedIn": "compozy_0.1.0_linux_x86_64"
79
+ "wrappedIn": "compozy_0.1.1_linux_x86_64"
80
80
  },
81
81
  "win32-x64": {
82
- "name": "compozy_0.1.0_windows_x86_64.zip",
83
- "url": "https://github.com/compozy/compozy/releases/download/v0.1.0/compozy_0.1.0_windows_x86_64.zip",
82
+ "name": "compozy_0.1.1_windows_x86_64.zip",
83
+ "url": "https://github.com/compozy/compozy/releases/download/v0.1.1/compozy_0.1.1_windows_x86_64.zip",
84
84
  "bins": [
85
85
  "compozy.exe"
86
86
  ],
87
87
  "format": "zip",
88
88
  "checksum": {
89
89
  "algorithm": "sha256",
90
- "digest": "7e5fdf867aeb8b2c29a755ae1f76896abdbe1e3607877b82e3788a5faf1510d7"
90
+ "digest": "c288decdc04ab60c40e74efd12dc53587395f8c222b9253f9e653e2e1943ed6a"
91
91
  },
92
- "wrappedIn": "compozy_0.1.0_windows_x86_64"
92
+ "wrappedIn": "compozy_0.1.1_windows_x86_64"
93
93
  }
94
94
  }
95
95
  }