feat(kugetsu): add queue infrastructure for autonomous PM #97
Reference in New Issue
Block a user
Delete Branch "feat/issue-49-queue-v2"
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?
Summary
Fix for #49 - Queue infrastructure for autonomous PM.
Changes
Add queue infrastructure to allow PM agent to work autonomously:
This allows PM agent to queue tasks when agents are busy and process them when agents become available.
Fixes #49