Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 516 Bytes

File metadata and controls

11 lines (7 loc) · 516 Bytes

Instructions for AI agents

Please read all Markdown documents at the top level, and all source files in the o1heap/ directory. Do not use search, read files whole.

When building the code, don't hesitate to use multiple jobs to use all CPU cores. Do not create temporary build or test artifacts in the project root; create dedicated build dirs for that instead.

Run all tests in debug build to ensure that all assertion checks are enabled.

It is best to use Clang-Format to format the code when done editing.