@proletariat/cli 0.3.12 → 0.3.13

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.
Files changed (3) hide show
  1. package/README.md +5 -3
  2. package/oclif.manifest.json +3223 -3223
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,9 @@
13
13
  >
14
14
  > Themed agents, including billionaires - Finally, they work for us.
15
15
 
16
- > ⚠️ **Beta Software** — Under active development. Commands and APIs may change between versions, and bugs are actively being squashed. [Book a call](https://cal.com/chrismcdermut) — Feedback, ideas, or talk multi-agent workflows.
16
+ > ⚠️ **Beta Software** — Under active development. Commands and APIs may change between versions, and bugs are actively being squashed.
17
+ >
18
+ > - [Book a call](https://cal.com/chrismcdermut) - Feedback, ideas, or chat multi-agent workflows and the future of work/labor (and economic labor theory..)
17
19
 
18
20
  ---
19
21
 
@@ -359,8 +361,8 @@ $ prlt work spawn --json --many
359
361
  "type": "checkbox",
360
362
  "message": "Select tickets to spawn:",
361
363
  "choices": [
362
- { "name": "[P1] TKT-042 - Add user authentication", "value": "TKT-042" },
363
- { "name": "[P1] TKT-043 - Add API rate limiting", "value": "TKT-043" }
364
+ {"name": "[P1] TKT-042 - Add user authentication", "value": "TKT-042"},
365
+ {"name": "[P1] TKT-043 - Add API rate limiting", "value": "TKT-043"}
364
366
  ]
365
367
  }
366
368
  }