• Joined on 2025-01-01
han commented on pull request shoko/kugetsu#140 2026-04-05 06:42:23 +02:00
feat(queue): add queue system with background daemon

I think we should update SKILL.md as well to include about this. so that user or agent use delegate over start/continue directly. by setting up the daemon first as well. and they can check queue…

han closed issue shoko/jigaido#84 2026-04-05 05:57:25 +02:00
UAT: Phase 2 Commands Testing
han commented on pull request shoko/kugetsu#138 2026-04-05 05:51:24 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

remove git.fbrns.co here. just use github as example

han suggested changes for shoko/kugetsu#138 2026-04-05 05:13:36 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

please adjust

han commented on pull request shoko/kugetsu#138 2026-04-05 05:13:36 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

what is the default value of this?

han commented on pull request shoko/kugetsu#138 2026-04-05 05:13:36 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

dont put git.fbrns.co here

han commented on pull request shoko/kugetsu#138 2026-04-05 05:13:36 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

same with this, I dont want to be hardcoded here the domain. it should be configurable in a way user could always add later, by not changing this script

han commented on pull request shoko/kugetsu#138 2026-04-05 05:13:36 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

this is totally killing the feature in a way that the git instance should be registered here wont work in the open internet

han commented on pull request shoko/kugetsu#138 2026-04-05 05:13:36 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

I don't want this to be in the code. this should be a custom configurable. don't we have repos.json or anything? or servers.json? I forget. the place where we configure which instances are we using (github, gitlab, selfhosted gitea, etc)

han commented on pull request shoko/kugetsu#138 2026-04-05 05:13:36 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

do we really have this update-pr command?

han commented on pull request shoko/kugetsu#138 2026-04-05 05:08:58 +02:00
feat(worktree-lifecycle): add PR tracking and safe destroy

Updates the PR URL in the session file. Dev agents should call this when they create a PR.

why do we have to create a specific command to create a PR? what if the PR already exist? should we…

han suggested changes for shoko/jigaido#62 2026-04-04 09:49:20 +02:00
feat(/bounty): add pagination, sorting, and filtering

change the output format

han commented on pull request shoko/jigaido#62 2026-04-04 09:48:28 +02:00
feat(/bounty): add pagination, sorting, and filtering

I'd like to change the format

han suggested changes for shoko/jigaido#59 2026-04-04 09:27:46 +02:00
feat: implement /show command to display full bounty details

adjust the output format

han commented on pull request shoko/jigaido#59 2026-04-04 09:25:21 +02:00
feat: implement /show command to display full bounty details

for the Output Format, I'd suggest:

[#1] Full Bounty Title Description So Long at some point its adding a new line below it so its possble to be multiuple line for the title description if…