feat: Add --worktree and --tmux flags to pai.ts CLI#788
Closed
julianobarbosa wants to merge 1 commit into
Closed
Conversation
1e3fccf to
6b71810
Compare
Add --wt/--worktree [name] and --tmux flags that pass through to the underlying CLI, enabling isolated parallel work sessions via git worktrees and tmux. The -w short flag remains reserved for wallpaper.
6b71810 to
9537ff2
Compare
Owner
|
Hey @julianobarbosa, thank you for the PR and the work that went into it. We're changing how LifeOS ships: from a full We're closing it for that reason, not because the idea was wrong. If the need still stands against the new model, we'd love a fresh PR once it lands. Thanks again for contributing. |
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
--wt/--worktree [name]flag to pai.ts that passes--worktreethrough toclaudefor isolated git worktree sessions--tmux/--tmux=<value>flag that passes--tmuxthrough toclaudefor tmux session management-wwallpaper flag is unchanged (no regression)Changes
Single file:
Releases/v3.0/.claude/skills/PAI/Tools/pai.tscmdLaunchoptions type withworktreeandtmuxparametersclaudeargs from the new optionsmain()for--wt,--worktree,--tmux, and--tmux=valueExamples
Testing Evidence
Help output (
bun pai.ts help) confirms new flags appear:Regression check:
-w circuit-boardstill routes to wallpaper (confirmed via code inspection — the-w/--wallpapercase remains untouched).TypeScript compilation:
bun pai.ts helpruns without errors, confirming no type issues.