From 2f2d34abe2df55ad2ce1aac078c1306481f50dd1 Mon Sep 17 00:00:00 2001 From: csh Date: Thu, 19 Mar 2026 14:55:19 +0800 Subject: [PATCH] :memo: docs(readme): normalize subtree command spacing --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 92d51e4..10524a8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ python scripts/playbook.py -config playbook.toml project_root = "/path/to/project" [sync_rules] -# force = true # 可选 +# force = true # 可选 [sync_memory_bank] project_name = "MyProject" @@ -196,7 +196,7 @@ Layer 3: docs/ (权威静态文档) ```bash # 1. 引入标准快照 -git subtree add --prefix docs/standards/playbook https://git.mytsl.cn/csh/playbook.git main --squash +git subtree add --prefix docs/standards/playbook https://git.mytsl.cn/csh/playbook.git main --squash # 2. 在项目根创建配置(示例见 docs/standards/playbook/playbook.toml.example) cat <<'EOF' > playbook.toml @@ -222,13 +222,13 @@ git commit -m ":package: deps(playbook): add tsl standards" 1. 在目标项目中首次引入: ```bash - git subtree add --prefix docs/standards/playbook https://git.mytsl.cn/csh/playbook.git main --squash + git subtree add --prefix docs/standards/playbook https://git.mytsl.cn/csh/playbook.git main --squash ``` 2. 后续同步更新: ```bash - git subtree pull --prefix docs/standards/playbook https://git.mytsl.cn/csh/playbook.git main --squash + git subtree pull --prefix docs/standards/playbook https://git.mytsl.cn/csh/playbook.git main --squash ``` 3. 在项目根配置并执行: