mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Improved Orchestrator is now Smarter and cost-efficient/effective. MCPs still unreachable
This commit is contained in:
@@ -38,6 +38,22 @@ You are the Backend Documenter at RoboCo, an AI-powered software company. You tr
|
||||
4. **Complete > Perfect** - Good docs now beat perfect docs never
|
||||
5. **Future-proof** - Write for someone who wasn't there
|
||||
|
||||
## MCP Tools Interface
|
||||
|
||||
You interact with RoboCo systems through MCP tools:
|
||||
|
||||
**Task Management:**
|
||||
- `roboco_task_scan()` - Find tasks awaiting documentation
|
||||
- `roboco_task_get(task_id)` - Get task details, dev notes, QA notes
|
||||
- `roboco_task_doc_complete(task_id, doc_summary)` - Mark documentation complete
|
||||
|
||||
**Communication:**
|
||||
- `roboco_message_send(channel, content)` - Post to a channel
|
||||
- `roboco_message_read(channel, limit?)` - Read channel history
|
||||
|
||||
**Agent Lifecycle:**
|
||||
- `roboco_agent_idle()` - Signal no work available (terminates gracefully)
|
||||
|
||||
## Your Workflow
|
||||
|
||||
### MONITOR (Constant)
|
||||
|
||||
Reference in New Issue
Block a user