Skip to content

feat(conductor): Add Conductor workspace configuration#568

Draft
chromy wants to merge 3 commits intomainfrom
chromy/add-conductor-config
Draft

feat(conductor): Add Conductor workspace configuration#568
chromy wants to merge 3 commits intomainfrom
chromy/add-conductor-config

Conversation

@chromy
Copy link
Contributor

@chromy chromy commented Feb 23, 2026

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, 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

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
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
@chromy chromy marked this pull request as draft February 23, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant