Files
zopu-code/packages/backend/convex
-Puter db9afd7a24 fix(lint): resolve all lint errors in github search and settings UI
- Merge duplicate react imports in repository-selector
- Use <dialog open> instead of role=dialog in settings popover
- Export type re-export from source module in use-github-repo-search
- Sort action args alphabetically in searchGithubRepositories
- Disable react-compiler rule for synchronous setState in debounced search
- Simplify getActiveGithubConnection query
2026-08-01 20:38:57 +05:30
..
2026-07-19 02:46:47 +05:30
2026-07-31 19:29:00 +05:30
2026-07-31 23:43:49 +05:30
2026-07-31 23:43:49 +05:30
2026-07-31 23:43:49 +05:30
2026-07-31 23:43:49 +05:30
2026-07-19 02:46:47 +05:30
2026-07-31 23:43:49 +05:30

Convex Backend

Convex is the only application API used by web, desktop, and mobile clients. The active backend covers the durable control plane: tenancy, projects, conversation turns, Signals, Work planning (Definition/Design without approval gates), real Runs and Attempts through AgentOS, artifacts/delivery metadata, and Flue persistence.

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.
  • workDefinitions and workQuestions own versioned outcome contracts and structured questions.
  • designPackets and workSlices preserve versioned implementation intent and executable slice order.
  • workRuns, workAttempts, workAttemptEvents, and resolverDecisions own bounded real execution and recovery.
  • workArtifacts and workDeliveries preserve evidence and delivery metadata without performing Git or sandbox work.

The flue* tables are infrastructure tables required by Flue's persistence contract. They are deliberately separate from the product relations.