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
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.