Brain plugin#5
Merged
Merged
Conversation
- Introduced Brain Plugin documentation link for RAG system with local embeddings and Rust sidecar. - Updated features section to highlight RAG context retrieval, including details on local embeddings, Rust sidecar, tree-sitter chunking, and intent classification. - Provided an overview of how the context retrieval process works and noted the status of the TS plugin and Rust sidecar.
- Move brain-plugin/rust/ to standalone C:\rust-brain-sidecar - Update all path references in brain.ts, docs, and scripts - Remove test directories (plugins/__tests__, plugins/tests, tools/__tests__) - Remove benchmark files (quick-bench.mjs, test-brain.mjs, test-embeddings.mjs) - Remove draft docs (brain-plugin-usage.md, superpowers/plans, superpowers/specs) - Remove unused scripts (scripts/bench.mjs, start-brain.ps1, load-models.js) - Remove cached index data (.indexes/) from git tracking - Add .indexes/ to .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Type of Change
Testing
Checklist
Screenshots (if applicable)
Additional Notes