diff --git a/.roo/rules/monorepo.md b/.roo/rules/monorepo.md index 77ca9c6e20..0945a3ea3e 100644 --- a/.roo/rules/monorepo.md +++ b/.roo/rules/monorepo.md @@ -49,3 +49,6 @@ 1. Move any failing tests → `name.spec.ts` 2. Add new tests → `name.spec.ts` 3. Leave successful tests in `.test.ts` + +# Executing package specific commands +Any time you are using a workspace to run commands, you must always specify `workspace/directory ...`