User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
7mo
To ensure this power is used effectively and safely, we’ve introduced AGENTS.md—a file in our repository that acts as an operational manual, or a "constitution," for any AI agent interacting with the project. It enforces a simple but revolutionary rule:
The Anti-Hallucination Policy: The AI MUST query the local knowledge base before writing any code.
```
if (hallucinating) {
dont();
}
````