@proletariat/cli 0.3.5 → 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 +6 -6
- package/oclif.manifest.json +3042 -3042
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,19 +109,19 @@ Spawn agents to implement, groom, or review—not just write code.
|
|
|
109
109
|
`prlt work` guides you through project and ticket selection:
|
|
110
110
|
|
|
111
111
|
<p align="center">
|
|
112
|
-
<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">
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
Choose your operation—start a single agent, batch spawn, or watch a column:
|
|
116
116
|
|
|
117
117
|
<p align="center">
|
|
118
|
-
<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">
|
|
119
119
|
</p>
|
|
120
120
|
|
|
121
121
|
Select tickets to spawn, grouped by priority:
|
|
122
122
|
|
|
123
123
|
<p align="center">
|
|
124
|
-
<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">
|
|
125
125
|
</p>
|
|
126
126
|
|
|
127
127
|
---
|
|
@@ -250,7 +250,7 @@ $ prlt ticket create
|
|
|
250
250
|
View ticket details with `prlt ticket`:
|
|
251
251
|
|
|
252
252
|
<p align="center">
|
|
253
|
-
<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">
|
|
254
254
|
</p>
|
|
255
255
|
|
|
256
256
|
#### 2. JSON Mode (AI Agents)
|
|
@@ -378,7 +378,7 @@ Each agent works in its own branch. No conflicts.
|
|
|
378
378
|
Monitor running agents with `prlt execution`:
|
|
379
379
|
|
|
380
380
|
<p align="center">
|
|
381
|
-
<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">
|
|
382
382
|
</p>
|
|
383
383
|
|
|
384
384
|
```
|
|
@@ -431,7 +431,7 @@ flowchart LR
|
|
|
431
431
|
Agent-created PRs ready for review:
|
|
432
432
|
|
|
433
433
|
<p align="center">
|
|
434
|
-
<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">
|
|
435
435
|
</p>
|
|
436
436
|
|
|
437
437
|
### Command Reference
|