feat: Add cloud discovery touchpoints to CLI and MCP#546
Merged
phernandez merged 1 commit intomainfrom Feb 13, 2026
Merged
Conversation
Signed-off-by: phernandez <paul@basicmachines.co>
Contributor
|
Claude finished @phernandez's task in 2m 48s —— View job Code Review Complete ✓I've reviewed this PR against the Basic Memory team checklist. Overall, this is a well-implemented, ethical cloud discovery feature that follows the project's standards. Below are my detailed findings: ✅ Code Quality & StandardsStrengths:
Minor observations:
✅ Testing & DocumentationStrengths:
Coverage status:
✅ Basic Memory ArchitectureStrengths:
Architecture compliance:
✅ Security & PerformanceStrengths:
Security considerations:
✅ CompatibilityWindows compatibility:
📋 Team Checklist ResultsCode Quality & Standards
Testing & Documentation
Basic Memory Architecture
Security & Performance
Compatibility
🎯 SummaryThis PR is production-ready. The implementation demonstrates:
No issues found that would block merging. The placeholder discount code ( |
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
Implements ethical cloud discovery touchpoints for open-source users without prompt injection, based on the team plan.
What changed
cloud_promo_opt_outcloud_promo_first_run_showncloud_promo_last_version_shownsrc/basic_memory/cli/promo.pybm cloud promo --on/--offto let users opt out/in directly.cloud_info()release_notes()Guardrails and behavior
mcpsubcommand.BASIC_MEMORY_NO_PROMOS=1).Validation
uv run pytest tests/cli/test_cloud_promo.py tests/cli/test_cloud_authentication.py tests/mcp/test_tool_cloud_discovery.py tests/mcp/test_tool_contracts.pyuv run pytest tests/test_config.py tests/cli/test_cli_exit.py tests/cli/test_cli_tool_exit.py tests/mcp/test_tool_project_management.py tests/mcp/test_resources.pyuv run ruff check ...on changed modules/testsuv run pyright src/basic_memory/cli/promo.py src/basic_memory/cli/commands/cloud/core_commands.py src/basic_memory/mcp/tools/cloud_info.py src/basic_memory/mcp/tools/release_notes.pyNotes
{{OSS_DISCOUNT_CODE}}2026-02-06