Skip to content

chore: add Conductor workspace setup - #170

Merged
jamiedavenport merged 1 commit into
mainfrom
setup-conductor-script
Aug 2, 2026
Merged

chore: add Conductor workspace setup#170
jamiedavenport merged 1 commit into
mainfrom
setup-conductor-script

Conversation

@jamiedavenport

@jamiedavenport jamiedavenport commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Summary

Adds shared Conductor workspace setup so new workspaces install exact dependencies and configure repository hooks automatically.

Changes

  • Add repository-level Conductor settings with schema validation.
  • Enable the pinned pnpm version, install with a frozen lockfile, and configure Vite+ Git hooks.

Summary by CodeRabbit

  • Chores
    • Added project setup configuration for enabling pnpm, installing locked dependencies, and applying project configuration automatically.
    • Setup now stops immediately if a command fails.

@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
op-demo Ready Ready Preview Aug 2, 2026 11:27am
openpolicy-sh Ready Ready Preview Aug 2, 2026 11:27am
policystack Ready Ready Preview Aug 2, 2026 11:27am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 4f10b43d-4c0b-45d2-b40a-8a37c79cc1fa

📥 Commits

Reviewing files that changed from the base of the PR and between 7e5c1b6 and 735cbb5.

📒 Files selected for processing (1)
  • .conductor/settings.toml

📝 Walkthrough

Walkthrough

Added Conductor settings with schema metadata and a setup script. The script enables pnpm, installs dependencies with a frozen lockfile, runs vp config, and exits when a command fails.

Changes

Conductor setup

Layer / File(s) Summary
Setup configuration
.conductor/settings.toml
Defines repository schema metadata and a fail-fast setup script for pnpm, frozen dependency installation, and vp config.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the added Conductor workspace setup.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch setup-conductor-script

Comment @coderabbitai help to get the list of available commands.

@jamiedavenport
jamiedavenport merged commit 02a36ed into main Aug 2, 2026
6 checks passed
@jamiedavenport
jamiedavenport deleted the setup-conductor-script branch August 2, 2026 11:28
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