fix(website): correct false claims and stale numbers in live docs
- 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 commit is contained in:
@@ -415,8 +415,8 @@ onBeforeUnmount(() => {
|
||||
</h1>
|
||||
<p class="lede">
|
||||
An AI that forgets cannot know you. MemPalace keeps every word you have
|
||||
shared — verbatim, on your machine, forever available. One hundred
|
||||
percent recall by design.
|
||||
shared — verbatim, on your machine, permanent. Designed for total
|
||||
recall.
|
||||
</p>
|
||||
<form class="waitlist waitlist-hero" data-source="hero" novalidate>
|
||||
<div class="waitlist-head">
|
||||
@@ -520,7 +520,7 @@ onBeforeUnmount(() => {
|
||||
<article class="demo-pane demo-remember">
|
||||
<header>
|
||||
<span class="pane-tag">with mempalace</span>
|
||||
<span class="pane-meta">verbatim · retrieved <<em>50 ms</em></span>
|
||||
<span class="pane-meta">verbatim · retrieved <em>instantly</em></span>
|
||||
</header>
|
||||
<div class="chat" data-pane="remember" aria-live="polite"></div>
|
||||
</article>
|
||||
@@ -539,10 +539,10 @@ onBeforeUnmount(() => {
|
||||
</h2>
|
||||
</div>
|
||||
<p class="lede">
|
||||
A two-thousand-year-old memory technique, reworked for a machine.
|
||||
Broad categories nest time-based groupings; time-based groupings hold
|
||||
verbatim drawers. A symbolic index lets the model scan thousands of
|
||||
drawers in a single breath and open only the ones it needs.
|
||||
An ancient memory technique, reworked for a machine. Broad categories
|
||||
nest time-based groupings; time-based groupings hold verbatim drawers.
|
||||
A symbolic index lets the model scan thousands of drawers in a single
|
||||
pass and open only the ones it needs.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -609,8 +609,8 @@ onBeforeUnmount(() => {
|
||||
</h2>
|
||||
<p class="lede">
|
||||
The content stays verbatim — always. The <em>index</em> above it is written
|
||||
in AAAK: a dense symbolic dialect an LLM can scan at a glance. Tens of
|
||||
thousands of entries, one pass, exact drawer located.
|
||||
in AAAK: a dense symbolic dialect an LLM can scan at a glance. Thousands
|
||||
of entries, one pass, exact drawer located.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -657,8 +657,8 @@ onBeforeUnmount(() => {
|
||||
</div>
|
||||
|
||||
<p class="dialect-caption">
|
||||
Ninety-plus percent compression on the pointer layer. One hundred percent
|
||||
fidelity on the content layer. You get speed without ever losing a word.
|
||||
Dense compression on the pointer layer. Full fidelity on the content
|
||||
layer. You get speed without ever losing a word.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
@@ -760,7 +760,7 @@ onBeforeUnmount(() => {
|
||||
<span class="ok"> ✓</span> palace created at <span class="dim">~/.mempalace</span>
|
||||
<span class="ok"> ✓</span> hooks registered <span class="dim">(stop, precompact)</span>
|
||||
<span class="ok"> ✓</span> knowledge graph initialized
|
||||
<span class="prompt">$</span> mempalace remember <span class="dim">"memory is identity."</span>
|
||||
<span class="prompt">$</span> mempalace mine <span class="dim">./notes</span>
|
||||
<span class="ok"> ✓</span> filed · <span class="c">W-001/R-01/D-001</span></pre>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user