feat(queue): add queue system with background daemon #140
Reference in New Issue
Block a user
Delete Branch "feat/queue-daemon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Implements #134 - Queue system with background daemon.
Changes
Configuration
Queue System
~/.kugetsu/queue/items/pending,notified,completed,errorQueue Item Format
New Commands
Behavior Change
kugetsu delegatenow always enqueues (fire-and-forget)startorcontinuefor each taskDaemon Process
notifiedRelated Issues
Closes #134
I think we should update SKILL.md as well to include about this. so that user or agent use delegate over start/continue directly. by setting up the daemon first as well. and they can check queue list, queue logs, queue-daemon status, and queue-daemon logs for debugging or something
lgtm