docs(agents): add cursor cloud setup instructions#8
Draft
JerryBlackoo wants to merge 2 commits into
Draft
Conversation
Merge pull request #4 from JerryBlackoo/main
Co-authored-by: JerryBlackoo <JerryBlackoo@users.noreply.github.com>
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.
修改内容
在
AGENTS.md新增## Cursor Cloud specific instructions段落,说明本仓库是协作流程模板:没有可运行的应用服务、无运行时依赖(无package.json),“应用”即.github/workflows/的自动化脚本,通过 Node 内置测试运行器端到端验证。记录了如何运行测试与各项 CI 校验,以及不存在 dev server 这一非显然事实,方便后续 agent 直接开工。关联 Issue
验证
已运行:
node --test .github/tests/*.test.cjs:通过,71 tests / 71 pass / 0 fail。python3 -m json.tool .github/labeler.json:通过,JSON 合法。pull_request_template.md、ISSUE_TEMPLATE/*、docs/**):通过。git diff --check:通过,无空白字符问题。未运行:
actionlint:原因:环境未预装;残余风险:Actions schema 由 CI 检查。已知风险
无。仅新增文档段落,不改动任何 workflow 或代码逻辑。
检查项
developdevelop