Skip to content

Add Cloud Agent dev environment - #1607

Closed
comfyui-wiki wants to merge 1 commit into
mainfrom
cursor/setup-cloud-agent-env-ad4d
Closed

Add Cloud Agent dev environment#1607
comfyui-wiki wants to merge 1 commit into
mainfrom
cursor/setup-cloud-agent-env-ad4d

Conversation

@comfyui-wiki

Copy link
Copy Markdown
Member

Summary

Adds a repository-managed Cloud Agent environment so this docs repo is usable out of the box.

  • .cursor/environment.json: install runs the bootstrap script, a mint-dev terminal serves the docs on port 3000.
  • .cursor/install.sh: idempotent bootstrap. npm ci for the Mintlify site (mint, sharp), plus the Bun toolchain required by the i18n / CMS / analytics pipelines (guarded so re-runs skip the download).

Validation

  • npm ci completes and is idempotent (second run reuses cache in ~8s).
  • Mintlify dev server (npm run dev) serves docs on localhost:3000 (home + several MDX pages return 200).
  • Bun pipelines run end to end without secrets: code-pages:check (157 pages fresh) and glossary:sync:dry-run (~3000 terms/lang fetched from GitHub).
  • The translate/cms/analytics API calls remain gated on secrets (TRANSLATE_API_KEY, CMS_API_TOKEN, MINTLIFY_API_KEY), documented in .env.local.example.
Open in Web Open in Cursor 

Co-authored-by: Daxiong (Lin) <comfyui-wiki@users.noreply.github.com>
@mintlify

mintlify Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
comfy 🟢 Ready View Preview Sep 5, 2026, 2:39 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

@coderabbitai

coderabbitai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants