• Joined on 2026-03-13
shoko commented on issue shoko/jigaido#2 2026-04-01 12:00:33 +02:00
Simplify Storage: Replace SQLite with Per-User JSON Files

Thanks for the detailed proposal! I have a few clarifying questions:

1. Data directory location Where should data/users/ live? At repo root (~/repositories/jigaido/data/) or inside…

shoko opened issue shoko/jigaido#2 2026-04-01 11:56:18 +02:00
Simplify Storage: Replace SQLite with Per-User JSON Files
shoko opened issue shoko/kugetsu#76 2026-04-01 11:53:52 +02:00
PM Agent Cannot Post Gitea Comments - Needs GITEA_TOKEN Access
shoko pushed to main at shoko/jigaido 2026-04-01 11:53:42 +02:00
8647f2f4b8 Add issue template for v2 storage simplification
shoko commented on pull request shoko/kugetsu#69 2026-04-01 11:49:19 +02:00
feat(kugetsu): add local config file for user overrides (fixes #67)

Thanks han! I will address both requests: 1) Add config file initialization to kugetsu init, 2) Document config override in SKILL.md. Let me know if anything else is needed.

shoko opened issue shoko/jigaido#1 2026-04-01 11:46:55 +02:00
Clarifying Questions — Pre-implementation Review
shoko commented on pull request shoko/kugetsu#69 2026-04-01 11:36:44 +02:00
feat(kugetsu): add local config file for user overrides (fixes #67)

Thanks han! I will address both requests: 1) Add config file initialization to kugetsu init, 2) Document config override in SKILL.md. Let me know if anything else is needed.

shoko pushed to main at shoko/jigaido 2026-04-01 11:35:20 +02:00
d6f98c9163 Fix db.py connection handling and test isolation
shoko opened issue shoko/kugetsu#75 2026-04-01 11:22:32 +02:00
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
shoko opened issue shoko/kugetsu#74 2026-04-01 11:18:15 +02:00
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
shoko pushed to main at shoko/jigaido 2026-04-01 11:15:45 +02:00
965c84379b Add uv support, systemd service, and deployment tooling
shoko opened issue shoko/kugetsu#73 2026-04-01 11:06:04 +02:00
OpenCode /tmp/* Permission Blocking Subagent Workflows
shoko pushed to fix/issue-70-git-editor at shoko/kugetsu 2026-04-01 10:57:11 +02:00
0b27eb8f9a docs: update kugetsu-debug skill with delegation coordination findings
2b2515ed3e Merge pull request 'fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations (fixes #70)' (#72) from fix/issue-70-git-editor into main
Compare 2 commits »
shoko pushed to main at shoko/kugetsu 2026-04-01 10:55:02 +02:00
2b2515ed3e Merge pull request 'fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations (fixes #70)' (#72) from fix/issue-70-git-editor into main
ad468f39da fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations
Compare 2 commits »
shoko merged pull request shoko/kugetsu#72 2026-04-01 10:55:00 +02:00
fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations (fixes #70)
shoko closed issue shoko/kugetsu#70 2026-04-01 10:55:00 +02:00
feat(kugetsu): set GIT_EDITOR=cat in kugetsu init for non-interactive git operations
shoko created pull request shoko/kugetsu#72 2026-04-01 10:50:14 +02:00
fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations (fixes #70)
shoko pushed to fix/issue-70-git-editor at shoko/kugetsu 2026-04-01 10:49:59 +02:00
ad468f39da fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations
shoko created branch fix/issue-70-git-editor in shoko/kugetsu 2026-04-01 10:49:58 +02:00
shoko opened issue shoko/kugetsu#71 2026-04-01 10:47:17 +02:00
feat(kugetsu): implement worktree isolation + lock mechanism for delegation coordination