Skip to content

Add conductor setup script for workspace initialization#137

Merged
benminer merged 2 commits into
mainfrom
feature/conductor-setup
Apr 14, 2026
Merged

Add conductor setup script for workspace initialization#137
benminer merged 2 commits into
mainfrom
feature/conductor-setup

Conversation

@benminer
Copy link
Copy Markdown
Collaborator

Summary

  • Add scripts/conductor-setup.sh that handles .env copying from the root repo, environment variable validation, and npm install
  • Simplify conductor.json to match the pattern used in scope3 and agentic-api repos (scripts.setup pointing to the shell script)

Test plan

  • Run bash scripts/conductor-setup.sh in a fresh workspace and verify it copies .env and installs deps
  • Verify Conductor picks up the setup script from conductor.json

Replace inline npm install with a dedicated setup script that handles
.env copying from the root repo, environment variable validation, and
dependency installation.
@benminer benminer requested a review from a team April 14, 2026 14:39
Keep name, description, version, setup commands, and script definitions
from the original config while adding the setup script entry.
@benminer benminer merged commit d98e99b into main Apr 14, 2026
6 checks passed
@benminer benminer deleted the feature/conductor-setup branch April 14, 2026 14:57
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.

2 participants