feat: queue architecture Phase 1 & 2 + PM verbosity control #51

Closed
shoko wants to merge 0 commits from feature/queue-architecture-verbosity into main
Owner

Summary

Phase 1 - Queue Infrastructure (#49)

  • queue.json - Queue storage with 3 tiers
  • enqueue - Add task to queue
  • dequeue - Remove and return next task (priority order)
  • queue-list - List pending tasks

Phase 2 - PM Polling Loop (#49)

  • pm-poll-loop - Continuous polling daemon
  • Priority: dev_followups > user_interrupts > background
  • Configurable poll interval (default 600s)

PM Verbosity Control (#46)

  • 3 modes: total (default), verbose, hybrid
  • Config via KUGETSU_VERBOSITY env var
  • PM v4

Bug Fix

  • kugetsu: fixed nohup command (use sh -c instead of bash -c)
## Summary ### Phase 1 - Queue Infrastructure (#49) - queue.json - Queue storage with 3 tiers - enqueue - Add task to queue - dequeue - Remove and return next task (priority order) - queue-list - List pending tasks ### Phase 2 - PM Polling Loop (#49) - pm-poll-loop - Continuous polling daemon - Priority: dev_followups > user_interrupts > background - Configurable poll interval (default 600s) ### PM Verbosity Control (#46) - 3 modes: total (default), verbose, hybrid - Config via KUGETSU_VERBOSITY env var - PM v4 ### Bug Fix - kugetsu: fixed nohup command (use sh -c instead of bash -c)
shoko added 1 commit 2026-03-31 17:10:19 +02:00
Phase 1 - Queue Infrastructure (#49):
- ~/.kugetsu/queue.json - Queue storage with 3 tiers
- ~/.kugetsu/scripts/enqueue - Add task to queue
- ~/.kugetsu/scripts/dequeue - Remove and return next task (priority order)
- ~/.kugetsu/scripts/queue-list - List pending tasks

Phase 2 - PM Polling Loop (#49):
- ~/.kugetsu/scripts/pm-poll-loop - Continuous polling daemon
- Priority: dev_followups > user_interrupts > background
- Configurable poll interval (default 600s)

PM Verbosity Control (#46):
- 3 modes: total (default), verbose, hybrid
- Config via KUGETSU_VERBOSITY env var
- PM v4

Other fixes:
- kugetsu: fixed nohup command (use sh -c instead of bash -c)
First-time contributor

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

KUGETSU_VERBOSITY should be in the config file as well, refer to #69
shoko force-pushed feature/queue-architecture-verbosity from 214a31e4bd to 4d3205de86 2026-04-01 10:14:48 +02:00 Compare
shoko closed this pull request 2026-04-02 00:06:50 +02:00
shoko deleted branch feature/queue-architecture-verbosity 2026-04-02 00:06:50 +02:00

Pull request closed

Sign in to join this conversation.