Universal instrucitons in a .md file

Hi guys, I have seen agent create .md files, which seem to contain guidelines that are universal to my app. I want to know how to create my own master guideline for things like “Never use fs” or “Never create provider-specific branches for LLM API calls”. Can I just create a “my_app.md” file and it will somehow be considered by agent?

PS: watch for agent doing this. At one stage I said “NEVER convert snake_case field names to camelCase” (your schema.ts becomes a 'mare), and it unbeknownst to me it created a .md file around this rule, then started making changes every time my code was edited until i had to revert to 3 days earlier before this.

Do you mean it created an .md file to circumvent this instruction?

No, it created to enforce the instruction, which was then applied so dogmatically that every existing camelCase got changed back to snake_case and the shcmea had multiple conversion between snake and camel per field. Then all my previously working forms refused to save and element did not match field name. I HAD to roll back a few days.

I have observed agent creating its own documentation when doing hard and advanced features. I support this, and I think it’s a good idea, so that in the future, when reviewing the repository, it will be able to have this documentation at its fingertips.