Add LogicSRC CLI and AgentSwarm surfaces

This commit is contained in:
Anthony Ettinger 2026-06-06 16:09:23 +00:00
parent ec2e721df1
commit 3b3d7ec09a
8 changed files with 149 additions and 22 deletions

3
package-lock.json generated
View file

@ -4655,7 +4655,8 @@
},
"bin": {
"cb": "dist/index.js",
"commandboard": "dist/index.js"
"commandboard": "dist/index.js",
"logicsrc": "dist/index.js"
},
"devDependencies": {
"tsx": "^4.21.0",