Docs/zh cn prune command#818
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a new Simplified Chinese documentation page for the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds the missing Simplified Chinese ( Key observations:
Confidence Score: 5/5Documentation-only change with no code impact; safe to merge. All previously flagged issues (duplicate frontmatter key, missing No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["/prune 命令触发"] --> B{CLAUDE_PLUGIN_ROOT 是否设置?}
B -- 已设置 --> C["python3 $CLAUDE_PLUGIN_ROOT/…/instinct-cli.py prune"]
B -- 未设置 --> D["python3 ~/.claude/…/instinct-cli.py prune"]
C --> E{参数?}
D --> E
E -- "--dry-run" --> F["预览待删除本能(不实际删除)"]
E -- "--max-age N" --> G["删除超过 N 天的本能"]
E -- 无参数 --> H["删除超过 30 天的本能(默认)"]
Reviews (4): Last reviewed commit: "fix(docs): correct zh-CN prune frontmatt..." | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
|
thanks for the pr, queued for review. |
Docs/zh cn prune command
Docs/zh cn prune command
What Changed
Added the missing Simplified Chinese translation for the prune command documentation in docs/zh-CN/commands/prune.md.
Why This Change
The zh-CN documentation was complete except for this single file. Adding this ensures consistency across the translated documentation set and helps Chinese-speaking users understand the prune command.
Testing Done
node tests/run-all.js)Type of Change
fix:Bug fixfeat:New featurerefactor:Code refactoringdocs:Documentationtest:Testschore:Maintenance/toolingci:CI/CD changesSecurity & Quality Checklist
Documentation
Summary by cubic
Added Simplified Chinese docs for the prune command and corrected the frontmatter (
name: prune,description,command: true) so the page renders correctly as a command.Covers the default 30‑day cleanup of never‑promoted pending instincts, shows CLI paths using
CLAUDE_PLUGIN_ROOTor manual install, and includes examples for/prune,--max-age, and--dry-run.Written for commit 1e3572b. Summary will update on new commits.
Summary by CodeRabbit