Add Conductor workspace scripts

This commit is contained in:
Andrey Avtomonov 2026-05-11 00:13:38 +02:00
parent d89be2390f
commit 379abc69f2
4 changed files with 255 additions and 0 deletions

7
conductor.json Normal file
View file

@ -0,0 +1,7 @@
{
"scripts": {
"setup": "bash scripts/conductor-setup.sh",
"run": "bash scripts/conductor-run.sh"
},
"runScriptMode": "nonconcurrent"
}