Add AGENTS.md agent guidance with CLAUDE.md symlink and fix README drift#41
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
No actionable issues found. The PR cleanly centralizes agent guidance, preserves Claude compatibility via symlink, and keeps README/requirements documentation aligned with the current repository structure.
|
🚀 Fantastic work, @glenn-jocher — this PR meaningfully improves the repo’s foundation for consistent, safe, and well-documented YOLO deployments on Replicate.
By adding Thanks for helping make the Ultralytics Replicate integration easier to understand, maintain, and build upon! 🙌 |
🛠️ Summary
Establishes
AGENTS.mdas the single source of agent guidance for this repo, convertsCLAUDE.mdto a relative symlink pointing at it, and fixes documentation drift found while verifying every claim against the current repo state.📊 Changes
ln -s AGENTS.md CLAUDE.md), replacing the standalone file.download.pyentry to the structure diagram (the top-level model dirs showed only three of their four files), addedreplicate_metadata.py(a key deploy-pipeline file that was absent), and removed the Codecov badge — no workflow in this repo uploads coverage, so the badge pointed at data that never exists.export_models.py; now names the actual scripts (test_prediction.py,replicate_metadata.py).🧪 Verification
push.yml,ci.yml,format.yml, all ninecog.yaml/predict.py/download.pysets,replicate_metadata.py, andtest_prediction.py.py_compileboth scripts,test_prediction.py --help,replicate_metadata.py --dry-run, and the recursivecog.yamlYAML validation (9 files OK).CLAUDE.md -> AGENTS.md(relative), git mode 120000.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Adds a repo-wide AI agent guide and refreshes documentation to better support consistent, safe YOLO deployments on Replicate 🚀
📊 Key Changes
AGENTS.mdwith detailed guidance for AI coding agents, including development principles, PR workflow, commands, architecture, CI/CD behavior, and repo conventions 🤖CLAUDE.mdcontent with a symlink toAGENTS.md, making agent instructions reusable across tools 🔗README.mdto better reflect the current repo layout, includingdownload.py,replicate_metadata.py, and the YOLO26 task structure 📚requirements.txtcomments to reference the current utility scripts accurately ✅🎯 Purpose & Impact
CLAUDE.mdpoint to the sharedAGENTS.mdsource of truth ✨