slyplan-mcp 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -155,7 +155,7 @@ function mergeSettings(existing, email, password) {
155
155
  if (!result.hooks.PostToolUse)
156
156
  result.hooks.PostToolUse = [];
157
157
  const hookEntry = {
158
- matcher: 'Edit|Write|NotebookEdit',
158
+ matcher: 'Edit|Write|NotebookEdit|Bash|Task',
159
159
  hooks: [
160
160
  {
161
161
  type: 'command',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slyplan-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "MCP server for Slyplan — visual project management via Claude",
5
5
  "type": "module",
6
6
  "bin": {