Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 737 Bytes

File metadata and controls

15 lines (12 loc) · 737 Bytes

Genieparser AI Agent Instructions

These are repo-local standing instructions for genieparser work. When asked to review a genieparser PR, use the repo-local genieparser-code-review skill in .agents/skills/genieparser-code-review/; it contains the parser expectations, full parser-review rubric, coverage rules, regex style checks, and required review output format.

Agent Guidance Layout

  • Keep reusable workflow playbooks in .agents/skills/ so Codex, Copilot, and other compatible agents can discover the same skill shape.
  • Keep .codex/ for Codex-specific runtime configuration such as project config, custom agents, hooks, and command rules. Do not put shared skills there unless a Codex-only wrapper is needed.