fix(website): correct false claims and stale numbers in live docs#964
Merged
fix(website): correct false claims and stale numbers in live docs#964
Conversation
- Landing: replace nonexistent `mempalace remember` CLI demo with real
`mempalace mine ./notes`
- Landing: soften unverifiable absolutes ("forever available",
"100% recall by design", "<50 ms", "90%+ compression",
"two-thousand-year-old", "tens of thousands of entries")
- MCP tool count: 19 → 29 across mcp-integration, claude-code, openclaw,
and modules; expand tool overview with Drawers, Tunnels, and System
categories to match mcp_server.py
- Wake-up token range: ~170–900 → ~600–900 in cli/api-reference/python-api
to match cli.py help text and concept docs
- Gemini CLI: move `--scope user` before target name and add `--`
separator so `-m mempalace.mcp_server` isn't parsed as Gemini flags
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
The live docs site had several false claims, stale numbers, and unverifiable marketing absolutes. This PR fixes them without changing any product behavior — it's docs/copy only.
Factual fixes
mempalace remembercommand that doesn't exist in cli.py. Replaced with realmempalace mine ./notes."mempalace_*"entries in theTOOLSdict of mcp_server.py.get_drawer,list_drawers,update_drawer), Tunnels (create_tunnel,list_tunnels,delete_tunnel,follow_tunnels), and System (hook_settings,memories_filed_away,reconnect).~170–900→~600–900in cli.md, api-reference.md, and python-api.md to match the CLI help text in cli.py and the concept doc in memory-stack.md.--scope usertrailing after-m mempalace.mcp_servercould be parsed as a module arg. Moved--scope userbefore the target name and added the standard--separator.Marketing softening (unverifiable absolutes)
Test plan
cd website && bun run devand spot-check the landing page — hero copy, terminal demo, dialect caption, and the "without/with mempalace" comparison panebun run build) and confirm no broken links