Add AGENTS.md and correct README feature claims - #21
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
|
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Clean PR. The README feature descriptions align with the current comparison and statistics behavior, AGENTS.md accurately documents the repository structure and workflow, the CLAUDE.md symlink is correctly represented, and the added Python classifiers are valid.
|
🎉 Merged—thank you, @glenn-jocher, for this thoughtful and impactful contribution!
By clarifying |
AGENTS.mdwith the standard Ultralytics Core Principles and PR Workflow, plus repo-specific Commands, Architecture, and Conventions derived fromsource/run_repo.py.CLAUDE.mdis a symlink to it.README.mdFeatures: the "Metadata Tracking" bullet claimed the tool captures the author and commit date for each duplication, and "Comprehensive Statistics" claimed a breakdown by author. Neither is implemented —run_repo.pynever reads Git history, andcalculate_statistics()returns only the duplicated-line count and the number of distinct files on each side. Rewrote the three bullets to describe what the tool actually reports.pyproject.toml: classifiers stopped at Python 3.11 whilerequires-pythonis>=3.8; extended them through 3.14.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Clarifies
source-tracebehavior and contributor guidance while extending declared Python support through Python 3.14. 🧭🐍📊 Key Changes
AGENTS.mdwith detailed instructions for AI coding agents, repository architecture, workflows, conventions, and validation commands.CLAUDE.mdas a symlink toAGENTS.mdfor Claude Code compatibility.pyproject.toml.🎯 Purpose & Impact