@mindfoldhq/trellis 0.3.4 → 0.3.5

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.
@@ -13,7 +13,7 @@
13
13
  },
14
14
  {
15
15
  "type": "delete",
16
- "path": ".kilocode/commands",
16
+ "from": ".kilocode/commands",
17
17
  "description": "Remove empty commands/ directory after workflow migration"
18
18
  }
19
19
  ],
@@ -0,0 +1,9 @@
1
+ {
2
+ "version": "0.3.5",
3
+ "description": "Fix delete migration manifest field name",
4
+ "breaking": false,
5
+ "recommendMigrate": false,
6
+ "changelog": "**Bug Fixes:**\n- fix(migration): use correct 'from' field instead of 'path' in delete migration manifest for Kilo commands cleanup",
7
+ "migrations": [],
8
+ "notes": "Hotfix for 0.3.4 migration error. Run trellis update to apply Kilo workflows migration."
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindfoldhq/trellis",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "AI capabilities grow like ivy — Trellis provides the structure to guide them along a disciplined path",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",