Skip to content

feat(cli): show what the index holds, lead README with the payoff - #10

Merged
AbsoluteMode merged 1 commit into
mainfrom
feat/index-summary
Jul 27, 2026
Merged

feat(cli): show what the index holds, lead README with the payoff#10
AbsoluteMode merged 1 commit into
mainfrom
feat/index-summary

Conversation

@AbsoluteMode

Copy link
Copy Markdown
Owner

Зачем

indexed 2175 chunks from changed transcripts — первое, что видит человек после установки,
и оно не говорит ему ничего. Сколько сессий? За какой период? Что там вообще лежит?
Главное — из счётчика чанков не видно, что историю кормят оба движка, хотя ровно это и
отличает инструмент от всех остальных.

Стало

indexed 2175 chunks from changed transcripts

your history: 1052 sessions spanning 168 days, 40,035 searchable fragments
  Claude Code 372 · Codex 680
  busiest: sidekey, trend_detection, glitch

try: session-recall search "why did we choose"

Реальный вывод на живой истории, не выдуманный.

README

Открывается пользой, а не устройством: «Shared memory for Claude Code and Codex. Pick up work
from a month ago without re-explaining it». Дальше — этот же вывод и разыгранный пример
восстановления контекста, вместо описания того, как оно было бы.

Описание и топики репозитория обновлены отдельно: прежнее описание упоминало только Claude Code
и перечисляло механизмы (MCP tools + subagent + skill + hook) вместо того, ради чего это ставят.

Проверка

136 тестов зелёные, новый писался до кода. Сводка считается одним запросом на таблицу и не
трогает горячий путь поиска.

🤖 Generated with Claude Code

`indexed N chunks from changed transcripts` is the first thing a new user sees, and
it says nothing about what they now have. The interesting facts are how far back the
memory reaches and that both engines feed it — and the second one is invisible in a
chunk total, even though a shared Claude + Codex history is the point of the tool.

    your history: 1052 sessions spanning 168 days, 40,035 searchable fragments
      Claude Code 372 · Codex 680
      busiest: sidekey, trend_detection, glitch

README now opens on what the tool does for you rather than how it is built, and shows
that output plus a worked recall instead of describing one.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@AbsoluteMode
AbsoluteMode merged commit 7eaf530 into main Jul 27, 2026
7 checks passed
@AbsoluteMode
AbsoluteMode deleted the feat/index-summary branch July 27, 2026 09:45
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