@mindfoldhq/trellis 0.3.8 → 0.3.9

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.
@@ -0,0 +1,9 @@
1
+ {
2
+ "version": "0.3.9",
3
+ "description": "Fix iFlow hook matcher naming",
4
+ "breaking": false,
5
+ "recommendMigrate": false,
6
+ "changelog": "**Bug Fixes:**\n- fix(cli): correct iFlow SessionStart hook matcher from `compact` to `compress` to match actual Claude Code event name",
7
+ "migrations": [],
8
+ "notes": "Run `trellis update` to sync the corrected hook matcher to your project."
9
+ }
@@ -22,7 +22,7 @@
22
22
  ]
23
23
  },
24
24
  {
25
- "matcher": "compact",
25
+ "matcher": "compress",
26
26
  "hooks": [
27
27
  {
28
28
  "type": "command",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "PreToolUse": [
36
36
  {
37
- "matcher": "Task",
37
+ "matcher": "task",
38
38
  "hooks": [
39
39
  {
40
40
  "type": "command",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindfoldhq/trellis",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
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",