fix: add repo URL to inline install prompts in README#49
Closed
ripplek wants to merge 1 commit intoTianyiDataScience:mainfrom
Closed
fix: add repo URL to inline install prompts in README#49ripplek wants to merge 1 commit intoTianyiDataScience:mainfrom
ripplek wants to merge 1 commit intoTianyiDataScience:mainfrom
Conversation
The install prompt blocks embedded in README.md and README.zh-CN.md instruct the agent to 're-clone the official repo' but never provide the actual repository URL. This means an AI agent receiving only the README-embedded prompt cannot locate the repo to clone. The standalone INSTALL_PROMPT.md and INSTALL_PROMPT.en.md already include the full URL in their Phase 2 step 11 — this commit brings the README inline prompts to parity. Changes: - Step 9: add clone command with full URL for first-time setup - Step 11: replace vague 're-clone the official repo' with explicit URL and list of core paths to check
Owner
|
谢谢你补这个文档细节,这个改动很实用。 README 里的 repo URL 提示现在已经在 后面如果你看到 README / 安装提示里还有类似的信息缺口,继续提我会很欢迎。 |
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.
Problem
The install prompt blocks embedded in
README.md(EN) andREADME.zh-CN.md(ZH) tell the AI agent to "re-clone the official repo" (step 11) but never provide the actual repository URL.When a user copies the prompt from the README and pastes it into their OpenClaw agent, the agent has no way to locate the repo to clone. It has to ask the user for the URL, breaking the "hands-off install" flow that the prompt is designed for.
The standalone
INSTALL_PROMPT.mdandINSTALL_PROMPT.en.mdalready include the full URL — this is a parity gap in the README-embedded versions.Real-world failure
I hit this exact issue: my OpenClaw agent received the README install prompt, ran environment checks successfully, but then could not proceed because step 11 said "re-clone the official repo" without a URL. The agent had to stop and ask me which repo to clone.
Changes
README.md (EN inline prompt):
git clone https://github.com/TianyiDataScience/openclaw-control-center.gitfor first-time setupREADME.zh-CN.md (ZH inline prompt):
No source code, tests, or
.env.examplechanges. Only documentation.