maistro 1.2.10 → 1.2.12

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,10 @@
11
11
 
12
12
  A small CLI for orchestrating Claude Code tasks when one-shot prompts and limited context aren't enough.
13
13
 
14
+ ### One prompt. 5 hours of autonomous coding. A complete iOS app.
15
+
16
+ ![mAIstro demo — building a complete iOS app from a single prompt](https://drmtm.blob.core.windows.net/static/mAIstro-5-hrs-demo-claude-code-single-prompt-very-low.gif)
17
+
14
18
  mAIstro helps you break large work into explicit, sequential steps, keeping important requirements visible as tasks execute — so Claude Code doesn't lose context or skip constraints.
15
19
 
16
20
  This is a free tool built to scratch a personal itch and shared for feedback.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maistro",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "description": "AI-powered CLI that breaks down complex projects into tasks and executes them automatically via Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {