From 0d8f4c64b807248091c207167b3ab375b9e3ea54 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Thu, 14 May 2026 22:03:54 -0400 Subject: [PATCH] docs: restore zh-CN autonomous-loops install warning Fixes #1902 by replacing the stale curl-to-bash install snippet with the translated warning from the canonical skill. Co-authored-by: Golfi92 --- docs/zh-CN/skills/autonomous-loops/SKILL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/zh-CN/skills/autonomous-loops/SKILL.md b/docs/zh-CN/skills/autonomous-loops/SKILL.md index 15807f65..5248db9b 100644 --- a/docs/zh-CN/skills/autonomous-loops/SKILL.md +++ b/docs/zh-CN/skills/autonomous-loops/SKILL.md @@ -237,9 +237,7 @@ PROMPT 1(协调器) PROMPT 2(子代理) ### 安装 -```bash -curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/HEAD/install.sh | bash -``` +> **警告:** 请在审阅代码后,从 continuous-claude 的仓库安装。不要将外部脚本直接管道传入 bash。 ### 用法