Commit 3d102cc
docs(claude): correct Symantec SEP gotcha — SONAR scans every interpreter launch
The prior note implied --no-sync fixes SEP CPU; it only addresses Auto-Protect
.venv file scanning. SONAR (behavioral) scans every python.exe/powershell.exe
process start regardless of --no-sync (measured 2026-06-16: 222 SONAR events/6h
on interpreter launches). Add agent-discipline mitigations (Bash not PowerShell,
batch gates, no redundant reruns, minimize uv run) and note the durable fix is an
IT/GPO SONAR exclusion for the interpreter paths.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3b6d341 commit 3d102cc
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
0 commit comments