Skip to content

Add Conductor Bun setup script#361

Merged
huv1k merged 1 commit into
mainfrom
huv1k/conductor-scripts-bun
Jun 8, 2026
Merged

Add Conductor Bun setup script#361
huv1k merged 1 commit into
mainfrom
huv1k/conductor-scripts-bun

Conversation

@huv1k

@huv1k huv1k commented Jun 8, 2026

Copy link
Copy Markdown
Member

Adds shared Conductor repository settings for workspace setup. The setup script installs dependencies with Bun using the checked-in lockfile via bun install --frozen-lockfile.

Copilot AI review requested due to automatic review settings June 8, 2026 14:16
@cla-bot cla-bot Bot added the cla-signed label Jun 8, 2026
@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Jun 8, 2026 2:18pm
web-juliett Ready Ready Preview, Comment Jun 8, 2026 2:18pm

Request Review

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM, simple Conductor workspace config addition.

Extended reasoning...

Overview

This PR adds a single 4-line config file (.conductor/settings.toml) that defines a workspace setup script for Conductor. The script runs bun install --frozen-lockfile to install dependencies from the checked-in bun.lock.

Security risks

None. This is a developer-tooling config file used only when setting up local Conductor workspaces. It does not run in CI/CD or production, does not touch auth/crypto/permissions, and uses --frozen-lockfile which is the safer install mode (fails on lockfile mismatch rather than silently updating).

Level of scrutiny

Minimal. This is a mechanical, self-contained config file with no logic and no impact on production code paths. The referenced lockfile (bun.lock) exists in the repo, so the command is valid.

Other factors

No bugs were found by the bug hunting system. No prior reviews on this PR. Standard pattern for repo-level tool config.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a Conductor repository configuration to standardize workspace setup by installing JS/TS dependencies via Bun using the checked-in lockfile.

Changes:

  • Introduces .conductor/settings.toml with a Conductor setup script.
  • Configures setup to run bun install --frozen-lockfile for reproducible dependency installs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@huv1k huv1k merged commit 47c39ca into main Jun 8, 2026
16 checks passed
@huv1k huv1k deleted the huv1k/conductor-scripts-bun branch June 8, 2026 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants