@proletariat/cli 0.3.3 → 0.3.4

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 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="./images/work/work-project-select.png" alt="Project Selection" width="600">
114
+ <img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/apps/cli/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="./images/work/work-operations-menu.png" alt="Work Operations Menu" width="600">
120
+ <img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/apps/cli/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="./images/work/work-ticket-select.png" alt="Ticket Selection" width="800">
126
+ <img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/apps/cli/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="./images/ticket/ticket-view.png" alt="Ticket View" width="600">
255
+ <img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/apps/cli/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="./images/execution/execution-list.png" alt="Execution List" width="800">
383
+ <img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/apps/cli/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="./images/execution/github-prs.png" alt="GitHub Pull Requests" width="800">
436
+ <img src="https://raw.githubusercontent.com/chrismcdermut/proletariat-cli/main/apps/cli/images/execution/github-prs.png" alt="GitHub Pull Requests" width="800">
437
437
  </p>
438
438
 
439
439
  ### Command Reference