@staff0rd/assist 0.94.1 → 0.96.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 +2 -0
- package/assist.cli-reads +1927 -0
- package/claude/settings.json +8 -0
- package/dist/index.js +828 -323
- package/package.json +7 -4
package/claude/settings.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"command": "assist status-line"
|
|
5
5
|
},
|
|
6
6
|
"hooks": {
|
|
7
|
+
"PreToolUse": [
|
|
8
|
+
{
|
|
9
|
+
"matcher": "Bash",
|
|
10
|
+
"hooks": [{ "type": "command", "command": "assist cli-hook" }]
|
|
11
|
+
}
|
|
12
|
+
],
|
|
7
13
|
"Notification": [
|
|
8
14
|
{
|
|
9
15
|
"matcher": "",
|
|
@@ -20,6 +26,8 @@
|
|
|
20
26
|
"Bash(assist complexity:*)",
|
|
21
27
|
"Bash(assist refactor:*)",
|
|
22
28
|
"Bash(assist prs list-comments:*)",
|
|
29
|
+
"Bash(assist permit-cli-reads:*)",
|
|
30
|
+
"Bash(assist cli-hook:*)",
|
|
23
31
|
"Bash(assist sync:*)",
|
|
24
32
|
"Bash(assist verify:*)",
|
|
25
33
|
"Bash(assist backlog list:*)",
|