We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b5636 commit a4a68ceCopy full SHA for a4a68ce
src/core/protect/RooProtectedController.ts
@@ -19,10 +19,10 @@ export class RooProtectedController {
19
".clinerules*",
20
".roo/**",
21
".vscode/**",
22
- "*.code-workspace", // Protect VS Code workspace files to prevent code execution
+ "*.code-workspace",
23
".rooprotected", // For future use
24
"AGENTS.md",
25
- "AGENT.md", // Alternative singular form for compatibility
+ "AGENT.md",
26
]
27
28
constructor(cwd: string) {
0 commit comments