Clean up old stuff & fix ui errors
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
- `packages/backend/convex`: self-hosted Convex functions, schema, and auth.
|
||||
- `packages/ui`: shared shadcn-based UI components.
|
||||
- `tools`: shared ESLint, Prettier, Tailwind, TypeScript, and Vitest config.
|
||||
- Threads are the canonical user-facing workspace route. Normal navigation
|
||||
should open `/threads/[threadId]`; legacy job URLs under
|
||||
`/spoons/[spoonId]/agent/[jobId]` are compatibility routes for jobs that do
|
||||
not have a thread yet.
|
||||
- Local development uses host-run apps, local Convex on ports 3210/3211, local
|
||||
Postgres on port 5432 for Convex storage, and the Convex dashboard on port 6791.
|
||||
Agent jobs are opt-in; build `docker/agent-job.Dockerfile` as
|
||||
|
||||
Reference in New Issue
Block a user