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:
- Add each directory to Conductor
- Create a workspace for each directory
- In one workspace, enter
/add-dirand 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.