Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ pnpm build # production build (requires valid DATABASE_URL at build time)
- `pnpm install` may show a warning about ignored build scripts for `sharp` and `unrs-resolver`. These do not affect development.
- The GitHub OAuth env vars in this repo use `GITHUB_CLIENT_ID` / `GITHUB_CLIENT_SECRET` (not `GITHUB_ID` / `GITHUB_SECRET`). If secrets are injected under different names, map them in `.env.local`.
- `NEXT_PUBLIC_APP_URL` must be set to the local dev server URL (default port 3000) for local OAuth callback redirects to work.
- Next.js 16 emits a console warning: `The "middleware" file convention is deprecated. Please use "proxy" instead.` This is a cosmetic warning from the Next.js 16 migration and does not affect functionality — the middleware works correctly.
- Node.js 20 and pnpm must be installed in the VM. The update script handles this via NodeSource and `npm install -g pnpm`.
Loading