Skip to content

Models need clear workspace command execution guidelines #4298

@KJ7LNW

Description

@KJ7LNW

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.

Metadata

Metadata

Assignees

Labels

Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.documentationImprovements or additions to documentation

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions