Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.34 KB

File metadata and controls

35 lines (23 loc) · 1.34 KB

AI Agents Conventions

This project can be developed and maintained by AI agents, such as https://enola.dev itself, or the Gemini CLI or Claude Code or Copilot etc.

This https://agents.md file documents conventions which agentic AI tools must follow when working on this project.

Development Process

After making any changes to the codebase, you MUST run the full test suite to verify that the requested goal was achieved and that you did not accidentally break anything else in the process. To run the tests, execute the following command from the root of the project:

./test.bash

Terminology