We've raised a $22m Series A →Skip to docs content
Conductor

How-to Guides

Linking multiple directories

Let one workspace read and edit code across related repositories

Conductor supports linking workspaces from multiple directories so one agent can read and edit code across related repositories. This is useful when a change spans a frontend, backend, shared package, or other service that lives outside the current workspace directory.

/add-dir

To link multiple directories together in Conductor, we recommend:

  1. Add each directory to Conductor
  2. Create a workspace for each directory
  3. In one workspace, enter /add-dir and select the other workspaces you'd like to link together.

Now, agents in this workspace will be able to access files and code from the other linked workspaces.

Running microservices at once

To run microservices from different repositories at once, create a run script for each repository.

On this page