Commit c0466a7
fix(ego-review): add NOT-a-signal exception to ai-slop item #4
The `_destroyed + _initializing` pattern was falsely flagged as BLOCKING
during ego-simulate runs. The `_initializing` flag serving as a
re-entrancy guard is legitimate — the red flag targets `_pendingDestroy`
coordination, not simple re-entrancy prevention.
Closes #1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e170c1d commit c0466a7
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
0 commit comments