feat(kugetsu): add kugetsu script to repo for version tracking (fixes #75) #79

Closed
shoko wants to merge 1 commits from fix/issue-75-add-kugetsu-to-repo into main
Owner

Summary

Adds the kugetsu script to the repository for proper version control.

The deployment file at ~/.local/bin/kugetsu is the actual execution file (untracked), while this repo version is tracked and versioned.

Changes

  • Added kugetsu script to repo root
  • Script includes the fix for issue #75: cmd_delegate now calls cmd_start directly when issue ref is found

Deployment Note

After merge, copy kugetsu from repo to ~/.local/bin/kugetsu:

cp ~/.kugetsu/worktrees/.../kugetsu ~/.local/bin/kugetsu

Or re-symlink/script to pull from repo.

## Summary Adds the kugetsu script to the repository for proper version control. The deployment file at `~/.local/bin/kugetsu` is the actual execution file (untracked), while this repo version is tracked and versioned. ## Changes - Added `kugetsu` script to repo root - Script includes the fix for issue #75: `cmd_delegate` now calls `cmd_start` directly when issue ref is found ## Deployment Note After merge, copy `kugetsu` from repo to `~/.local/bin/kugetsu`: ```bash cp ~/.kugetsu/worktrees/.../kugetsu ~/.local/bin/kugetsu ``` Or re-symlink/script to pull from repo.
shoko added 1 commit 2026-04-01 23:36:59 +02:00
This adds the kugetsu script to the repository for proper version control.
The actual deployment file at ~/.local/bin/kugetsu is symlinked or copied from here.

Addresses issue #75: cmd_delegate should call cmd_start directly
shoko closed this pull request 2026-04-01 23:44:08 +02:00

Pull request closed

Sign in to join this conversation.