Skip to content

Commit a4a68ce

Browse files
authored
Refactor protection rules in RooProtectedController
1 parent 32b5636 commit a4a68ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/protect/RooProtectedController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export class RooProtectedController {
1919
".clinerules*",
2020
".roo/**",
2121
".vscode/**",
22-
"*.code-workspace", // Protect VS Code workspace files to prevent code execution
22+
"*.code-workspace",
2323
".rooprotected", // For future use
2424
"AGENTS.md",
25-
"AGENT.md", // Alternative singular form for compatibility
25+
"AGENT.md",
2626
]
2727

2828
constructor(cwd: string) {

0 commit comments

Comments
 (0)