Add AGENTS.md and CLAUDE.md, disable Python formatting, fix OSI link - #30
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
Clean PR. The workflow change matches the repository contents, the guidance files are correctly linked through the symlink, and the README license URL update is scoped and correct.
|
🎉 Thank you, @glenn-jocher, for this valuable maintenance PR!
This merge brings thoughtful improvements to the MATLAB repository: leaner CI formatting, clearer contributor and AI-agent guidance, a corrected license reference, and more consistent mapping documentation formatting—all while preserving existing functionality. Your careful work helps keep the project maintainable, accessible, and ready for future contributions. 🙌 |
Standardizes this repository's AI agent guidance and fixes two inaccuracies.
AGENTS.mdwith the standard Ultralytics Core Principles and PR Workflow sections, plus a short repo-specific intro noting that this is a shared function library consumed viaaddpathby other Ultralytics MATLAB repos, so exportedfcn*.msignatures should stay backward compatible.CLAUDE.mdas a symlink toAGENTS.mdso both filenames resolve to one source of truth.python: falseinformat.yml. This repository contains no Python files, so the Ruff/docformatter step was doing nothing on every run.agpl-v3slug that now redirects, to the canonicalagpl-3.0URL used across the org.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Improves repository maintenance by aligning formatting automation, documenting contribution guidance, and reformatting bundled mapping HTML files. ✨
📊 Key Changes
AGENTS.mdwith guidance for AI coding agents, API compatibility, development practices, and PR workflows.CLAUDE.mdas a symlink toAGENTS.mdfor Claude Code compatibility.🎯 Purpose & Impact