docs: add multi-line bash continuation rule to AGENTS.md

This commit is contained in:
tian 2026-07-29 21:53:16 +08:00
parent 805814fcdf
commit 267ec2c237

View File

@ -127,3 +127,4 @@ The config preview rendering pipeline: merge template + profile + overlays → r
- 详细命令参考 [docs/test-devices.md](docs/test-devices.md)
- **Git push 失败重试**HTTP 凭证偶尔过期push 失败后再执行一次即可(第二次会弹出 Windows 凭据框)。
- **多行 bash 命令必须用 `\` 续行**:写给用户复制粘贴的 bash 命令,多行时每行末尾加 `\`,保持代码块内只有纯命令,不夹杂说明文字。单行不超过 120 字符,方便 UU 远程等终端工具可靠粘贴执行。