Skip to content

docs: make install a two-minute path - #7

Merged
AbsoluteMode merged 2 commits into
mainfrom
docs/quick-install
Jul 27, 2026
Merged

docs: make install a two-minute path#7
AbsoluteMode merged 2 commits into
mainfrom
docs/quick-install

Conversation

@AbsoluteMode

Copy link
Copy Markdown
Owner

Зачем

Раздел установки начинался с pipx install --editable . и ручного claude mcp add
то есть предполагал, что репозиторий уже склонирован. О том, что в репозитории лежит
marketplace.json и плагин ставится двумя слэш-командами, README не сообщал вообще.

Что стало

  • Install — короткий путь: pipx из git → ключ → index → две команды в Claude Code.
    Явно сказано, что новую сессию надо начать заново (MCP грузится на старте сессии).
  • Check it works — как убедиться, что живо: наличие score в выдаче = семантика работает.
  • Troubleshooting — таблица реальных отказов: degraded в ответе; 403 с HTML-телом от WAF,
    который выглядит как плохой ключ (он одинаков и без ключа); отсутствие PySocks за прокси;
    протухший индекс. В каждой строке названа причина — симптом её не называет никогда.
  • CLI reference — флаги никуда не делись, просто уехали ниже быстрого старта.
  • Keeping the index fresh — сказано, что с плагином делать ничего не нужно; ручной хук
    оставлен для тех, кто регистрировал MCP руками.
  • Первый абзац теперь сразу про кросс-движковую память: один индекс на Claude Code и Codex —
    это суть инструмента, а раньше она пряталась во втором придаточном.

Проверено: репозиторий публичный (pipx из git сработает), marketplace.json на месте,
оба entry point'а (session-recall, session-recall-mcp) существуют.

🤖 Generated with Claude Code

Izzyleet and others added 2 commits July 27, 2026 04:34
The install section led with `pipx install --editable .` and manual `claude mcp add`,
which only makes sense if you already cloned the repo — a new user had to work out
that a marketplace manifest exists at all. It now opens with the actual short path
(pipx from git, key, index, two slash commands) and keeps the flags as reference
below.

Adds a troubleshooting table for the failures that actually happen: a degraded
answer, a WAF 403 that looks like a bad key, missing PySocks behind a proxy, and a
stale index. Each row names the cause, because the symptom never does.

Also states the cross-engine premise up front — one index shared by Claude Code and
Codex is the point of the tool, and the old opening buried it in clause two.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@AbsoluteMode
AbsoluteMode merged commit 6a55530 into main Jul 27, 2026
7 checks passed
@AbsoluteMode
AbsoluteMode deleted the docs/quick-install branch July 27, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants