Commit e7b5dfc
committed
fix(tests): narrow recall assertion to exiftool only
The banned list previously included PIL/piexif/exifread, which are all
pip-installable. A valid recall guideline can legitimately recommend
"pip install <pkg>" for any of them, causing the assertion to fail on
correct behavior. Only exiftool is definitively absent in the sandbox
(not installed, not pip-installable), so it's the only reliable
marker that recall did NOT steer Claude away from the unavailable
tool.1 parent 8ed92eb commit e7b5dfc
1 file changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
167 | 166 | | |
168 | | - | |
169 | | - | |
0 commit comments