mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-23 10:18:30 +08:00
Expose PX4 guidance and workflows to Codex while keeping root instructions concise and reusing tracked Claude workflows where possible. Assisted-by: Copilot:gpt-6-astra Signed-off-by: Ramon Roche <mrpollo@gmail.com>
738 B
738 B
PX4-Autopilot
Safety-critical C/C++ flight control firmware for autopilots, plus SITL simulation and Python tooling.
- Commits: use the
$commitskill. Conventional commit format with topic-based scope:type(scope): description. - Pull requests: use the
$prskill. - Attribution: use the actual assistant identity, never Claude's when running another client. No generated-by footer in PR bodies.
- Style: run
make formaton changed C/C++ before committing; CI enforcesmake check_format. - Scoped guidance: before editing or reviewing, read only the
.github/instructions/*.instructions.mdfiles whoseapplyTopatterns match the affected paths, plus any nestedAGENTS.mdalong those paths.