Replace basic-memory with recall as managed tool#9
Open
wpfleger96 wants to merge 2 commits intomainfrom
Open
Conversation
Renames all basic-memory references to recall throughout the installer, updater, profiles, SKILL.md, and AGENTS.md. Removes _run_recall_init() entirely — recall self-bootstraps its KB on first MCP tool call, so ai-rules has zero KB lifecycle knowledge. Deletes the hook scripts that basic-memory required; recall handles git sync internally via daemon thread.
Add DISABLE_COMPACT env var (documented way to disable auto-compaction) and reorder viewMode to match Claude Code's actual key ordering. Removes reliance on undocumented settings keys (verbose, autoCompactEnabled) that were getting silently dropped during settings merge.
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.
Summary
ensure_recall_installed()to bootstrap pipeline (install, upgrade, local dev support)_run_recall_init()— recall now self-bootstraps its KB on first MCP tool call/kbskill for recall-aware knowledge base operationsDISABLE_COMPACTenv var instead of undocumentedautoCompactEnabledkey, align key ordering to prevent bogus diffsTest plan
just check-allpasses (471 tests, mypy, ruff)uv tool install . --reinstall→ai-agent-rules installworks~/.recall/andrecall-kbrepo → restart Claude Code → first tool call auto-creates KB, GitHub repo, and pushesverbose/autoCompactEnabledghost diffs)