feat(brain): mosaic brain CLI surface (#403)

This commit is contained in:
2026-04-05 05:20:44 +00:00
parent 2446593fff
commit febd866098
7 changed files with 252 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
export { createBrain, type Brain } from './brain.js';
export { registerBrainCommand } from './cli.js';
export {
createProjectsRepo,
type ProjectsRepo,