Open
Conversation
- Initialize worktree for feature/global-create-worktree branch - Run make setup for development environment - Update dependencies in package-lock.json 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Phase 5: Add symlink setup message to humanlayer claude init - Show helpful worktree setup instructions after successful init - Message appears when commands are copied - File: hlyr/src/commands/claude/init.ts Phase 6: Fix cleanup_worktree.sh for multi-repo compatibility - Update WORKTREE_BASE_DIR to use ~/workspace/wt/$REPO_NAME (matching create_worktree.sh) - Support HUMANLAYER_WORKTREE_OVERRIDE_BASE environment variable - Update worktree path construction to use just worktree name - File: hack/cleanup_worktree.sh All automated tests passed: - ✅ hlyr: Format, Lint, Tests, Build - ✅ humanlayer-wui: Format, Lint, Type checking, Rust check, Clippy 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Implement Phases 3 and 7 of global worktree script access plan: - Add --no-setup flag to create_worktree.sh to skip make setup for non-humanlayer projects (Phase 7) - Update slash command to prompt for custom worktree base path via HUMANLAYER_WORKTREE_OVERRIDE_BASE environment variable (Phase 3) - Update slash command to use --no-setup for non-humanlayer repos This allows the worktree scripts to work globally across any project, not just the humanlayer repository.
Contributor
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to 1cd11bb in 20 seconds. Click for details.
- Reviewed
168lines of code in4files - Skipped
1files when reviewing. - Skipped posting
0draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
Workflow ID: wflow_XGFQV8N1vRhygqLV
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Author
|
Hey @dexhorthy you already approved this in itissid#1 , but I had forgotten to create the PR to your repo. |
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.
See itissid#1 for details.