Caution
This is a Work-in-progress
A proposal for how to help agents not do bad things!
Provide a .agentsignore file that agents can parse to ignore certain parts of the codebase.
Example .agentsignore
packages/database
This will ignore the DB package so you don't accidently do something bad to the data.
You then add the following to the agents.md
Before accessing a file, scanning a file or doing anything inside the codebase you must parse the `.agentsignore` and validate using minimatch syntax that you are NOT accessing one of the ignore files or directories.
POSSIBLE: Create a tool / mcp or something accepts this data and prevents agent from grepping that data