@mudlab/create-workflow 1.0.3 → 1.0.4

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
@@ -44,7 +44,6 @@ my-automations/
44
44
  │ ├── tools/ # Node.js tool functions
45
45
  │ ├── tools_directives/ # AI usage instructions for tools
46
46
  │ └── workflows/ # Workflow package definitions (JSON)
47
- ├── assets/ # Static assets
48
47
  └── .tmp/ # Temp files (gitignored)
49
48
  ```
50
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mudlab/create-workflow",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Create Mudlab workflow projects with a single command",
5
5
  "bin": {
6
6
  "create-mudlab-workflow": "./bin/create.js"
@@ -69,7 +69,6 @@ npm run push:all
69
69
  │ ├── tools/ # Node.js tool functions
70
70
  │ ├── tools_directives/ # AI usage instructions
71
71
  │ └── workflows/ # Workflow packages (JSON)
72
- ├── assets/ # Static assets
73
72
  └── .tmp/ # Temp files (gitignored)
74
73
  ```
75
74
 
@@ -1,3 +0,0 @@
1
- # Assets
2
-
3
- Place static assets here (logos, templates, etc.)