feat(conductor): Add Conductor workspace configuration#568
Draft
feat(conductor): Add Conductor workspace configuration#568
Conversation
Add conductor.json to enable automatic workspace setup via the Conductor app. The setup script runs direnv allow and devenv sync to configure the development environment. The run script starts the Launchpad service with make serve. Co-Authored-By: Claude <noreply@anthropic.com> Agent transcript: https://claudescope.sentry.dev/share/Vz0mm-V7WLhTgGSRhD8kXhlT1KTXKvS6ega_xdV9OPo
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Use `direnv export` to apply .envrc environment variables to the current shell before running devenv sync. Add nonconcurrent run script mode to prevent duplicate server processes on repeated clicks. Co-Authored-By: Claude <noreply@anthropic.com> Agent transcript: https://claudescope.sentry.dev/share/t4C7GdDNMIaN-DbLxP2BiJtkig0cNtR9Sxjz2cuDmiI
The run script needs the .envrc environment variables (e.g. LAUNCHPAD_RPC_SHARED_SECRET) to start the server successfully. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add conductor.json to enable automatic workspace setup via the Conductor app. The setup script runs
direnv allowanddevenv syncto configure the development environment, while the run script starts the Launchpad service.This allows team members to create isolated Conductor workspaces that automatically configure all dependencies and environment variables without manual setup steps.
Agent transcript: https://claudescope.sentry.dev/share/6J3tYEh2fOfvbhHFnJvsLLf-M-zwsjHTatvLJrovgr8