@proletariat/cli 0.3.7 → 0.3.8
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.
- package/README.md +5 -5
- package/oclif.manifest.json +2420 -2420
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
### Seize the means of production - Ship 100x.
|
|
11
11
|
|
|
12
|
-
>
|
|
12
|
+
> **Multi-agent orchestration of AI labor.** Spin up workers for all work, on demand.
|
|
13
13
|
|
|
14
|
-
> ⚠️ **Beta Software** —
|
|
14
|
+
> ⚠️ **Beta Software** — Under active development. Commands and APIs may change between versions.
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
```bash
|
|
23
23
|
npm install -g @proletariat/cli
|
|
24
24
|
prlt init
|
|
25
|
-
prlt ticket create
|
|
26
|
-
prlt work spawn
|
|
25
|
+
prlt ticket create # Interactive: title, description, priority
|
|
26
|
+
prlt work spawn # Interactive: select tickets, environment, action
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Agent spawns in its own branch, writes code, opens PR. You review and merge.
|
|
@@ -45,7 +45,7 @@ Agent spawns in its own branch, writes code, opens PR. You review and merge.
|
|
|
45
45
|
```bash
|
|
46
46
|
npm install -g @proletariat/cli # Install
|
|
47
47
|
prlt init # Create HQ, add repos, choose theme
|
|
48
|
-
prlt ticket create
|
|
48
|
+
prlt ticket create # Interactive: title, description, priority
|
|
49
49
|
prlt work spawn # Interactive: select tickets, environment, action
|
|
50
50
|
# Agent creates PR → You review → Merge → Done
|
|
51
51
|
```
|