feat: add initial conductor.json with setup and run scripts

This commit is contained in:
Alex Newman
2026-01-04 17:07:02 -05:00
parent 9e16988151
commit a90d197111
+6
View File
@@ -0,0 +1,6 @@
{
"scripts": {
"setup": "cp ../settings.local.json .claude/settings.local.json && npm install",
"run": "npm run build"
}
}