AGENTS.md ยท diff
git:20260808.2dd47cd to git:20260905.d6ab1e7
5 added, 0 removed. Audit A to B.
# Agent Documentation System
First read `AGENTS.local.md` once you started every session.
For instructions, guidelines, and project rules, please read:
- [AGENTS.local.md](AGENTS.local.md) (Local agent engineering manual)
- [docs/START_HERE.md](docs/START_HERE.md) (Project documentation index)
+ ## Security & Secrets Boundary
+
+ - **NEVER** view, read, grep, cat, or display any files matching `.env*`, `*.prod`, or `.credentials/*`.
+ - Refer exclusively to [.env.example](.env.example) and TypeScript schema definitions for configuration reference.
+