Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 788 Bytes

File metadata and controls

17 lines (12 loc) · 788 Bytes

AGENTS.md

Review guidelines

What to ignore

  • Just ignore large snapshot file differences (these would just take up many tokens without delivering value)
  • Ignore any graphic files.
  • Ignore any small formatting issues.
  • Ignore anything that is already found by GitHub action checks (spelling, indentation issues, etc.)

What to focus on

  • Focus on checking that the calculation logic and flow is correct.
  • Focus on the coherence of the described user interface from documentation of functions and vignettes with actual code.
  • Make sure that every newly added function has a roxygen2 documentation header, also internal functions.
  • Focus on making sure that we don't have any dead code or any duplicate code. We want to keep the code base DRY (don't repeat yourself).