forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed as not planned
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.documentationImprovements or additions to documentationImprovements or additions to documentation
Description
When working with the monorepo structure, AI models often fail to properly specify the working directory when executing commands in specific workspaces.
Problem
- Models frequently run commands from the root directory without specifying the correct workspace
- This leads to incorrect package installations, test failures, and build errors
- Commands executed in the wrong context can affect unintended parts of the codebase
Solution Needed
- Clear documentation on how to execute commands in specific workspaces
- Explicit instructions to always use the
<cwd>workspace/directory</cwd>
parameter - Examples of correct command execution in different workspace contexts
This issue is related to the broader monorepo understanding problem (#4295) but specifically focuses on command execution context.
dosubot
Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Done