Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 736 Bytes

File metadata and controls

10 lines (7 loc) · 736 Bytes

Gemini Instructions for Noteahead

This project follows strict engineering standards. Refer to Agents.md for the foundational architecture, technology stack, and coding principles.

Mandates

  • Contextual Precedence: The standards defined in Agents.md are foundational and MUST be followed strictly.
  • Modern C++: Leverage C++20 features (e.g., std::format, if initializers) as specified in Agents.md.
  • Validation: Fulfill the user's request thoroughly, including adding tests when adding features or fixing bugs. Rigorous, exhaustive verification is mandatory.
  • Commit Messages: Follow the imperative tense and conciseness rules in Agents.md when proposing commit messages.