Fountain Coach Gitowner-controlled · read only

midi-backplane.git · AGENTS.md

midi-backplane.git / AGENTS.md

revision 25e5ac3b9169856258ac030ef0ba9131c347defe · complete file

# AGENTS

Behavioral constraints for work in this repository.

## Invariants
- Keep changes minimal and scoped to the MIDI backplane contract, runtimes, conformance, and tooling.
- Do not add dependencies or modify repo settings, secrets, or permissions.
- Preserve orthogonality: AGENTS = allowed behavior, PLANS = intent/why, Skills = how-to, MCP = capabilities.
- Avoid deleting files unless required for orthogonality and after preserving content.

## Routing
- Use `PLANS.md` for multi-step or high-risk work before execution.
- Use skills under `.codex/skills/` for procedural tasks; do not place procedures in AGENTS or PLANS.
- MCP configuration is external; do not encode MCP workflow/policy in this repo.