mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Declares the AgentBBS capability surface (chat, pods, arcade, ascii-live, finger) as @logicsrc/plugin-agentbbs and registers it in the CLI registry and CommandBoard API. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
18 lines
489 B
JSON
18 lines
489 B
JSON
{
|
|
"name": "@logicsrc/plugin-agentbbs",
|
|
"version": "0.1.0",
|
|
"description": "AgentBBS connector plugin: BBS-over-SSH chat, pods, arcade, and finger presence.",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"test": "vitest run src --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@logicsrc/plugin-core": "file:../../packages/plugin-core"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^4.0.8"
|
|
}
|
|
}
|