From e79ce7550048e310ee6d8475385187b58541e1de Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 2 Jul 2026 07:28:38 +0000 Subject: [PATCH] docs: add Cursor Cloud specific setup instructions to AGENTS.md Co-authored-by: Piotr Wodecki --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..01d5ce76 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,10 @@ +# documentation + +Fishjam documentation site (Docusaurus, Yarn Berry). + +## Cursor Cloud specific instructions + +Node (via nvm) and Corepack/Yarn are pre-installed; the startup script runs `yarn install`. Non-obvious notes: + +- Validated command: `yarn typecheck` (passes). +- `yarn start` runs the Docusaurus dev server; `yarn build` produces the static site. `yarn generate:python:docs` / `update-api` pull docs from the SDKs and may need those repos/network.