1 parent 915726c commit 511ca9cCopy full SHA for 511ca9c
1 file changed
doc/lpb-memory-overview.md
@@ -1,9 +1,10 @@
1
# lpb-memory Overview
2
3
-The **lpb-memory** extension provides persistent, searchable memory for the
4
-Pi coding agent. It runs background subprocess reviews to extract lessons,
5
-preferences, and technical insights — making them available across sessions
6
-via `memory_search`.
+The **lpb-memory** extension gives the Pi coding agent persistent memory
+across sessions: a searchable store of lessons, preferences, and technical
+insights (`memory_search`), a search index over past sessions
+(`session_search`), and procedural skills the agent saves as it works
7
+(`skill_manage`).
8
9
## What It Does
10
0 commit comments