• Joined on 2025-01-01
han commented on issue shoko/jigaido#2 2026-04-02 00:02:41 +02:00
Simplify Storage: Replace SQLite with Per-User JSON Files

yes, please update PR #3 with new implementation matching the spec above @shoko

han commented on issue shoko/kugetsu#78 2026-04-01 23:20:23 +02:00
Better git server config/management for issue refs

kugetsu could support multiple git server instances, and the example right now is sufficient.

default fallback from the kugetsu init should always refer to github.com, but yes its should be…

han commented on pull request shoko/kugetsu#77 2026-04-01 23:14:41 +02:00
feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)

instead of creating a new kugetsu file, is it makes sense to modify the existing kugetsu file inside kugetsu/skills/kugetsu/scripts/kugetsu? what do you think?

han commented on issue shoko/jigaido#2 2026-04-01 23:09:32 +02:00
Simplify Storage: Replace SQLite with Per-User JSON Files

for data directory location I'm thinking at ~/.jigaido/*, what do you think?

I don't understand cross-group bounty lookup, Group A should only be accessible within Group A. no individual or…

han commented on pull request shoko/kugetsu#51 2026-04-01 10:11:33 +02:00
feat: queue architecture Phase 1 & 2 + PM verbosity control

KUGETSU_VERBOSITY should be in the config file as well, refer to #69

han commented on pull request shoko/kugetsu#69 2026-04-01 09:20:06 +02:00
feat(kugetsu): add local config file for user overrides (fixes #67)

I think we should include in kugetsu initialize that it will write config file. so basically its easier for user to modify it rather than figuring out which config key is it. we initialized the…

han approved shoko/kugetsu#68 2026-04-01 09:17:59 +02:00
fix: remove obsolete slot mechanism (fixes #44)

lgtm

han commented on pull request shoko/kugetsu#55 2026-04-01 00:18:22 +02:00
fix(pm): add explicit write permissions boundary (fixes #52)

git.fbrns.co/shoko/kugetsu#

it keeps saying git.fbrns.co/shoko/kugetsu#, we want these to be dynamic. in a way that, git server domain can change. it can be gitlab.com,…

han commented on pull request shoko/kugetsu#55 2026-04-01 00:07:23 +02:00
fix(pm): add explicit write permissions boundary (fixes #52)

I think PM can ONLY write to:

  • ~/.kugetsu/queue.json - Queue state
  • ~/.kugetsu/logs/* - Your logs

the rest, PM can read but not write. what do you think?

also for point 27 when…

han commented on issue shoko/kugetsu#52 2026-03-31 23:46:25 +02:00
Bug: PM violated NEVER write code constraint - wrote queue scripts directly instead of delegating

yes pm is expected to modify files inside ~/.kugetsu, its our core features so that pm can manage issues, polling, delegation, etc. what pm shouldn't do is write in another files, such as…

han commented on issue shoko/kugetsu#44 2026-03-31 13:08:49 +02:00
Bug: release_agent_slot not called in nohup subshell

I heard that changing sh -c to bash -c introduce a new error. can you check?

han commented on issue shoko/kugetsu#41 2026-03-31 07:47:00 +02:00
Feature: kugetsu delegate should be fire-and-forget

if PM session dead, and command fails silently in background, it will just confusing. what are the options to handle this? should we have log or something somewhere so all the delegation can pick…