diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000..071416993 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,54 @@ +# Sourcegraph Docs - Agent Instructions + +## Build Commands + +- **Type Check**: `npx tsc --noEmit` +- **Build**: `npm run build` +- **Dev**: `npm run dev` +- **Lint**: `npm run lint` + +## AI Chat Integration + +This site uses **runLLM** for the AI chat widget. The integration is implemented via: + +- **Location**: `src/app/layout.tsx` +- **Widget**: runLLM script loaded via Next.js `