Conversation
Add worktreeBaseDir to AppSettings so users can choose where worktrees are created instead of always using sibling directories. When set, worktrees are created under <baseDir>/<repoName>--<branch>. https://claude.ai/code/session_01VPqik4K5Dn6u44HEvAGY6j
Verifies that setting worktreeBaseDir via saveSettings causes new worktrees to be created under the custom directory instead of as sibling directories next to the repo. https://claude.ai/code/session_01VPqik4K5Dn6u44HEvAGY6j
Creates a .claude dir with settings in the main repo, then asserts the custom-location worktree has a symlink back to it with the permissions file accessible through the link. https://claude.ai/code/session_01VPqik4K5Dn6u44HEvAGY6j
Adds a "Worktree Location" section in Settings with a folder picker to set worktreeBaseDir. Shows the current path with a Reset button, or defaults to sibling-of-repo when unset. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds make-ytp.sh with editable copy variables at the top, plus generated video/gif outputs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds make-ytp-audio.scd — a SuperCollider NRT score that generates a 30s glitch soundtrack (kicks, bitcrushed noise, laser zaps, stutters, sweeps) timed to the YTP video cuts. Muxed output in icon-ytp-30s-audio.mp4. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
resources/make-ytp.sh)How to use
Requires: imagemagick, ffmpeg (
brew install imagemagick ffmpeg)Test plan
🤖 Generated with Claude Code