Skip to content

docs: fix AGENTS.md's broken DEVELOPMENT.md references - #8426

Merged
youknowone merged 1 commit into
RustPython:mainfrom
leehanjeong:8356-development-md-links
Aug 1, 2026
Merged

docs: fix AGENTS.md's broken DEVELOPMENT.md references#8426
youknowone merged 1 commit into
RustPython:mainfrom
leehanjeong:8356-development-md-links

Conversation

@leehanjeong

@leehanjeong leehanjeong commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Related to #8356. AGENTS.md had three references to DEVELOPMENT.md, which was renamed to CONTRIBUTING.md in #7914:

  • Two had a clear target and are repointed here: the "Testing on Linux from macOS" section link, and the development guide link.
  • The third, under "Building venvlauncher (Windows)", pointed at a "CPython Version Upgrade Checklist" section that never existed in DEVELOPMENT.md β€” grepping every revision in history only finds that phrase in AGENTS.md itself. I removed the dangling line rather than repoint it, since there's nothing to point to.

If real venvlauncher build steps exist somewhere, or should be written, happy to add them in a follow-up.

Assisted-by: Claude Code:claude-sonnet-5

Summary by CodeRabbit

  • Documentation
    • Updated documentation links to point to the contributing guide for macOS/Linux testing instructions and development guidance.

DEVELOPMENT.md was renamed to CONTRIBUTING.md in RustPython#7914, but AGENTS.md
wasn't updated. Repoint the two links with a clear target (Linux/macOS
testing section, development guide). Drop the "CPython Version Upgrade
Checklist" reference under venvlauncher, which never pointed to real
content in any revision of DEVELOPMENT.md.

Related to RustPython#8356.

Assisted-by: Claude Code:claude-sonnet-5
@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

πŸ“ Walkthrough

Walkthrough

AGENTS.md updates macOS/Linux testing and development guide links from DEVELOPMENT.md to CONTRIBUTING.md.

Changes

Documentation link updates

Layer / File(s) Summary
Replace obsolete documentation references
AGENTS.md
The macOS/Linux testing and development guide links now point to CONTRIBUTING.md.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested labels: skip:ci

πŸš₯ Pre-merge checks | βœ… 5
βœ… Passed checks (5 passed)
Check name Status Explanation
Linked Issues check βœ… Passed The changes update or remove the broken DEVELOPMENT.md references identified in issue #8356.
Out of Scope Changes check βœ… Passed All changes are limited to correcting or removing documentation references in AGENTS.md.
Docstring Coverage βœ… Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check βœ… Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check βœ… Passed The title clearly and concisely describes the main change: fixing broken references to DEVELOPMENT.md in AGENTS.md.
✨ Finishing Touches
πŸ§ͺ Generate unit tests (beta)
  • Create PR with unit tests

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.

❀️ Share

Comment @coderabbitai help to get the list of available commands.

@youknowone youknowone added the z-ca-2026 Tag to track Contribution Academy 2026 label Aug 1, 2026

@youknowone youknowone left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘

@youknowone
youknowone merged commit e4dc580 into RustPython:main Aug 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

z-ca-2026 Tag to track Contribution Academy 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DEVELOPMENT.md referenced in AGENTS.md despite not existing

2 participants