[None][docs] Fix AGENTS.md accuracy and reduce context bloat#12258
Conversation
📝 WalkthroughWalkthroughThis PR adds a new CI failure retrieval guide and updates the AGENTS.md documentation to reflect revised backend configurations, updated design pattern hierarchies, expanded key documentation references, and refined entry point signatures for PyTorch and TensorRT backends. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 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)
📝 Coding Plan
Comment Tip CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required. |
venkywonka
left a comment
There was a problem hiding this comment.
thank you @kaiyux - although this is out of scope of this pr - if you could just make ci-failure-retreival.md into a skill and put it in .claude/skills then that would be the cherry-on-top :D
feel free to ignore - this is great as-is!
Fix stale/incorrect claims: wrong api_stability path, deprecated backend parameter shown as primary API, non-existent ADExecutor class, wrong parent class name (LlmArgs → BaseLlmArgs), outdated config count. Add missing info: _torch/models/ directory, attention backends, CODING_GUIDELINES.md in docs table. Extract 73-line CI failure retrieval scripts to .github/ci-failure-retrieval.md to reduce AGENTS.md size by 28%. Signed-off-by: Kaiyu Xie <[email protected]>
… skill Remove hardcoded config count from AGENTS.md to avoid maintenance overhead. Move ci-failure-retrieval from .github/ to .claude/skills/ as a proper Claude Code skill with YAML frontmatter, matching the format of other skills like ad-pipeline-failure-pr. Signed-off-by: Kaiyu Xie <[email protected]>
4a9d01f to
2d186b8
Compare
|
/bot skip --comment "doc changes" |
|
PR_Github #39393 [ skip ] triggered by Bot. Commit: |
|
PR_Github #39393 [ skip ] completed with state |
…12258) Signed-off-by: Kaiyu Xie <[email protected]>
…12258) Signed-off-by: Kaiyu Xie <[email protected]>
Summary
api_stabilitypath, deprecatedbackendparameter shown as primary API, non-existentADExecutorclass, wrong parent class name (LlmArgs→BaseLlmArgs), outdated config count_torch/models/directory, attention backends,CODING_GUIDELINES.mdin docs table.github/ci-failure-retrieval.mdto reduce AGENTS.md size by 28%Test plan
.github/ci-failure-retrieval.mdcontent matches what was removed from AGENTS.md🤖 Generated with Claude Code
Summary by CodeRabbit