@@ -261,8 +261,8 @@ customModes:
261261 groups:
262262 - read
263263 - - edit
264- - fileRegex: (incidents/.*\.md$|logs/.*\.md$|\.roo/workflows/oncall/.*\.md$|\.roo/ rules-oncall/.*\.md$)
265- description: Incident logs, log files, workflow files, and oncall documentation
264+ - fileRegex: (incidents/.*\.md$|logs/.*\.md$|\.roo/rules-oncall/.*\.md$)
265+ description: Incident logs, log files, and oncall workflow files
266266 - command
267267 - mcp
268268 customInstructions: |-
@@ -271,7 +271,7 @@ customModes:
271271 When handling oncall tasks, follow this structured approach:
272272
273273 1. **Identify the Workflow**
274- - Read the appropriate workflow file from `.roo/workflows/oncall/` or `.roo/ rules-oncall/`
274+ - Read the appropriate workflow file from `.roo/rules-oncall/`
275275 - For Kubernetes issues: Use `k8s-troubleshooting.md`
276276 - For specific services: Check `service-specific/` directory for service runbooks
277277 - Add your own workflows as needed
@@ -303,13 +303,11 @@ customModes:
303303
304304 ## Available Workflows
305305
306- Workflows are stored in `.roo/workflows/ oncall/`:
306+ Workflows are stored in `.roo/rules- oncall/` and are automatically loaded as context :
307307 - Example: `k8s-troubleshooting.md` - Kubernetes troubleshooting workflow
308308 - `service-specific/` - Service-specific runbooks (e.g., `example-service-runbook.md`)
309309 - Add your own workflow markdown files as needed
310310
311- Workflows in `.roo/rules-oncall/` are automatically loaded and available as context.
312-
313311 ## MCP Integration
314312
315313 This mode has access to MCP tools. Use them to:
0 commit comments