Codex-specific note for this repository.
Read in order:
AGENTS.mdSKILL.mdGEMINI.md
If the task is small and local, stop there. Open deeper docs only when the task needs framework internals, implementation-pattern guidance, or Codex-specific clarification.
- Do not restate workflow, change-hygiene, or coding rules already owned by
AGENTS.mdandGEMINI.md. - Prefer repository code and tests over generic model priors when they disagree.
- When multiple local patterns exist, follow the closest namespace or component example.
- Ask for clarification only when the change risks breaking public APIs or introducing a new subsystem.
PAIR_ARCHITECTURE.md: framework internals and lifecycle detailsPAIR_PATTERNS.md: nearby code shape and examplesPAIR_TASKS.md: broader or higher-risk tasks