Block a user
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 #…
feat(kugetsu): add kugetsu script to repo for version tracking (fixes #75)
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…
feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)
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…
Better git server config/management for issue refs
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_delegateto callcmd_start…
feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
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 -…
feat: Replace SQLite with per-user JSON storage (fixes #2)
Bug: release_agent_slot not called in nohup subshell