Skip to content

Conversation

@max-sixty
Copy link
Owner

Summary

  • Improve main about to mention AI agents: "Git worktree management for parallel AI agent workflows"
  • Clarify wt step push description: "Fast-forward target to current branch" with git equivalent
  • Fix awkward wt list description: "List worktrees and their status"
  • Make wt config state less abstract: "Manage internal data and cache"
  • Simplify wt list --full: "Include CI status and diff analysis (slower)"

Test plan

  • wt --help shows improved descriptions
  • wt list --help shows updated description
  • wt config state --help shows updated description
  • wt step push --help shows clarified description

🤖 Generated with Claude Code

max-sixty and others added 3 commits January 3, 2026 23:38
Update Push command help text to better describe its behavior.
Changed "Push changes to local target branch" to "Fast-forward target
to current branch" and expanded the description to clarify it updates
the local target branch (e.g., main) to include current commits,
equivalent to `git push . HEAD:main`.
- Main about: "Git worktree management" → "Git worktree management for parallel AI agent workflows"
- wt list: "List worktrees and optionally branches" → "List worktrees and their status"
- wt config state: "Get, set, or clear stored state" → "Manage internal data and cache"
- wt list --full: "Show CI, merge-base diffstat, and working tree conflict check" → "Include CI status and diff analysis (slower)"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@max-sixty max-sixty merged commit a5722e2 into main Jan 4, 2026
19 checks passed
@max-sixty max-sixty deleted the help branch January 4, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants