Add Conductor workspace configuration#825
Merged
Merged
Conversation
31f4d1e to
d46d8d6
Compare
This adds a conductor.json configuration file that enables automated workspace setup and development server launching for the documentation site. - setup script: Validates Node.js/npm and installs dependencies - run script: Starts Docusaurus dev server on Conductor-assigned port - Uses nonconcurrent mode for the run script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
d46d8d6 to
67e4466
Compare
Dan Miller (milldr)
approved these changes
Oct 15, 2025
dd0a742
into
master
2 checks passed
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.
Summary
conductor.jsonconfiguration file for automated workspace setupconductor-setup.shscript that validates Node.js/npm and installs dependenciesWhat's included
conductor.json
setupscript: Runs workspace initialization (dependency installation, cache clearing)runscript: Starts Docusaurus dev server on Conductor-assigned portnonconcurrentmode: Ensures only one dev server runs at a timeconductor-setup.sh
Test plan
🤖 Generated with Claude Code