@@ -200,7 +200,7 @@ parsnip serve --transport stdio
200200 │
201201 ▼
202202┌─────────────────────────────────────────────────────────────────────────────┐
203- │ PARSNIP-CORE │
203+ │ PARSNIP-CORE │
204204│ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │
205205│ │ Graph Engine │ │ Query Planner │ │ Transaction │ │
206206│ │ • Entities │ │ • Optimization │ │ Manager │ │
@@ -211,7 +211,7 @@ parsnip serve --transport stdio
211211 │
212212 ▼
213213┌─────────────────────────────────────────────────────────────────────────────┐
214- │ PARSNIP-SEARCH │
214+ │ PARSNIP-SEARCH │
215215│ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │
216216│ │ Fuzzy Search │ │ Full-Text │ │ Vector Search │ │
217217│ │ (nucleo) │ │ (tantivy) │ │ (optional) │ │
@@ -220,7 +220,7 @@ parsnip serve --transport stdio
220220 │
221221 ▼
222222┌─────────────────────────────────────────────────────────────────────────────┐
223- │ PARSNIP-STORAGE │
223+ │ PARSNIP-STORAGE │
224224│ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │
225225│ │ ReDB Backend │ │ SQLite Backend │ │ Remote Backend │ │
226226│ │ (default) │ │ (compat mode) │ │ (future) │ │
@@ -229,8 +229,8 @@ parsnip serve --transport stdio
229229 │
230230 ▼
231231┌─────────────────────────────────────────────────────────────────────────────┐
232- │ FILE SYSTEM │
233- │ ~/.parsnip/ │
232+ │ FILE SYSTEM │
233+ │ ~/.parsnip/ │
234234│ ├── data/ # Graph data (ReDB) │
235235│ │ └── parsnip.db │
236236│ ├── index/ # Tantivy search index │
@@ -258,7 +258,7 @@ parsnip serve --transport stdio
258258
259259### Observation (Embedded in Entity)
260260
261- | Field | Type | Description |
261+ | Field | Type | Description |
262262| ------------| -----------------| ------------------------------|
263263| id | ULID | Unique identifier |
264264| content | String (FTS) | The observation text |
@@ -281,7 +281,7 @@ parsnip serve --transport stdio
281281
282282### Project (Namespace)
283283
284- | Field | Type | Description |
284+ | Field | Type | Description |
285285| -------------| -----------------| ------------------------------|
286286| id | ULID | Unique identifier |
287287| name | String (unique) | Project slug (alphanumeric) |
0 commit comments