From ec921e52024d3fb46cd2b1d538288e2fde880c33 Mon Sep 17 00:00:00 2001 From: cjp <61693165+694344851@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:54:04 +0800 Subject: [PATCH] Update docs/zh-CN/commands/prune.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/zh-CN/commands/prune.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/commands/prune.md b/docs/zh-CN/commands/prune.md index 2ee7d6bf..2d760493 100644 --- a/docs/zh-CN/commands/prune.md +++ b/docs/zh-CN/commands/prune.md @@ -25,7 +25,7 @@ python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py prune ## 用法 ``` -/prune # 删除超过 30 天的 instinct +/prune # 删除超过 30 天的本能 /prune --max-age 60 # 自定义年龄阈值(天) /prune --dry-run # 仅预览,不实际删除 ```