From f920d35426f41eb1e8b6c896a594dd1bd7b97fae Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 24 May 2026 03:59:27 +0000 Subject: [PATCH] Update AGENTS.md lint error counts to match current codebase Co-authored-by: Cole Collins --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 2c6e01f..45c5d51 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -26,7 +26,7 @@ See `.env.example` for the full list. Critical ones: ```bash pnpm dev # starts Next.js dev server on port 3000 -pnpm lint # ESLint (2 pre-existing errors: prefer-const in run route, set-state-in-effect in analysis-detail) +pnpm lint # ESLint (pre-existing: 45 errors, 56 warnings — all from existing code) npx tsc --noEmit # TypeScript type check pnpm build # production build (requires valid DATABASE_URL at build time) ``` @@ -42,7 +42,7 @@ pnpm build # production build (requires valid DATABASE_URL at build time) - No automated test suite exists in this repo. - Manual testing flow: Sign in via GitHub OAuth → Add repositories → Create analysis → Run analysis → View blueprints. -- The `pnpm lint` command has pre-existing errors (10 errors, 24 warnings) that are not caused by agent changes. The original note about "2 pre-existing errors" undercounts; the actual count as of the current codebase is higher. +- The `pnpm lint` command has pre-existing errors (45 errors, 56 warnings) that are not caused by agent changes. ### Dev server startup notes