maistro 1.2.11 → 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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
  3. package/demo.gif +0 -0
package/README.md CHANGED
@@ -13,7 +13,7 @@ A small CLI for orchestrating Claude Code tasks when one-shot prompts and limite
13
13
 
14
14
  ### One prompt. 5 hours of autonomous coding. A complete iOS app.
15
15
 
16
- ![mAIstro demo — building a complete iOS app from a single prompt](demo.gif)
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
17
 
18
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.
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maistro",
3
- "version": "1.2.11",
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": {
@@ -13,8 +13,7 @@
13
13
  "files": [
14
14
  "dist",
15
15
  "README.md",
16
- "LICENSE",
17
- "demo.gif"
16
+ "LICENSE"
18
17
  ],
19
18
  "publishConfig": {
20
19
  "access": "public"
package/demo.gif DELETED
Binary file