chore(agents): add Codex instructions and skills

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>
This commit is contained in:
Ramon Roche
2026-09-07 10:27:30 -07:00
parent 51b9a86a7e
commit e3480a1e37
9 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# get_mode_requirements
Before changing files in this directory, read the sibling
[CLAUDE.md](CLAUDE.md) and follow its generator-specific instructions.
That file is the shared source of truth for parser behavior, generated-content
boundaries, metadata ordering, and golden-file tests; it applies regardless of
which assistant or model is being used.
In particular, do not hand-edit generated sentinel blocks in `docs/en/`.
Change the generator inputs instead, and follow the documented test and
golden-file update workflow for intentional behavior changes.