Solution (#1032): Aider CONVENTIONS.md#1035
Closed
TFGSUMIT wants to merge 1 commit into
Closed
Conversation
Owner
|
Thanks for taking the time to propose this. We are closing the PR because codebase-memory-mcp does not integrate with Aider through a separate npm package or by modifying source files during installation. The current change introduces the unreviewed @aider/ai dependency, writes only to placeholder path/to locations, and adds installer-time source rewriting rather than integrating with the repository's actual agent configuration model. That conflicts with the project's local-only and supply-chain policy. The DCO failure is additional, but the integration approach itself is the decisive blocker. |
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.
Aider Integration for Codebase-Memory-MCP
This pull request adds Aider integration to the codebase-memory-mcp project, providing a standardized API for indexing, searching, and tracing graph data.
Changes:
graph-ui/src/api/rpc.tsto include Aider methodsinstall.shandinstall.ps1to automate installationCONVENTIONS.mdto document Aider integration conventionsTesting Instructions:
npm install @aider/aito install Aider integrationgraph-ui/src/api/rpc.tsindexRepository(),searchGraph(), andtracePath()methodsNote: This pull request assumes that the
@aider/aipackage is installed and available. If you encounter any issues, please ensure that the package is installed correctly.