Skip to content

Commit 7ce1836

Browse files
authored
docs: add session resume use case (#516)
Signed-off-by: Cheney Zhang <chen.zhang@zilliz.com>
1 parent 3149dc3 commit 7ce1836

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ memsearch config set milvus.uri http://localhost:19530
227227
- **Recover decision rationale** — find why the project chose one architecture, library, migration path, or API design over another.
228228
- **Trace feature history** — understand how a feature evolved across sessions, including the files changed and tradeoffs discussed.
229229
- **Do code archaeology** — ask when and why a module, config, or workflow was changed before touching it again.
230+
- **Find the right session to resume** — ask which previous conversation covered a topic, recover the relevant context, and continue from there.
230231
- **Carry context across agents** — keep Claude Code, Codex CLI, OpenClaw, and OpenCode working from the same project memory.
231232

232233
---

docs/home/for-users.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pick your platform, install the plugin, and you're done. memsearch captures conv
88
- **Recover decision rationale** — find why the project chose one architecture, library, migration path, or API design over another.
99
- **Trace feature history** — understand how a feature evolved across sessions, including the files changed and tradeoffs discussed.
1010
- **Do code archaeology** — ask when and why a module, config, or workflow was changed before touching it again.
11+
- **Find the right session to resume** — ask which previous conversation covered a topic, recover the relevant context, and continue from there.
1112
- **Carry context across agents** — keep Claude Code, Codex CLI, OpenClaw, and OpenCode working from the same project memory.
1213

1314
## Choose Your Platform

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Pick your platform, install the plugin, and you're done. memsearch captures conv
1616
- **Recover decision rationale** — find why the project chose one architecture, library, migration path, or API design over another.
1717
- **Trace feature history** — understand how a feature evolved across sessions, including the files changed and tradeoffs discussed.
1818
- **Do code archaeology** — ask when and why a module, config, or workflow was changed before touching it again.
19+
- **Find the right session to resume** — ask which previous conversation covered a topic, recover the relevant context, and continue from there.
1920
- **Carry context across agents** — keep Claude Code, Codex CLI, OpenClaw, and OpenCode working from the same project memory.
2021

2122
### Claude Code Plugin

0 commit comments

Comments
 (0)