mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
1. Blueprint updates - Added NO_GROUPS escalation docs to all 12 agent blueprints
2. Multi-image Docker architecture - Created role-specific Dockerfiles: - agent-base.Dockerfile (shared foundation) - agent-pm.Dockerfile, agent-dev-be.Dockerfile, agent-dev-fe.Dockerfile - agent-qa-be.Dockerfile, agent-qa-fe.Dockerfile, agent-doc.Dockerfile, agent-ux.Dockerfile 3. Orchestrator updates - roboco/runtime/orchestrator.py: - Added AGENT_IMAGES mapping and get_agent_image() function - Updated _ensure_agent_image() to build base + specialized images - Updated _spawn_container() to use role-specific image - Made _generate_mcp_config() role-aware (though kept notify for all since they need to receive)
This commit is contained in:
@@ -123,6 +123,13 @@ and verify all subtasks are done before calling `roboco_task_complete()`.
|
||||
|
||||
## Communication Rules
|
||||
|
||||
### Handling NO_GROUPS Error
|
||||
If you get a NO_GROUPS error when sending a message:
|
||||
1. This means the channel hasn't been set up for this work yet
|
||||
2. Escalate to your Cell PM (fe-pm) using `roboco_task_escalate`
|
||||
3. Include the channel and task context in your escalation
|
||||
4. If you have a task_id, always include it in message calls (routes to task session)
|
||||
|
||||
### When to Post in Session (DO)
|
||||
- **Questions about implementation** - Need dev/QA clarification
|
||||
- **Missing context** - Dev notes don't explain component behavior
|
||||
|
||||
Reference in New Issue
Block a user