Closed
Conversation
Owner
|
Hey hey, I just released 0.3.0! There we already implemented and tested Ruby. Maybe you can try out and give feedback on it, feel free to open an git issue if you see any blind spots. Will because of this close this PR. But thanks a lot of your contribution! Maybe in the future we will find something to work on together :) |
halindrome
pushed a commit
to halindrome/codebase-memory-mcp
that referenced
this pull request
Mar 15, 2026
…overage - Fix DeusData#4: Add `uninstall --project [path]` to remove project-local .mcp.json entry. Removes file entirely when no other servers remain; preserves other entries when present. - Fix DeusData#5: Add test coverage for all new code paths: - TestCLI_InstallProject: verifies .mcp.json written, skills global, no editor registrations - TestCLI_InstallProjectDryRun: verifies no file created - TestCLI_UninstallProject: verifies .mcp.json removed - TestCLI_UninstallProjectPreservesOtherServers: verifies selective removal - TestCLI_InstallCLAUDE_CONFIG_DIR: verifies skills under custom dir - TestCacheDir_EnvOverride: verifies CODEBASE_MEMORY_DB_DIR override - TestCacheDir_Default: verifies default path - TestInitMetricsTracker custom_metrics_path: verifies ConfigMetricsPath Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 tasks
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.
Added ruby support by following the PR of c#
Added the test and checked if all the existing test cases are running successfully