taskmonkey-cli 0.8.1 → 0.8.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskmonkey-cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "TaskMonkey CLI — Remote dev tools for tenant config editing and tool testing",
5
5
  "bin": {
6
6
  "tm": "./bin/tm.js",
@@ -106,13 +106,11 @@ GREETING
106
106
  hooks: {
107
107
  SessionStart: [{
108
108
  matcher: "startup",
109
- hooks: [{
110
- type: "command",
111
- command: '"$CLAUDE_PROJECT_DIR"/.claude/hooks/session-start.sh'
112
- }]
109
+ type: "command",
110
+ command: '"$CLAUDE_PROJECT_DIR"/.claude/hooks/session-start.sh'
113
111
  }]
114
112
  }
115
- }, null, 2) + '\\n');
113
+ }, null, 2) + '\n');
116
114
  console.log(chalk.cyan(` .claude/settings.json (created)`));
117
115
  written++;
118
116
  }