No description
Find a file
flndrn 8e1860f5f7 chore: install convex ai-files (agent skills + generated guidelines)
Output of `npx convex ai-files install` — Convex's project-aware
agent context. Two parts:

- .agents/skills/* + skills-lock.json: Convex's curated skill packs
  for agents working in this repo (the convex skill itself plus
  reference material for auth provider integrations the project
  doesn't currently use, kept for completeness).
- convex/_generated/ai/{guidelines.md,ai-files.state.json}: the
  Convex-API-shape guidance that agents read for typed query and
  mutation patterns. Lives next to api.d.ts and dataModel.d.ts in
  _generated/, so it's version-aligned with the rest of the
  generated surface.

AGENTS.md + CLAUDE.md (also written by the install) stay gitignored
per the existing convention; this commit is just the new shared
artefacts.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 23:36:13 +02:00
.agents/skills chore: install convex ai-files (agent skills + generated guidelines) 2026-05-08 23:36:13 +02:00
convex chore: install convex ai-files (agent skills + generated guidelines) 2026-05-08 23:36:13 +02:00
monitoring-worker fix(worker): pin pnpm@10.33.0 in monitoring-worker package.json too 2026-05-07 17:31:14 +02:00
public seo: Yandex + Google verification meta tags + Bing ownership XML 2026-05-04 18:51:53 +02:00
scripts build: gate convex deploy on CONVEX_DEPLOY_KEY so schema ships safely 2026-05-05 21:43:12 +02:00
src fix(owner): monitors.add + addBulk now honour OWNER_EMAILS exemption 2026-05-08 23:32:29 +02:00
.dockerignore Phase 3: monitoring worker + email alerts 2026-05-03 17:25:51 +02:00
.gitignore chore: gitignore .claude/ harness state 2026-05-07 22:02:02 +02:00
Dockerfile build(dockerfile): accept ADMIN_EMAILS/USER_IDS/EMAIL as build-args 2026-05-05 22:39:45 +02:00
eslint.config.mjs Initial commit from Create Next App 2026-05-03 13:55:49 +02:00
next.config.ts Fix dark-theme logo + IndexNow runtime routing 2026-05-03 19:42:53 +02:00
package.json fix(build): pin pnpm@10.33.0 via packageManager field 2026-05-07 17:27:25 +02:00
pnpm-lock.yaml feat(support): add @anthropic-ai/sdk + knowledge base seed 2026-05-05 15:48:02 +02:00
pnpm-workspace.yaml Phase 3: monitoring worker + email alerts 2026-05-03 17:25:51 +02:00
postcss.config.mjs Initial commit from Create Next App 2026-05-03 13:55:49 +02:00
README.md Initial commit from Create Next App 2026-05-03 13:55:49 +02:00
skills-lock.json chore: install convex ai-files (agent skills + generated guidelines) 2026-05-08 23:36:13 +02:00
tsconfig.json Convex deployment: real generated types + tier widening + .env hardening 2026-05-03 18:41:00 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.