You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update architecture diagrams to show both ingestion pipelines
Both the one-liner and detailed diagram now show webhooks (Slack/GitHub →
Memory table) and Synapse CLI/API (CLAUDE.md/.cursor/ → SynapseEntry table)
as parallel ingestion paths into Harper Fabric.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,28 +11,33 @@ When you use Claude, ChatGPT, or Cursor, your conversation history and learned c
11
11
Deploy a centralized vector database on Harper Fabric and connect it to your AI agents via [MCP (Model Context Protocol)](https://modelcontextprotocol.io). All your tools read and write to the same unified memory pool.
12
12
13
13
```
14
-
Slack / GitHub / Linear / ... ──webhook──▶ Harper Fabric ◀──MCP──▶ Claude Desktop / Cursor / ...
15
-
(vector DB)
14
+
Slack / GitHub / ... ──webhook──┐
15
+
├──▶ Harper Fabric ◀──MCP──▶ Claude Desktop / Cursor / ...
0 commit comments