claudio-cli-linux-x64 0.1.32 → 0.1.33

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
@@ -23,7 +23,7 @@ The CLI walks you through `gh` + Claude Code auth on first run. You never paste
23
23
  ## What it does
24
24
 
25
25
  ### Feature pipelines
26
- Describe a task. Claudio runs **PM → Dev → Review → QA → Merge** as a real, observable pipeline against a real GitHub repo. Every stage is a specialized agent; every stage emits structured progress that streams into a live TUI. The output is a merged PR, not a chat transcript.
26
+ Describe a task. Claudio runs **PM → Designer → Dev → Review → QA → Merge** as a real, observable pipeline against a real GitHub repo. Every stage is a specialized agent; every stage emits structured progress that streams into a live TUI. The output is a merged PR, not a chat transcript.
27
27
 
28
28
  Two ways to run them:
29
29
  - **Work mode** — pick a batch of tasks, Claudio runs them in parallel (1–5 concurrent), re-plans as slots free up.
@@ -41,6 +41,9 @@ Point it at any PR URL. Claudio drafts inline comments in a natural reviewer voi
41
41
  - **Quick Fix** — deploy a focused fix agent that commits AND pushes the change directly to the PR's head branch. Works from any directory, even if you've never cloned the PR's repo.
42
42
  - **Skip** — not every draft is worth sending.
43
43
 
44
+ ### Designer
45
+ Describe a screen, a flow, or a whole section of your product and Claudio produces a real design for it — using your project's own colors, typography, spacing, and brand voice, not generic sample-app aesthetics. Works as single-shot or autopilot mode that keeps designing the next item on your list until it's done.
46
+
44
47
  ### Memory Bank
45
48
  Build a distilled project brief that any future agent can read as context. Captures the design system, the service layout, the code conventions, the "why" behind decisions — in a format the orchestrator injects into later prompts so your agents stop re-discovering the codebase on every run.
46
49
 
package/claudio-cli CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudio-cli-linux-x64",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "Bun-compiled claudio-cli binary for linux/x64. Installed automatically by claudio-cli.",
5
5
  "license": "MIT",
6
6
  "os": ["linux"],