@proletariat/cli 0.3.0 → 0.3.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.
- package/README.md +57 -6
- package/oclif.manifest.json +3600 -3600
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,6 +52,35 @@ prlt work spawn # Interactive: select tickets, environment, a
|
|
|
52
52
|
# Agent creates PR → You review → Merge → Done
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
+
```
|
|
56
|
+
┌─────┐ ┌──────┐ ┌───────┐ ┌────────┐
|
|
57
|
+
│ You │ │ prlt │ │ Agent │ │ GitHub │
|
|
58
|
+
└──┬──┘ └──┬───┘ └───┬───┘ └───┬────┘
|
|
59
|
+
│ ticket create │ │ │
|
|
60
|
+
│───────────────>│ │ │
|
|
61
|
+
│ work spawn │ │ │
|
|
62
|
+
│───────────────>│ │ │
|
|
63
|
+
│ │ create branch │ │
|
|
64
|
+
│ │ create workspace│ │
|
|
65
|
+
│ │ spawn agent │ │
|
|
66
|
+
│ │─────────────────>│ │
|
|
67
|
+
│ │ │ read ticket │
|
|
68
|
+
│ │ │ write code │
|
|
69
|
+
│ │ │ commit │
|
|
70
|
+
│ │ │─────────────────>│
|
|
71
|
+
│ │ │ open PR │
|
|
72
|
+
│ │ │─────────────────>│
|
|
73
|
+
│ │ update status │ │
|
|
74
|
+
│ │<─────────────────│ │
|
|
75
|
+
│ PR ready │ │ │
|
|
76
|
+
│<───────────────│ │ │
|
|
77
|
+
│ review & approve │
|
|
78
|
+
│─────────────────────────────────────────────────────>│
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
<details>
|
|
82
|
+
<summary>View interactive diagram (GitHub only)</summary>
|
|
83
|
+
|
|
55
84
|
```mermaid
|
|
56
85
|
sequenceDiagram
|
|
57
86
|
participant You
|
|
@@ -73,6 +102,8 @@ sequenceDiagram
|
|
|
73
102
|
You->>GitHub: Review & approve
|
|
74
103
|
```
|
|
75
104
|
|
|
105
|
+
</details>
|
|
106
|
+
|
|
76
107
|
Spawn agents to implement, groom, or review—not just write code.
|
|
77
108
|
|
|
78
109
|
### Interactive Menus
|
|
@@ -80,19 +111,19 @@ Spawn agents to implement, groom, or review—not just write code.
|
|
|
80
111
|
`prlt work` guides you through project and ticket selection:
|
|
81
112
|
|
|
82
113
|
<p align="center">
|
|
83
|
-
<img src="
|
|
114
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat/main/docs/images/work/work-project-select.png" alt="Project Selection" width="600">
|
|
84
115
|
</p>
|
|
85
116
|
|
|
86
117
|
Choose your operation—start a single agent, batch spawn, or watch a column:
|
|
87
118
|
|
|
88
119
|
<p align="center">
|
|
89
|
-
<img src="
|
|
120
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat/main/docs/images/work/work-operations-menu.png" alt="Work Operations Menu" width="600">
|
|
90
121
|
</p>
|
|
91
122
|
|
|
92
123
|
Select tickets to spawn, grouped by priority:
|
|
93
124
|
|
|
94
125
|
<p align="center">
|
|
95
|
-
<img src="
|
|
126
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat/main/docs/images/work/work-ticket-select.png" alt="Ticket Selection" width="800">
|
|
96
127
|
</p>
|
|
97
128
|
|
|
98
129
|
---
|
|
@@ -221,7 +252,7 @@ $ prlt ticket create
|
|
|
221
252
|
View ticket details with `prlt ticket`:
|
|
222
253
|
|
|
223
254
|
<p align="center">
|
|
224
|
-
<img src="
|
|
255
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat/main/docs/images/ticket/ticket-view.png" alt="Ticket View" width="600">
|
|
225
256
|
</p>
|
|
226
257
|
|
|
227
258
|
#### 2. JSON Mode (AI Agents)
|
|
@@ -349,9 +380,27 @@ Each agent works in its own branch. No conflicts.
|
|
|
349
380
|
Monitor running agents with `prlt execution`:
|
|
350
381
|
|
|
351
382
|
<p align="center">
|
|
352
|
-
<img src="
|
|
383
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat/main/docs/images/execution/execution-list.png" alt="Execution List" width="800">
|
|
353
384
|
</p>
|
|
354
385
|
|
|
386
|
+
```
|
|
387
|
+
┌─────────────────────┐ ┌─────────────────────┐ ┌──────────────────────────────┐
|
|
388
|
+
│ You │ │ Agents │ │ GitHub │
|
|
389
|
+
├─────────────────────┤ ├─────────────────────┤ ├──────────────────────────────┤
|
|
390
|
+
│ │ │ Agent 1 │ │ PR #101 │
|
|
391
|
+
│ prlt work spawn ───┼─────>│ TKT-042 OAuth ──┼─────>│ feat/TKT-042-oauth │
|
|
392
|
+
│ │ │ │ │ │
|
|
393
|
+
│ │ │ Agent 2 │ │ PR #102 │
|
|
394
|
+
│ ───┼─────>│ TKT-043 Rate Limit─┼─────>│ feat/TKT-043-rate-limit │
|
|
395
|
+
│ │ │ │ │ │
|
|
396
|
+
│ │ │ Agent 3 │ │ PR #103 │
|
|
397
|
+
│ ───┼─────>│ TKT-044 Notifs ──┼─────>│ feat/TKT-044-notifications │
|
|
398
|
+
└─────────────────────┘ └─────────────────────┘ └──────────────────────────────┘
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
<details>
|
|
402
|
+
<summary>View interactive diagram (GitHub only)</summary>
|
|
403
|
+
|
|
355
404
|
```mermaid
|
|
356
405
|
flowchart LR
|
|
357
406
|
subgraph You
|
|
@@ -379,10 +428,12 @@ flowchart LR
|
|
|
379
428
|
A3 --> PR3
|
|
380
429
|
```
|
|
381
430
|
|
|
431
|
+
</details>
|
|
432
|
+
|
|
382
433
|
Agent-created PRs ready for review:
|
|
383
434
|
|
|
384
435
|
<p align="center">
|
|
385
|
-
<img src="
|
|
436
|
+
<img src="https://raw.githubusercontent.com/chrismcdermut/proletariat/main/docs/images/execution/github-prs.png" alt="GitHub Pull Requests" width="800">
|
|
386
437
|
</p>
|
|
387
438
|
|
|
388
439
|
### Command Reference
|