搭建云端开发环境说明 - #12
Draft
alexhu wants to merge 1 commit into
Draft
Conversation
Co-authored-by: alexhu <alexhu@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.
概述
本仓库 (
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 pull后git status可能出现的无实际 diff 的“modified”假象jgit子模块实为 Eclipse JGit(默认不初始化,按需git submodule update --init --recursive)ln-test是故意的失效符号链接启动更新脚本
由于仓库没有代码依赖,唯一有意义的“依赖刷新”就是还原 Git LFS 内容,脚本保持最小化、幂等、低风险。
环境验证
已验证环境核心能力(Git + Git LFS)可正常工作:LFS 内容成功还原、子模块可成功克隆。演示日志见 walkthrough。
env_demo.log
To show artifacts inline, enable in settings.