Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 540 Bytes

File metadata and controls

11 lines (8 loc) · 540 Bytes

AGENTS Instructions

These guidelines help Codex work effectively in this repository.

  • Always run pytest from the repository root after modifying Python files.
  • If you modify the frontend (Node.js) code and a test script exists in frontend/package.json, run npm test from the frontend directory.
  • Use 4 spaces for Python indentation and 2 spaces for JavaScript.
  • Limit line length to 100 characters.
  • Keep commit messages short and written in the imperative mood.
  • Include file path citations in pull request summaries.