From a90d19711163ac3e2be591792aff12ff96200d0f Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sun, 4 Jan 2026 17:07:02 -0500 Subject: [PATCH] feat: add initial conductor.json with setup and run scripts --- conductor.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conductor.json diff --git a/conductor.json b/conductor.json new file mode 100644 index 00000000..697df403 --- /dev/null +++ b/conductor.json @@ -0,0 +1,6 @@ +{ + "scripts": { + "setup": "cp ../settings.local.json .claude/settings.local.json && npm install", + "run": "npm run build" + } +} \ No newline at end of file