Commit 2c64dd7
Fix: exclude .claude/ from sdist to prevent credential exposure
settings.local.json in .claude/ was bundled into all prior sdist releases,
exposing API tokens stored as inline Bash permission patterns. Added:
- .claude/ to .gitignore
- [tool.hatch.build.targets.sdist] exclude = [".claude/"] in pyproject.toml
Bumps to v0.2.6.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6767009 commit 2c64dd7
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
0 commit comments