Global.mdc

globs:

Views0
PublishedFeb 7, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

Project setup

  • This project is a Turborepo monorepo
  • We build two containers, web (./web) and worker (./worker)
  • We have shared code between these two in the shared package (./packages/shared). For that package, we have different entry points package.json.

Domain layer

The most important domain objects are in observations.ts, traces.ts, scores.ts.

Database schema

We use Postgres and Clickhouse.

Cursor Background/Cloud Agent

When running in a background/cloud agent, please adhere to the following rules:

  • Before finishing a task, please run prettier via pnpm format to format the code of the repository. Otherwise, the CI check will fail on the change.
Share: