Look for roo rules when executing /init

Status Closed — not planned
Maintainer reply None cached
Activity 3 comments · opened Jul 17, 2025 · closed Jan 4, 2026

/init currently looks for rules of other agentic assistants, for example

⏺ Search(pattern: "**/.cursorrules")
  ⎿  Found 0 files 

⏺ Search(pattern: "**/.cursor/**")
  ⎿  Found 0 files 

⏺ Search(pattern: "**/.github/copilot-instructions.md")
  ⎿  Found 0 files 

Check for roo rules, with something like:

find . -path '*/.roo/*' -type f -name '*.md'

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗