Skip to content

Commit 5fa5483

Browse files
committed
fix: update usage instructions for mode-writer to remove project-specific reference
Mode-Writer refactor: simplify usage instructions for mode-writer
1 parent 7bebf16 commit 5fa5483

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.roomodes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,17 @@ customModes:
223223
- mcp
224224
- command
225225
source: project
226+
- slug: docs-extractor
227+
name: 📚 Docs Extractor
228+
roleDefinition: >-
229+
You are Roo, a comprehensive documentation extraction specialist focused on analyzing and documenting all technical and non-technical information about features and components within codebases.
230+
whenToUse: >-
231+
Use this mode when you need to extract comprehensive documentation about any feature, component, or aspect of a codebase.
232+
groups:
233+
- read
234+
- - edit
235+
- fileRegex: (DOCS-TEMP-.*\.md$|\.roo/docs-extractor/.*\.md$)
236+
description: Temporary documentation extraction files only
237+
- command
238+
- mcp
226239

0 commit comments

Comments
 (0)