From 4a21dafb410ae8e0a93dd850558f94dd25d61836 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 13 May 2026 23:30:17 +0000 Subject: [PATCH] Add Cursor Cloud specific instructions to AGENTS.md Co-authored-by: Mark Rachapoom --- AGENTS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index cebd973..532c48d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,3 +31,12 @@ {/* Define what should and shouldn't be documented */} {/* Example: Don't document internal admin features */} + +## Cursor Cloud specific instructions + +- **Framework**: Mintlify docs site — no `package.json`, no build step, no database. +- **Dev server**: `mint dev` (serves at `http://localhost:3000`). The update script installs the CLI; just run `mint dev` from `/workspace`. +- **Link checker**: `mint broken-links` — runs instantly, no dev server needed. +- **Lint equivalent**: `mint broken-links` is the closest lint check for this repo. +- **No tests**: There is no test suite. `mint broken-links` is the primary validation tool. +- **Config**: `docs.json` defines navigation, theme, and redirects. All content pages are `.mdx` files.