Add AGENTS.md with Cursor Cloud dev environment instructions#479
Open
edmundmiller wants to merge 1 commit into
Open
Add AGENTS.md with Cursor Cloud dev environment instructions#479edmundmiller wants to merge 1 commit into
edmundmiller wants to merge 1 commit into
Conversation
Co-authored-by: Edmund Miller <edmundmiller@users.noreply.github.com>
✅ Deploy Preview for nextflow-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Sets up and documents the development environment for the nextflow.io Astro website, and adds an
AGENTS.mdwith durable, non-obvious notes for future Cloud agents.What was verified
npm install— dependencies install cleanly (Node 22).npx prettier --check— formatting passes.npx astro check— type check passes (0 errors).npx astro build— static site builds (50 pages).npm run dev— dev server runs athttp://localhost:4321/and renders pages.Hello-world demonstration
Navigated the running dev server across three local pages (homepage,
/our_ambassadors,/examples); all rendered correctly.nextflow_dev_site_navigation.mp4
Homepage
Ambassadors page
Notes captured in AGENTS.md
seqera.io(no local/blog/).npm run buildclones the Nextflow repo and builds Sphinx docs (heavy); usenpx astro buildfor quick local verification.The startup update script is
npm install.To show artifacts inline, enable in settings.