conductor-json
Installation
SKILL.md
Conductor JSON
Generate conductor.json to share workspace scripts with teammates.
Schema
| Field | Type | Description |
|---|---|---|
scripts.setup |
string | Command when setting up workspace |
scripts.run |
string | Command to start dev server |
scripts.archive |
string | Command when archiving workspace |
runScriptMode |
"concurrent" | "nonconcurrent" |
Kill in-progress run scripts before new one |
Setup Script Pattern
Standard setup copies config dirs and env file from repo root to workspace: