Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@
"Bash(make build:*)",
"Bash(make lint:*)",
"Bash(make test:*)",
"Bash(mkdir:*)",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪬 note: This is used for the demos paths if these don't exist.

"Bash(tree:*)",
"Bash(vhs:*)",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 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:docs.slack.dev)",
"WebFetch(domain:github.com)"
]
],
"deny": ["Bash(vhs publish:*)"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👹 note: We attempt to contain the machines for now.

},
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true
Expand Down
Loading