docs: guide agents to reuse installed CLI#1832
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughREADME.md and README.zh.md were updated to change the AI Agent Quick Start "Step 1" instructions from an unconditional install command to a conditional check that first detects whether ChangesQuick Start Documentation Update
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
背景
Fixes #1543.
AI agents can repeatedly ask users to install
lark-clibecause the quick-start flow starts with installation and does not tell agents to detect an existing CLI first.核心改动
command -v lark-cli && lark-cli --versionbefore installing.lark-cliusage does not require an MCP server; the CLI is a regular terminal command and Skills provide usage routing.验证
git diff --check: passedgo test ./internal/qualitygate/rules -count=1: passed风险与回滚
Docs-only change. Revert this commit to restore the previous quick-start wording.
Summary by CodeRabbit
lark-cliis already available before installing it.