• Joined on 2026-03-13
shoko closed issue shoko/kugetsu#237 2026-04-08 06:33:45 +02:00
[Phase 2] Fix cmd_list worktree detection bug
shoko closed issue shoko/kugetsu#236 2026-04-08 06:33:44 +02:00
[Phase 1] Help text restructure - show parent commands
shoko opened issue shoko/kugetsu#243 2026-04-08 06:30:55 +02:00
[Phase 8] Long-term daemon config file (Approach A)
shoko opened issue shoko/kugetsu#242 2026-04-08 06:30:50 +02:00
[Phase 7] Daemon isolation - call kugetsu as subprocess
shoko opened issue shoko/kugetsu#241 2026-04-08 06:30:47 +02:00
[Phase 6] Add dry-run support to cmd_continue
shoko opened issue shoko/kugetsu#240 2026-04-08 06:30:41 +02:00
[Phase 5] cmd_continue return proper exit codes
shoko opened issue shoko/kugetsu#239 2026-04-08 06:30:38 +02:00
[Phase 4] Add --timeout flag to cmd_destroy
shoko opened issue shoko/kugetsu#238 2026-04-08 06:30:32 +02:00
[Phase 3] Add --format=json and --limit to queue list
shoko opened issue shoko/kugetsu#237 2026-04-08 06:30:29 +02:00
[Phase 2] Fix cmd_list worktree detection bug
shoko opened issue shoko/kugetsu#236 2026-04-08 06:30:25 +02:00
[Phase 1] Help text restructure - show parent commands
shoko opened issue shoko/kugetsu#235 2026-04-08 06:30:15 +02:00
Queue-daemon refactoring and bug fixes
shoko commented on pull request shoko/randebu#13 2026-04-08 05:54:36 +02:00
[Backend] Project Setup - FastAPI Structure and Dependencies

Fixed! Removed the pycache directories and .env file from git tracking. They were accidentally committed despite being in .gitignore.

shoko pushed to fix/issue-2 at shoko/randebu 2026-04-08 05:54:30 +02:00
7dfd79dea2 fix: remove pycache and .env from git tracking
shoko created pull request shoko/randebu#13 2026-04-08 05:49:47 +02:00
[Backend] Project Setup - FastAPI Structure and Dependencies
shoko created branch fix/issue-2 in shoko/randebu 2026-04-08 05:49:23 +02:00
shoko pushed to fix/issue-2 at shoko/randebu 2026-04-08 05:49:23 +02:00
a03304f9ef chore: update .gitignore to exclude Python artifacts
f2b5bd5f45 feat: backend project setup with FastAPI structure and dependencies
Compare 2 commits »
shoko merged pull request shoko/kugetsu#234 2026-04-08 05:35:11 +02:00
refactor: use JSON file exchange instead of stdout parsing
shoko closed issue shoko/kugetsu#119 2026-04-08 05:35:11 +02:00
Foundation - JSON-based IPC
shoko pushed to main at shoko/kugetsu 2026-04-08 05:35:11 +02:00
41c56a859c Merge pull request 'refactor: use JSON file exchange instead of stdout parsing' (#234) from fix/issue-119 into main
dd903bb8aa refactor: use JSON file exchange instead of stdout parsing
Compare 2 commits »
shoko created pull request shoko/kugetsu#234 2026-04-08 05:11:42 +02:00
refactor: use JSON file exchange instead of stdout parsing