@nomad-e/bluma-cli 0.6.8 → 0.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/main.js +1716 -1242
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,7 +78,6 @@ Tools are now modularly structured in `src/app/agent/tools/` with separate UI co
|
|
|
78
78
|
- **Coordinator Mode**: Product Owner + Engineering Manager hybrid that delegates to specialist workers
|
|
79
79
|
- **Parallel Execution**: Launch multiple workers concurrently for research, implementation, and verification
|
|
80
80
|
- **Mailbox IPC**: **Bidirectional file-based communication** between coordinator and workers
|
|
81
|
-
- **send_message**: Send follow-ups to running workers without re-spawning
|
|
82
81
|
- **list_mailbox_messages**: Read progress updates, permission requests, and results
|
|
83
82
|
- **poll_mailbox**: Poll for new messages from workers
|
|
84
83
|
- **signal_mailbox**: Send ack/nack/progress/heartbeat signals
|