@proletariat/cli 0.3.9 → 0.3.10

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 +25 -0
  2. package/oclif.manifest.json +3236 -3236
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -201,6 +201,31 @@ Scrum Workflow
201
201
 
202
202
  Tickets flow through statuses as work progresses. Agents automatically move tickets when they start work, open PRs, or complete tasks.
203
203
 
204
+ ### Agent Naming Themes
205
+
206
+ Themes control how agents are named. Staff agents use theme names directly (e.g., `bezos`, `camry`). Ephemeral agents add an adjective prefix (e.g., `bold-bezos`, `keen-camry`). Currently ephemeral names also include a number suffix (`bold-bezos-1`), but this will be removed soon.
207
+
208
+ **Built-in Themes:**
209
+
210
+ | Theme | Description | Example Names |
211
+ | --- | --- | --- |
212
+ | `billionaires` | Tech founders & executives (default) | `musk`, `gates`, `bezos` |
213
+ | `toyotas` | Toyota vehicle models | `camry`, `supra`, `tacoma` |
214
+ | `companies` | Major tech companies | `stripe`, `vercel`, `linear` |
215
+
216
+ > *billionaires* — Finally, they work for us.
217
+
218
+ **Theme Commands:**
219
+
220
+ ```bash
221
+ prlt agent themes list # List available themes
222
+ prlt agent themes set billionaires # Set active theme
223
+ prlt agent themes create mytheme # Create custom theme
224
+ prlt agent themes add-names mytheme # Add names to custom theme
225
+ ```
226
+
227
+ Themes are selected during `prlt init`.
228
+
204
229
  ### Workspace Structure
205
230
 
206
231
  Each agent gets a copy of all repos (repo scoping coming soon). Work happens on isolated branches.