feat(claude): start-work-cascade command + allowlist template + cascade scripts - #32
Open
tlockney wants to merge 1 commit into
Open
feat(claude): start-work-cascade command + allowlist template + cascade scripts#32tlockney wants to merge 1 commit into
tlockney wants to merge 1 commit into
Conversation
…de scripts - .claude/commands/start-work-cascade.md: slash command for cross-repo worktree cascades - bin/start-work-cascade: create one worktree per repo on matching branch - bin/worktree-cascade-done: remove cascade worktrees (refuses unmerged) - .claude/settings.local.json.template: per-repo allowlist starter (less-permission-prompts)
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.
Adds the Claude Code workflow artifacts from the automation review:
.claude/commands/start-work-cascade.md— slash command for cross-repo worktree cascades (one worktree per repo on a matching branch)bin/start-work-cascade— creates worktrees at<repo>/.claude/worktrees/<task>off origin/main, idempotentbin/worktree-cascade-done— removes cascade worktrees, refuses unmerged branches (mirrorsjust worktree-done).claude/settings.local.json.template— per-repo allowlist starter for the less-permission-prompts patternVerified end-to-end with a probe task (create + cleanup round-trip on reading-room and open-agent).