Skip to content

Commit 6f6c454

Browse files
committed
docs: align README with upstream refinements
Update tagline to "One brain. Local or cloud." variant, add SQLite source-of- truth clarification in Git Sync section, correct MCP tools count from 15 to 19 (table already listed 19 tools). Skipped nav link additions that reference docs not yet present in this fork (engram-cloud/README.md, CODEBASE-GUIDE.md).
1 parent aa667dc commit 6f6c454

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<strong>Persistent memory for AI coding agents</strong><br>
7-
<em>Agent-agnostic. Single binary. Zero dependencies.</em>
7+
<em>One brain. Local or cloud. Agent-agnostic, single binary, zero dependencies.</em>
88
</p>
99

1010
<p align="center">
@@ -81,7 +81,7 @@ It gives Pi persistent project memory, compaction recovery, and shared memory wi
8181

8282
Full details on session lifecycle, topic keys, and memory hygiene → [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md)
8383

84-
## MCP Tools (15)
84+
## MCP Tools (19)
8585

8686
| Category | Tools |
8787
| ---------------------- | ---------------------------------------------------------------------------------------------------------------- |
@@ -91,7 +91,7 @@ Full details on session lifecycle, topic keys, and memory hygiene → [docs/ARCH
9191
| **Conflict Surfacing** | `mem_judge`, `mem_compare` |
9292
| **Utilities** | `mem_save_prompt`, `mem_stats`, `mem_capture_passive`, `mem_merge_projects`, `mem_current_project`, `mem_doctor` |
9393

94-
Full tool reference with parameters → [DOCS.md#mcp-tools-15-tools](DOCS.md#mcp-tools-15-tools)
94+
Full tool reference with parameters → [DOCS.md#mcp-tools-19-tools](DOCS.md#mcp-tools-19-tools)
9595

9696
## Terminal UI
9797

@@ -112,6 +112,8 @@ engram tui
112112

113113
Share memories across machines. Uses compressed chunks — no merge conflicts, no huge files.
114114

115+
Local SQLite remains the source of truth. Cloud integration is opt-in replication.
116+
115117
```bash
116118
engram sync # Export new memories as compressed chunk
117119
git add .engram/ && git commit -m "sync engram memories"

0 commit comments

Comments
 (0)