@proletariat/cli 0.3.4 → 0.3.6
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 +7 -9
- package/oclif.manifest.json +2787 -2787
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -9,11 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
### Seize the means of production - Ship 100x.
|
|
11
11
|
|
|
12
|
-
> **Turn tickets into output with AI labor**
|
|
13
|
-
|
|
14
12
|
> 💡 *Paying for Claude Max but not maxing it out? You're leaving money on the table.*
|
|
15
13
|
|
|
16
|
-
> ⚠️ **Beta Software** —
|
|
14
|
+
> ⚠️ **Beta Software** — Use freely—things may change.
|
|
17
15
|
|
|
18
16
|
---
|
|
19
17
|
|
|
@@ -111,19 +109,19 @@ Spawn agents to implement, groom, or review—not just write code.
|
|
|
111
109
|
`prlt work` guides you through project and ticket selection:
|
|
112
110
|
|
|
113
111
|
<p align="center">
|
|
114
|
-
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/
|
|
112
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/images/work/work-project-select.png" alt="Project Selection" width="600">
|
|
115
113
|
</p>
|
|
116
114
|
|
|
117
115
|
Choose your operation—start a single agent, batch spawn, or watch a column:
|
|
118
116
|
|
|
119
117
|
<p align="center">
|
|
120
|
-
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/
|
|
118
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/images/work/work-operations-menu.png" alt="Work Operations Menu" width="600">
|
|
121
119
|
</p>
|
|
122
120
|
|
|
123
121
|
Select tickets to spawn, grouped by priority:
|
|
124
122
|
|
|
125
123
|
<p align="center">
|
|
126
|
-
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/
|
|
124
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/images/work/work-ticket-select.png" alt="Ticket Selection" width="800">
|
|
127
125
|
</p>
|
|
128
126
|
|
|
129
127
|
---
|
|
@@ -252,7 +250,7 @@ $ prlt ticket create
|
|
|
252
250
|
View ticket details with `prlt ticket`:
|
|
253
251
|
|
|
254
252
|
<p align="center">
|
|
255
|
-
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/
|
|
253
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/images/ticket/ticket-view.png" alt="Ticket View" width="600">
|
|
256
254
|
</p>
|
|
257
255
|
|
|
258
256
|
#### 2. JSON Mode (AI Agents)
|
|
@@ -380,7 +378,7 @@ Each agent works in its own branch. No conflicts.
|
|
|
380
378
|
Monitor running agents with `prlt execution`:
|
|
381
379
|
|
|
382
380
|
<p align="center">
|
|
383
|
-
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/
|
|
381
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/images/execution/execution-list.png" alt="Execution List" width="800">
|
|
384
382
|
</p>
|
|
385
383
|
|
|
386
384
|
```
|
|
@@ -433,7 +431,7 @@ flowchart LR
|
|
|
433
431
|
Agent-created PRs ready for review:
|
|
434
432
|
|
|
435
433
|
<p align="center">
|
|
436
|
-
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/
|
|
434
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/images/execution/github-prs.png" alt="GitHub Pull Requests" width="800">
|
|
437
435
|
</p>
|
|
438
436
|
|
|
439
437
|
### Command Reference
|