Skip to content

joggrdocs/.agentsignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Caution

This is a Work-in-progress

.agentsignore

A proposal for how to help agents not do bad things!

Propoal

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.

Agents.md

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.

Tool

POSSIBLE: Create a tool / mcp or something accepts this data and prevents agent from grepping that data

About

A proposal for how to help agents not do bad things!

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published