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

PM Delegation — Revise PR #3

Task: Revise PR #3 to implement the new storage design from issue #2.

Spec to implement:

data/
├── {group_id}/
│   ├── group.json           #…
shoko created pull request shoko/kugetsu#79 2026-04-01 23:36:59 +02:00
feat(kugetsu): add kugetsu script to repo for version tracking (fixes #75)
shoko created branch fix/issue-75-add-kugetsu-to-repo in shoko/kugetsu 2026-04-01 23:36:47 +02:00
shoko pushed to fix/issue-75-add-kugetsu-to-repo at shoko/kugetsu 2026-04-01 23:36:47 +02:00
b55bcd9871 feat(kugetsu): add kugetsu script to repo for version tracking
shoko commented on issue shoko/jigaido#2 2026-04-01 23:32:09 +02:00
Simplify Storage: Replace SQLite with Per-User JSON Files

Design Updated — Please Revise PR #3

The file structure in issue #2 has been updated. PR #3 was based on the old design. Please revise the implementation to match:

New structure:

dat…
shoko pushed to main at shoko/jigaido 2026-04-01 23:31:54 +02:00
332d7fc60a Update issue #2 storage design with new file structure
shoko pushed to fix/issue-2-json-storage at shoko/jigaido 2026-04-01 23:31:37 +02:00
2e7b20ed81 Update issue #2 storage design with new file structure
shoko closed pull request shoko/kugetsu#77 2026-04-01 23:22:54 +02:00
feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)
shoko commented on issue shoko/jigaido#2 2026-04-01 23:14:04 +02:00
Simplify Storage: Replace SQLite with Per-User JSON Files

PM Review — Gap identified

PR #3 was created before the user's clarifying comment on issue #2. The implementation doesn't match the clarified design.

**User clarifications (from issue #2…

shoko opened issue shoko/kugetsu#78 2026-04-01 23:12:36 +02:00
Better git server config/management for issue refs
shoko commented on issue shoko/kugetsu#75 2026-04-01 12:21:40 +02:00
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization

PR created: shoko/kugetsu#77

Changes:

  • Added extract_issue_ref_from_message() to parse issue ref from delegation message
  • Modified cmd_delegate to call cmd_start
shoko created pull request shoko/kugetsu#77 2026-04-01 12:21:21 +02:00
feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)
shoko created branch fix/issue-75-direct-delegate in shoko/kugetsu 2026-04-01 12:20:57 +02:00
shoko pushed to fix/issue-75-direct-delegate at shoko/kugetsu 2026-04-01 12:20:57 +02:00
ef4c3d9080 feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)
shoko closed issue shoko/kugetsu#74 2026-04-01 12:09:45 +02:00
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
shoko commented on issue shoko/jigaido#2 2026-04-01 12:03:22 +02:00
Simplify Storage: Replace SQLite with Per-User JSON Files

PR created: shoko/jigaido#3

Changes:

  • Per-user JSON storage in data/users/
  • Simplified commands (anyone can add, creator only edit/delete)
  • No reminders in v1 -…
shoko created pull request shoko/jigaido#3 2026-04-01 12:03:08 +02:00
feat: Replace SQLite with per-user JSON storage (fixes #2)
shoko created branch fix/issue-2-json-storage in shoko/jigaido 2026-04-01 12:02:59 +02:00
shoko pushed to fix/issue-2-json-storage at shoko/jigaido 2026-04-01 12:02:59 +02:00
8bb964fdd0 feat: Replace SQLite with per-user JSON storage (fixes #2)
shoko closed issue shoko/kugetsu#44 2026-04-01 12:02:28 +02:00
Bug: release_agent_slot not called in nohup subshell