Conversation
…2E tests - Convert 5 commands (impact/understand/trace/status/rebuild) to 2 lean skills (explore.md, index.md) — skills get higher auto-invocation by Claude Code - Fix UserPromptSubmit hook intent detection: - Add intentImplement for add/create/build/write/新增/添加/实现/创建 etc. - Add 11 missing Chinese modify verbs (优化/简化/修复/更新/解耦 etc.) - Add 6 missing Chinese implement verbs (补充/引入/支持/封装/接入/对接) - Add 5 missing Chinese understand verbs (检查/审核/审查/验证/诊断) - Fix lowConfidenceSymbols: plain-word fallback only used for search, not impact - Fix skip filter: reduce Latin char threshold 4→3 (catches "bug"/"API"/"MCP") - Fix skip filter: remove "帮我"/"优化" from skip list - Coverage: 49/67 (73%) → 67/67 (100%) on synthetic + 92/93 on real prompts - Add 91 E2E tests (66 intent detection + 25 function signature extraction) - Refactor user-prompt-context.js: extract pure logic into testable exports Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (31)
📝 WalkthroughWalkthroughThis PR restructures documentation from command-centric to skill-based organization, refactors user-prompt-context parsing into testable functions, improves the indexer to preserve cross-file edges during incremental updates, enhances the MCP server with concurrent-safe stdout handling, and adds parser robustness for Rust test detection and superclass extraction. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
explore.md,index.md) for better Claude Code auto-invocationintentImplement, 22 missing Chinese verbs,lowConfidenceSymbolshandling, skip filter fixesTest plan
cargo test)🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
Documentation
Bug Fixes
Tests