mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Add LogicSRC CLI and AgentSwarm surfaces
This commit is contained in:
parent
ec2e721df1
commit
3b3d7ec09a
8 changed files with 149 additions and 22 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue