Allow including specific files in every request

Perhaps this is already possible, I’m just getting started with the app, but it would be great to be able to automatically include specific files with every AI call.

I understand how to reference files, or use the whole codebase, but it would be super convenient (for me) if Cursor always included: 1) my prisma file (db schemas) and 2) my eslintrc. Both are relatively small when it comes to tokens, but I find Cursor is constantly guessing at certain field names or data structures (incorrectly) or providing code which doesn’t match my projects formatting.

I’ve tried a few variations of saying “always include…” in the custom AI instructions in Cursor setting but that doesn’t work (though I’m guessing it does when running against whole codebase).

Just seems like a straight-forward convenience to be able to set this explicitly IMO. Would love if I’m missing something and this is already possible- Many thanks!