fix: CLI syntax error and add conversation remove command

- Fixed bin/brainy.js to import compiled TypeScript CLI
- Added conversation remove command to clean up MCP setup
- Fixed tsconfig.json to include CLI in compilation
- Fixed package.json import in CLI using readFileSync
- Fixed storage config structure in conversation setup

Fixes the 'Unexpected identifier as' syntax error when running
brainy conversation setup globally.

Version: 3.19.1
This commit is contained in:
David Snelling 2025-09-29 15:58:25 -07:00
parent ced639cab1
commit bc5aa37dd0
7 changed files with 126 additions and 2345 deletions

View file

@ -28,8 +28,6 @@
"node_modules",
"dist",
"**/*.test.ts",
"src/cli/**/*",
"src/scripts/**/*",
"src/mcp/**/*"
"src/scripts/**/*"
]
}