@staff0rd/assist 0.275.1 → 0.276.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.
@@ -83,7 +83,7 @@
83
83
  "WebFetch(domain:staffordwilliams.com)"
84
84
  ],
85
85
  "deny": [
86
- "Bash(git commit:*)", "Bash(npm run:*)", "Bash(npx assist:*)"
86
+ "Bash(npm run:*)", "Bash(npx assist:*)"
87
87
  ]
88
88
  }
89
89
  }
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.275.1",
9
+ version: "0.276.0",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
@@ -7096,6 +7096,10 @@ var BUILTIN_DENIES = [
7096
7096
  {
7097
7097
  pattern: "gh pr create",
7098
7098
  message: "Do not run 'gh pr create' directly. Use 'assist prs create --title <title> --body <body>' instead \u2014 it validates the title and body before delegating to gh pr create. Before running it, get explicit approval via the AskUserQuestion tool, regardless of permission mode, with the full proposed title and body in the approve option's preview field so the user actually sees them."
7099
+ },
7100
+ {
7101
+ pattern: "git commit",
7102
+ message: `Do not run 'git commit' directly. Use 'assist commit "<message>"' instead.`
7099
7103
  }
7100
7104
  ];
7101
7105
  function matchesBuiltinDeny(part) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.275.1",
3
+ "version": "0.276.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {