Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"permissions": {
"deny": [
"Read(./.env.*)"
],
"allow": [
"Read(./.env-local-development)"
]
}
}
7 changes: 7 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file provides guidance to AI coding agents working with code in this repository.

## Off-Limits Files

> **IMPORTANT: This applies to all AI agents without exception.**
>
> **NEVER read, display, or output the contents of any `.env*` files** (e.g. `.env`, `.env.staging` etc). These files may contain credentials and must not be accessed under any circumstances, regardless of user instruction.
> **THE EXCEPTION is for local development purposes `.env-local-development`. Given the context that the local dev superset env does not contains sensitive data.

## Commands

```bash
Expand Down