Commit 5c2eb80
docs: fix drift in best-practices/memory-rules (#250)
- Correct the src/index.ts line reference for expansion params
(764-811, not 350-355) to match current mcp-automem main.
- Update the Two-Phase Recall example to match the current
CLAUDE_MD_MEMORY_RULES.md template: Phase 1 now uses limit 20 +
sort: "updated_desc"; Phase 2 uses a single query (not queries[] +
auto_decompose) with a 90-day window and limit 30, per the
template's own validated tradeoffs note.
Claude-Session: https://claude.ai/code/session_01KUAMUr6mjcGM9AHhBd4UmY
Co-authored-by: Claude <noreply@anthropic.com>1 parent ee81ca1 commit 5c2eb80
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments