17 lines
890 B
Markdown
17 lines
890 B
Markdown
# Convex Backend
|
|
|
|
Convex is the only application API used by web, desktop, and mobile clients.
|
|
The active Slice 1 backend is intentionally limited to tenancy, projects,
|
|
conversation turns, Signals, Work, and Flue's required persistence adapter.
|
|
|
|
## Domain relations
|
|
|
|
- `organizations` and `organizationMembers` own tenancy.
|
|
- `projects` owns the single v0 Git source; `projectContextDocuments` stores repository context.
|
|
- `conversations`, `conversationTurns`, `conversationMessages`, and `conversationAttachments` own chat admission and reactive history.
|
|
- `signals`, `signalConstraints`, and `signalSources` preserve structured intent and exact evidence.
|
|
- `works`, `signalWorkAttachments`, and `workEvents` own proposed Work and provenance.
|
|
|
|
The `flue*` tables are infrastructure tables required by Flue's persistence
|
|
contract. They are deliberately separate from the product relations.
|