add AGENTS.md with repository-specific guidance for coding agents#3690
Open
aero-oli wants to merge 1 commit into
Open
add AGENTS.md with repository-specific guidance for coding agents#3690aero-oli wants to merge 1 commit into
aero-oli wants to merge 1 commit into
Conversation
Added repository-specific instructions for agents working in ArduPilot/MissionPlanner, covering scope, environment, build validation, repository structure, plugin distinctions, and change discipline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a root
AGENTS.mdwith repository-specific guidance for coding agents and AI-assisted contributors working in the Mission Planner repo.Why
Mission Planner has a few repo-specific constraints that are easy for agents to get wrong: it is primarily a Windows/Visual Studio codebase, it uses submodules, the recommended build target for normal work is the
MissionPlannerproject, and there are two different plugin models (Plugins/projects vs lowercaseplugins/runtime.csscripts). A focusedAGENTS.mdshould help agent-authored PRs stay smaller, safer, and easier to review.What this adds
CurrentState/ units / fallback logicExtLibs/Impact
Documentation only.
This does not change runtime behavior, build outputs, packaging, dependencies, or release artifacts.
Validation
Drafted from a review of:
The file is intended to improve the quality and mergeability of future agent-authored changes, not to replace maintainer judgement.