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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@soulcraft/brainy",
"version": "3.19.0",
"version": "3.19.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@soulcraft/brainy",
"version": "3.19.0",
"version": "3.19.1",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",