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

View file

@ -1,11 +1,12 @@
{
"name": "@logicsrc/cli",
"version": "0.1.0",
"description": "CommandBoard.run CLI.",
"description": "LogicSRC OpenSpec CLI.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"logicsrc": "./dist/index.js",
"commandboard": "./dist/index.js",
"cb": "./dist/index.js"
},