Comment by thayne

Comment by thayne 4 days ago

1 reply

Kind of, but for any given directory you can't separate out instructions for building from instructions for naming conventions, for example.

__alias 4 days ago

With AGENTS.md you have more flexibility to do something like

``` // AGENTS.md

If implementing a new service, first read @./SERVICE_SETUP.md

If writing tests, first read @./TESTING_SETUP.md

```

Or whatever else might make sense for your project.