Look for roo rules when executing /init
Resolved 💬 3 comments Opened Jul 17, 2025 by kierankelleher 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'This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗