@proletariat/cli 0.3.1 → 0.3.3
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/images/board/board-view.png +0 -0
- package/images/execution/agent-working.png +0 -0
- package/images/execution/execution-list.png +0 -0
- package/images/execution/github-prs.png +0 -0
- package/images/init/init-board-template.png +0 -0
- package/images/init/init-complete.png +0 -0
- package/images/init/init-repo-options.png +0 -0
- package/images/init/init-repo-search.png +0 -0
- package/images/init/init-setup-progress.png +0 -0
- package/images/init/init-theme-select.png +0 -0
- package/images/init/init-welcome.png +0 -0
- package/images/spawn/spawn-action-select.png +0 -0
- package/images/spawn/spawn-display.png +0 -0
- package/images/spawn/spawn-environment.png +0 -0
- package/images/spawn/spawn-permissions.png +0 -0
- package/images/spawn/spawn-starting.png +0 -0
- package/images/ticket/ticket-view.png +0 -0
- package/images/work/work-operations-menu.png +0 -0
- package/images/work/work-project-select.png +0 -0
- package/images/work/work-ticket-select.png +0 -0
- package/oclif.manifest.json +585 -585
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -111,19 +111,19 @@ Spawn agents to implement, groom, or review—not just write code.
|
|
|
111
111
|
`prlt work` guides you through project and ticket selection:
|
|
112
112
|
|
|
113
113
|
<p align="center">
|
|
114
|
-
<img src="
|
|
114
|
+
<img src="./images/work/work-project-select.png" alt="Project Selection" width="600">
|
|
115
115
|
</p>
|
|
116
116
|
|
|
117
117
|
Choose your operation—start a single agent, batch spawn, or watch a column:
|
|
118
118
|
|
|
119
119
|
<p align="center">
|
|
120
|
-
<img src="
|
|
120
|
+
<img src="./images/work/work-operations-menu.png" alt="Work Operations Menu" width="600">
|
|
121
121
|
</p>
|
|
122
122
|
|
|
123
123
|
Select tickets to spawn, grouped by priority:
|
|
124
124
|
|
|
125
125
|
<p align="center">
|
|
126
|
-
<img src="
|
|
126
|
+
<img src="./images/work/work-ticket-select.png" alt="Ticket Selection" width="800">
|
|
127
127
|
</p>
|
|
128
128
|
|
|
129
129
|
---
|
|
@@ -252,7 +252,7 @@ $ prlt ticket create
|
|
|
252
252
|
View ticket details with `prlt ticket`:
|
|
253
253
|
|
|
254
254
|
<p align="center">
|
|
255
|
-
<img src="
|
|
255
|
+
<img src="./images/ticket/ticket-view.png" alt="Ticket View" width="600">
|
|
256
256
|
</p>
|
|
257
257
|
|
|
258
258
|
#### 2. JSON Mode (AI Agents)
|
|
@@ -380,7 +380,7 @@ Each agent works in its own branch. No conflicts.
|
|
|
380
380
|
Monitor running agents with `prlt execution`:
|
|
381
381
|
|
|
382
382
|
<p align="center">
|
|
383
|
-
<img src="
|
|
383
|
+
<img src="./images/execution/execution-list.png" alt="Execution List" width="800">
|
|
384
384
|
</p>
|
|
385
385
|
|
|
386
386
|
```
|
|
@@ -433,7 +433,7 @@ flowchart LR
|
|
|
433
433
|
Agent-created PRs ready for review:
|
|
434
434
|
|
|
435
435
|
<p align="center">
|
|
436
|
-
<img src="
|
|
436
|
+
<img src="./images/execution/github-prs.png" alt="GitHub Pull Requests" width="800">
|
|
437
437
|
</p>
|
|
438
438
|
|
|
439
439
|
### Command Reference
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|