Skip to content

搭建云端开发环境说明 - #12

Draft
alexhu wants to merge 1 commit into
masterfrom
cursor/setup-dev-environment-ddde
Draft

搭建云端开发环境说明#12
alexhu wants to merge 1 commit into
masterfrom
cursor/setup-dev-environment-ddde

Conversation

@alexhu

@alexhu alexhu commented Jul 3, 2026

Copy link
Copy Markdown
Owner

概述

本仓库 (alexhu/lab) 是一个 Git 沙箱 / 试验仓库,不包含任何应用代码、包管理清单、构建系统或可运行的服务。因此没有可执行的 lint/test/build/run 命令。

本 PR 仅新增 AGENTS.md,为后续云端 Agent 记录该仓库的非显而易见特性,并配套了最小化的启动更新脚本。

变更内容

  • 新增 AGENTS.md,包含 ## Cursor Cloud specific instructions,说明:
    • *.md 文件均由 Git LFS 管理(需 git lfs pull 还原真实内容)
    • git lfs pullgit status 可能出现的无实际 diff 的“modified”假象
    • jgit 子模块实为 Eclipse JGit(默认不初始化,按需 git submodule update --init --recursive
    • ln-test 是故意的失效符号链接

启动更新脚本

git lfs pull

由于仓库没有代码依赖,唯一有意义的“依赖刷新”就是还原 Git LFS 内容,脚本保持最小化、幂等、低风险。

环境验证

已验证环境核心能力(Git + Git LFS)可正常工作:LFS 内容成功还原、子模块可成功克隆。演示日志见 walkthrough。

env_demo.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: alexhu <alexhu@users.noreply.github.com>
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