From cf8b98c024a69a28e6e082759515fc8cad3e65d3 Mon Sep 17 00:00:00 2001 From: zfc Date: Fri, 23 Jan 2026 11:27:38 +0800 Subject: [PATCH] fix: Correct repository URL in README Co-Authored-By: Claude Opus 4.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9abdbeb..fafc2cd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ RequirementsDoc ──▶ PRD ──▶ FeatureSummary ──▶ DevelopmentPlan ```bash # 在你的项目根目录执行 -git submodule add https://git.internal.intelligrow.cn/intelligrow/spec-coding-skills.git .spec-coding-skills +git submodule add https://git.internal.intelligrow.cn/zhangfucai/spec-coding-skills.git .spec-coding-skills # 创建符号链接 mkdir -p .claude @@ -57,7 +57,7 @@ git commit -m "Add spec-coding-skills as submodule" ```bash # 克隆仓库 -git clone https://git.internal.intelligrow.cn/intelligrow/spec-coding-skills.git /tmp/spec-coding-skills +git clone https://git.internal.intelligrow.cn/zhangfucai/spec-coding-skills.git /tmp/spec-coding-skills # 复制 skills 到你的项目 mkdir -p .claude