@staff0rd/assist 0.319.0 → 0.320.0

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
@@ -187,6 +187,7 @@ The first backlog command in a repository that still has a local `.assist/backlo
187
187
  - `assist cli-hook deny` - List all deny rules
188
188
  - `assist cli-hook deny add <pattern> <message>` - Add a deny rule for a command pattern
189
189
  - `assist cli-hook deny remove <pattern>` - Remove a deny rule by pattern
190
+ - `assist edit-hook` - PreToolUse hook that blocks `Edit`/`Write`/`MultiEdit` calls from adding, changing, or removing a `// assist-maintainability-override` marker
190
191
  - `assist update` - Update assist to the latest version and sync commands
191
192
  - `assist vscode init` - Add VS Code configuration files
192
193
  - `assist deploy init` - Initialize Netlify project and configure deployment
@@ -12,6 +12,10 @@
12
12
  {
13
13
  "matcher": "PowerShell",
14
14
  "hooks": [{ "type": "command", "command": "assist cli-hook" }]
15
+ },
16
+ {
17
+ "matcher": "Edit|Write|MultiEdit",
18
+ "hooks": [{ "type": "command", "command": "assist edit-hook" }]
15
19
  }
16
20
  ],
17
21
  "Notification": [