chore(claude): add vhs permissions to allow and deny lists#424
Conversation
zimeg
left a comment
There was a problem hiding this comment.
🗣️ Rambling again for the amazing readers-
| "Bash(make build:*)", | ||
| "Bash(make lint:*)", | ||
| "Bash(make test:*)", | ||
| "Bash(mkdir:*)", |
There was a problem hiding this comment.
🪬 note: This is used for the demos paths if these don't exist.
| "Bash(make test:*)", | ||
| "Bash(mkdir:*)", | ||
| "Bash(tree:*)", | ||
| "Bash(vhs:*)", |
There was a problem hiding this comment.
🔍 note: Here're the current commands available!
help Help about any command
new Create a new tape file with example tape file contents and documentation
publish Publish your GIF to vhs.charm.sh and get a shareable URL
record Create a new tape file by recording your actions
serve Start the VHS SSH server
themes List all the available themes, one per line
validate Validate a glob file path and parses all the files to ensure they are valid without running them.
| "WebFetch(domain:github.com)" | ||
| ] | ||
| ], | ||
| "deny": ["Bash(vhs publish:*)"] |
There was a problem hiding this comment.
👹 note: We attempt to contain the machines for now.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #424 +/- ##
==========================================
- Coverage 69.75% 69.74% -0.01%
==========================================
Files 220 220
Lines 18446 18446
==========================================
- Hits 12867 12866 -1
Misses 4408 4408
- Partials 1171 1172 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mwbrooks
left a comment
There was a problem hiding this comment.
✅ Looking good! Perhaps you can give us a little demo of how you use this in Claude during our meeting today! 🎮
| "WebFetch(domain:github.com)" | ||
| ] | ||
| ], | ||
| "deny": ["Bash(vhs publish:*)"] |
|
@mwbrooks Thank you! I'd love to share walkthrough of example recordings whenever the right moment is 🐢 Thanks for reviewing this in the meantime. I look forward to upcoming PRs more and more! 🐙 ✨ |
Changelog
Summary
This PR adds
vhspermissions to the @claude settings allow and deny lists for improved recordings 🎥 ✨Requirements