Commit 8e9b8f8
fix: remove misleading .env deny from read permission
The .env deny rules gave a false sense of security since bash tools
(cat, grep) could still access them. Agent is trusted with full read
access to the project.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 75e6320 commit 8e9b8f8
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
0 commit comments