Skip to content

docs(agents): add cursor cloud setup instructions#8

Draft
JerryBlackoo wants to merge 2 commits into
developfrom
cursor/setup-dev-environment-03df
Draft

docs(agents): add cursor cloud setup instructions#8
JerryBlackoo wants to merge 2 commits into
developfrom
cursor/setup-dev-environment-03df

Conversation

@JerryBlackoo

Copy link
Copy Markdown
Owner

修改内容

AGENTS.md 新增 ## Cursor Cloud specific instructions 段落,说明本仓库是协作流程模板:没有可运行的应用服务、无运行时依赖(无 package.json),“应用”即 .github/workflows/ 的自动化脚本,通过 Node 内置测试运行器端到端验证。记录了如何运行测试与各项 CI 校验,以及不存在 dev server 这一非显然事实,方便后续 agent 直接开工。

关联 Issue

  • 无。原因:本 PR 仅为 Cursor Cloud 开发环境搭建补充 agent 说明文档,不对应独立任务。

验证

已运行:

  • node --test .github/tests/*.test.cjs:通过,71 tests / 71 pass / 0 fail。
  • python3 -m json.tool .github/labeler.json:通过,JSON 合法。
  • 必需模板存在性检查(pull_request_template.mdISSUE_TEMPLATE/*docs/**):通过。
  • git diff --check:通过,无空白字符问题。

未运行:

  • actionlint:原因:环境未预装;残余风险:Actions schema 由 CI 检查。

已知风险

无。仅新增文档段落,不改动任何 workflow 或代码逻辑。

检查项

  • PR 目标分支是 develop
  • PR 来源是个人 fork 的独立分支
  • 关联 Issue 已填写自动关闭关键字,或无 issue 时已写明原因
  • 分支已经基于最新 develop
  • Commit message 符合 Conventional Commits
  • 已运行必要检查并记录结果
  • 测试任务已提交证据或报告
  • 本地 AI task 或草稿不替代 GitHub Issue / Project 状态
Open in Web Open in Cursor 

JerryBlackoo and others added 2 commits July 10, 2026 15:01
Merge pull request #4 from JerryBlackoo/main
Co-authored-by: JerryBlackoo <JerryBlackoo@users.noreply.github.com>
@github-actions github-actions Bot added area:docs Documentation area team:special Special work labels Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Documentation area team:special Special work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants