Skip to content

Commit 2dd5331

Browse files
committed
add Read permissions for Claude settings and skills directories to local configuration
1 parent ef096f1 commit 2dd5331

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.changeset/nice-places-wash.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@cutting/devtools": patch
3+
"@cutting/assert": patch
4+
"@cutting/util": patch
5+
"@cutting/svg": patch
6+
---
7+
8+
add files field to @cutting/assert, @cutting/util and @cutting/svg so published tarballs contain dist: pnpm 11.15.1 applies the root .gitignore when packing, which stripped dist from the previous release, and devtools now fails the build hard when the bundler process cannot be spawned instead of exiting 0

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"Bash(pnpm --filter @cutting/assert build)",
3636
"Bash(node -e \"let d='';process.stdin.on\\('data',c=>d+=c\\).on\\('end',\\(\\)=>{const j=JSON.parse\\(d\\);console.log\\('fileCount',j.dist.fileCount\\)}\\)\")",
3737
"Bash(pnpm pack *)",
38-
"Bash(tar -tzf /private/tmp/claude-501/-Users-paulcowan-projects-cuttingedge/f421e1d3-d311-4db8-a567-3b7871b5e292/scratchpad/assert-test.tgz)"
38+
"Bash(tar -tzf /private/tmp/claude-501/-Users-paulcowan-projects-cuttingedge/f421e1d3-d311-4db8-a567-3b7871b5e292/scratchpad/assert-test.tgz)",
39+
"Read(//Users/paulcowan/.claude/**)",
40+
"Read(//Users/paulcowan/claude/skills/**)"
3941
]
4042
}
4143
}

0 commit comments

Comments
 (0)