Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit a5e4e33

Browse files
committed
improve
1 parent 512ae5c commit a5e4e33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ This whole scheme works great -- right up until the context starts to run out, o
2929

3030
Another critical thing is using *some* method to track your work: I've tried both task files in a [.ongoing directory](https://github.com/nikomatsakis/socratic-shell/blob/main/prompts/project/ongoing-work-tracking.md) and [issues on github](https://github.com/nikomatsakis/socratic-shell/blob/main/prompts/project/github-tracking-issues.md). I think I prefer github issues, but I still configure that per project.
3131

32-
This is where the experimental "memory bank [MCP server][]" comes in. My hope is that we can build something to help Claude remember across sessions more effectively. At the moment, this is more design than reality, and I have no idea how well it's going to work. The idea is to model human memory (inspired both by a book I recently read and some stray comments from Yehuda, whose done some similar experiments I think just using prompts). I'm not sure how it's going to work but the act of building it is helping me learn stuff, which is the main point.
32+
This is where the experimental ["memory bank MCP server"](./memory-bank/README.md) comes in. My hope is that we can build something to help Claude remember across sessions more effectively. At the moment, this is more design than reality, and I have no idea how well it's going to work. The idea is to model human memory (inspired both by a book I recently read and some stray comments from Yehuda, whose done some similar experiments I think just using prompts). I'm not sure how it's going to work but the act of building it is helping me learn stuff, which is the main point.
3333

34-
[MCP server]: https://modelcontextprotocol.io/introduction
3534

0 commit comments

Comments
 (0)