fix(baseline): correct top-5 missed-activation nodes in snapshot

Spec review F1: positions 4-5 had stale numbers (#41:2 #42:2);
actual analyzer output shows #25:3, #39:3 (and #53:3 tied at pos 5).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Дмитрий
2026-05-24 07:13:48 +03:00
parent e239160a2e
commit 436284c558
@@ -68,11 +68,13 @@ By node (top 5 по количеству):
"#19": 12,
"#34": 5,
"#18": 4,
"#41": 2,
"#42": 2
"#25": 3,
"#39": 3
}
```
*(#53 также имеет count 3, следующие: #11:#12:#41:#42 = 2)*
## Контекст
Это «точка До» перед включением enforcement-хука этапа 3. После недели работы хука повторно снимем эти цифры и сравним.