fix: correct citation-claim mismatches in research report (v2.0.1)#429
Conversation
Address follow-up feedback from ambient-code#374: three citations in Section 5.1 (Test Execution) didn't support the claims they were attached to. - Remove Terminal-Bench citation (agent scaffolding, not test execution) - Remove DORA 2025 marketing page (Google Cloud blog, not actual report) - Remove Salesforce Cursor article (AI writing tests, not tests helping AI) - Add Zhang et al. (arXiv:2604.11088) on positive vs negative directives - Rename title from "Comprehensive Research" to "Curated Best Practices" - Add LIMITATIONS & EVIDENCE QUALITY section - Update default-weights.yaml header attribution No tier or weight value changes. Scoring behavior unchanged. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The generate_template() in research_formatter.py had the old "Comprehensive Research" title hardcoded. Updated to match the v2.0.1 rename to "Curated Best Practices". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated research report to v2.0.1 (2026-05-13): frontmatter and subtitle changed to "Curated Best Practices"; added a finding that positive directives hurt and negative constraints help (Zhang et al., Apr 2026); expanded "Directive Framing (Critical)"; revised testing citations/rationale; added a Limitations & Evidence Quality section; aligned generated template and YAML comment. ChangesResearch report content, citations, and supporting alignment
Suggested labels: released 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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 |
📈 Test Coverage Report
Coverage calculated from unit tests only |
jwm4
left a comment
There was a problem hiding this comment.
🤖 AgentReady Code Review
PR Status: 1 issue found (0 🔴 Critical, 0 🟡 Major, 1 🔵 Minor)
Score Impact: None. No scoring weights or assessor logic were modified.
Certification: Gold remains at 80.0/100 after this PR.
🔵 Minor Issues - Low-Risk Fix
1. Zhang et al. citation has wrong title and broken URL
Confidence: 95%
Location: RESEARCH_REPORT.md inline citation and References section
Issue Details:
The paper at arXiv:2604.11088 is cited as "What Makes Repository-Level Instructions Effective for AI Agents?" — that title doesn't match. The actual title is "Do Agent Rules Shape or Distort? Guardrails Beat Guidance in Coding Agents". Additionally, the /html/ URL path returns a 404; the correct URL is https://arxiv.org/abs/2604.11088.
The finding itself (positive directives hurt, negative constraints help) is accurately described.
Remediation:
Title: "Do Agent Rules Shape or Distort? Guardrails Beat Guidance in Coding Agents"
URL: https://arxiv.org/abs/2604.11088
Summary
The three citation removals in Section 5.1 are correct. The LIMITATIONS section is a meaningful addition. The removal of the Terminal-Bench finding from Section 1.1 is also the right call — that result was about agent harness engineering, not codebase attributes, so it doesn't belong in this document regardless of attribution.
🤖 Generated with Claude Code under the supervision of Bill Murdock
If this review was useful, react with 👍. Otherwise, react with 👎.
Addresses PR ambient-code#429 review: arXiv:2604.11088 actual title is "Do Agent Rules Shape or Distort?" not "What Makes Repository-Level Instructions Effective?", and /html/ URL returns 404 — switched to /abs/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jwm4
left a comment
There was a problem hiding this comment.
Citation title and URL are now correct. LGTM.
🤖 Generated with Claude Code under the supervision of Bill Murdock
## [2.37.1](v2.37.0...v2.37.1) (2026-05-14) ### Bug Fixes * correct 3 citation-claim mismatches in research report (v2.0.1) ([0b91f44](0b91f44)) * correct Zhang et al. citation title and broken URL (v2.0.1) ([e674953](e674953)), closes [#429](#429) * update research template title to match report rename ([ed3d113](ed3d113))
|
🎉 This PR is included in version 2.37.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Addresses follow-up feedback from #374 (comment): three citations in Section 5.1 (Test Execution) don't support the claims they're attached to. All three were verified against the actual sources.
Changes
default-weights.yamlheader comment andresearch_formatter.pytemplate titleTest plan
agentready research validatepasses🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Updates