@simpleapps-com/augur-skills 2026.3.9 → 2026.3.10
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
|
@@ -30,6 +30,9 @@ Dedicated tools are faster, require no permission, and produce better output. MU
|
|
|
30
30
|
|
|
31
31
|
Reserve Bash for commands that have no dedicated tool equivalent: build tools, test runners, git, package managers, and system commands.
|
|
32
32
|
|
|
33
|
+
These commands are **denied** in project settings and will always be rejected — do not attempt them:
|
|
34
|
+
`cd`, `cat`, `grep`, `rg`, `find`, `sed`, `awk`, `head`, `tail`, `sleep`, `kill`, `pkill`
|
|
35
|
+
|
|
33
36
|
## Check Before Prompting
|
|
34
37
|
|
|
35
38
|
Before running a command that will trigger a permission prompt, check the wiki and project settings for approved commands. The wiki documents which commands are pre-approved and how to invoke them. Unnecessary permission prompts interrupt the user's flow.
|