Tags: samzong/gmc
Tags
[Fix] Configure bare linked worktrees (#67) * fix(worktree): configure bare linked worktrees Signed-off-by: samzong <samzong.lu@gmail.com> * fix(worktree): ignore global worktree config Signed-off-by: samzong <samzong.lu@gmail.com> --------- Signed-off-by: samzong <samzong.lu@gmail.com>
v0.8.0 Features: - Global --output json flag for structured output (#60) - Machine-friendly exit codes for error classification (#59) - gmc wt share discover subcommand for auto-detecting shareable files (#58) - gmc wt prune --pr-aware flag with dirty worktree detection fix (#61) - Worktree hook execution with real-time output (#51) Chores: - Unify skill directory structure (#56) - Replace cobra-cli-dev with gmc skill and worktree scripts
feat(worktree): support batch operations for add and remove commands Allow multiple names in `gmc wt add` and `gmc wt rm` so users can create or remove several worktrees in a single invocation. Failed items are reported individually without aborting the rest.
PreviousNext