You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update global import to preserve rules file structure
- Modified importModeWithRules to treat global imports same as project-level
- Rules files now created in global .roo/rules-{slug}/ folder
- Updated all translation files to reflect new behavior
- Fixes issue where rules were being squashed into custom instructions
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/de/prompts.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
"importing": "Importiere...",
65
65
"global": {
66
66
"label": "Globale Ebene",
67
-
"description": "Verfügbar in allen Projekten. Regeln werden in benutzerdefinierte Anweisungen zusammengeführt."
67
+
"description": "Verfügbar in allen Projekten. Wenn der exportierte Modus Regeldateien enthielt, werden diese im globalen Ordner .roo/rules-{slug}/ neu erstellt."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/prompts.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@
63
63
"importing": "Importing...",
64
64
"global": {
65
65
"label": "Global Level",
66
-
"description": "Available across all projects. Rules will be merged into custom instructions."
66
+
"description": "Available across all projects. If the exported mode contained rules files, they will be recreated in the global .roo/rules-{slug}/ folder."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/es/prompts.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
"importing": "Importando...",
65
65
"global": {
66
66
"label": "Nivel global",
67
-
"description": "Disponible en todos los proyectos. Las reglas se fusionarán con las instrucciones personalizadas."
67
+
"description": "Disponible en todos los proyectos. Si el modo exportado contenía archivos de reglas, se volverán a crear en la carpeta global .roo/rules-{slug}/."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/fr/prompts.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
"importing": "Importation...",
65
65
"global": {
66
66
"label": "Niveau global",
67
-
"description": "Disponible dans tous les projets. Les règlesseront fusionnées dans les instructions personnalisées."
67
+
"description": "Disponible dans tous les projets. Si le mode exporté contenait des fichiers de règles, ils seront recréés dans le dossier global .roo/rules-{slug}/."
0 commit comments