@hopla/claude-setup 1.1.6 → 1.1.8
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/cli.js +2 -0
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -167,11 +167,13 @@ async function install() {
|
|
|
167
167
|
|
|
168
168
|
const HOPLA_PERMISSIONS = [
|
|
169
169
|
"Bash(git *)",
|
|
170
|
+
"Bash(cd *)",
|
|
170
171
|
"Bash(ls *)",
|
|
171
172
|
"Bash(find *)",
|
|
172
173
|
"Bash(cat *)",
|
|
173
174
|
"Bash(head *)",
|
|
174
175
|
"Bash(tail *)",
|
|
176
|
+
"Bash(echo *)",
|
|
175
177
|
];
|
|
176
178
|
|
|
177
179
|
async function setupPermissions() {
|