docs: write PR titles and descriptions for release notes - #1415
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughAdded an ChangesRelease-note writing guidance
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~3 minutes Change: Other Merge Risk: ⚪ Minimal · up to This documentation-only change is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
|
Instruction counts
No instruction-count regression above 1%. Only instruction counts gate. Wall clock is shown for context — on identical hardware it moves 4-20% run to run. Measured by tak — instruction-counted CLI benchmarks, stored in this repository's git notes. Shadow comparisonParsing
|
### 🚀 Features - **(help)** allow remapping semantic colours on Style by [@lu-zero](https://github.com/lu-zero) in [#1414](#1414) - **(parse)** add opt-in default-subcommand flag routing by [@jdx](https://github.com/jdx) in [#1413](#1413) - **(parse)** parse Args without an enclosing CLI by [@jdx](https://github.com/jdx) in [#1419](#1419) ### 🐛 Bug Fixes - **(bash)** preserve colon-prefixed completion words by [@jdx](https://github.com/jdx) in [#1405](#1405) ### 📚 Documentation - write PR titles and descriptions for release notes by [@jdx](https://github.com/jdx) in [#1415](#1415) ### ⚡ Performance - **(cli)** shrink help sorting without allocating cached keys by [@jdx](https://github.com/jdx) in [#1396](#1396) - **(cli)** make advanced help and runtime spec serialization optional by [@jdx](https://github.com/jdx) in [#1399](#1399) - **(cli)** share help sorting and skip unused rendering work by [@jdx](https://github.com/jdx) in [#1400](#1400) - **(cli)** avoid color analysis for plain help by [@jdx](https://github.com/jdx) in [#1401](#1401) ### 🔍 Other Changes - **(ci)** use self-repository workflow references by [@jdx](https://github.com/jdx) in [#1409](#1409) ### 📦️ Dependency Updates - lock file maintenance by [@renovate[bot]](https://github.com/renovate[bot]) in [#1398](#1398) - update jdx/renovate-config digest to 8cabc2e by [@renovate[bot]](https://github.com/renovate[bot]) in [#1406](#1406) - update zizmorcore/zizmor-action action to v0.6.3 by [@renovate[bot]](https://github.com/renovate[bot]) in [#1403](#1403) - update dependency go to v1.27.1 by [@renovate[bot]](https://github.com/renovate[bot]) in [#1407](#1407) - update actions/deploy-pages action to v5 by [@renovate[bot]](https://github.com/renovate[bot]) in [#1404](#1404) - update communique to v1.4.0 by [@jdx](https://github.com/jdx) in [#1416](#1416) ### New Contributors - @lu-zero made their first contribution in [#1414](#1414)
PR authors need to explain the final behavior clearly so users and release-note generators such as Communique can understand what changed. This adds guidance in
AGENTS.mdto keep titles and descriptions aligned with the final diff, lead with the user benefit, and include concrete examples or before/after behavior.Screenshots and recordings are encouraged when useful, with captions and essential facts in text. The guidance also calls for relevant requirements and migration steps, measured performance claims, and proportionate validation. A usage-specific hypothetical example shows the expected style; small fixes can stay short.
Validation:
git diff --checkand review of the added guidance; Prettier onAGENTS.md. Documentation-only change.AI-assisted — Tool: Codex; model: openai/unavailable; version: unavailable.
Note
Low Risk
Documentation-only change to contributor/agent guidance in AGENTS.md with no effect on product code or releases beyond how PRs are written.
Overview
Adds a new PR titles and descriptions are release-note inputs section to
AGENTS.md, aimed at coding agents and contributors whose PR text feeds release notes (including Communique).The guidance requires titles and bodies to match the final diff, lead with user-visible outcomes in conventional-commit titles, and include concrete examples or before/after behavior where it helps. It also covers captions and text-only facts for screenshots, adoption/migration details when relevant, measured performance claims, and keeping validation notes proportionate—plus a usage-style hypothetical (
fix(zsh): complete values containing spaces) instead of vague titles like “address review feedback.” The section explicitly supplements existing commit, release, and disclosure rules; no runtime or CLI behavior changes.Reviewed by Cursor Bugbot for commit f5b067f. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit