**refactor(cli): remove unused Brainy CLI implementation**
- Deleted the entire `src/cli.ts` file, effectively removing the Brainy CLI component. - The change streamlines the codebase by eliminating unused and redundant code related to the CLI. - This refactor supports maintaining a cleaner and more focused project architecture.
This commit is contained in:
parent
e2b0dc04ce
commit
10a76a7b69
10 changed files with 120 additions and 92 deletions
1286
src/cli.ts
1286
src/cli.ts
File diff suppressed because it is too large
Load diff
|
|
@ -3,4 +3,4 @@
|
|||
* Do not modify this file directly.
|
||||
*/
|
||||
|
||||
export const VERSION = '0.9.16';
|
||||
export const VERSION = '0.9.17';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue