Skip to content

Commit 34a4c90

Browse files
committed
docs: fix stale table references in storage internals
Update users → principals and remove stars from the table listing.
1 parent 755a97b commit 34a4c90

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/docs/internals/storage.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ This enables point-in-time queries and change tracking without deleting data.
2323
| Table | Purpose |
2424
|-------|---------|
2525
| `namespaces` | Tenant isolation roots |
26-
| `users` | Identity (UUID, email, provider) |
26+
| `principals` | Caller identity (user, agent, service) |
2727
| `entities` | Core knowledge objects with temporal versioning |
2828
| `edges` | Typed, directed, temporal relationships |
2929
| `embeddings` | Vector embeddings for semantic search |
3030
| `documents` | Knowledge documents linked to entities |
31-
| `stars` | User-starred entities |
3231

3332
## Indexes
3433

0 commit comments

Comments
 (0)