Commit 096d06a
chore(reactotron-mcp): trim narrating comments added in recent commits
Drop or shorten four comments that were either duplicating a JSDoc
right above them, or written as post-mortem decision narration that
assumes the reader was around for the perf work.
- createRedactor cache comment: duplicated the Redactor JSDoc and
cited the 500-event benchmark scenario specifically
- ParsedRules JSDoc: collapsed three lines of "what this is and why it
exists" into one line — the type contents already say it
- RedactionContext JSDoc: dropped "the parsed bundle stays shared" —
visible from the field types
- redactObject ordering note: shortened the O(1)/O(N) framing into one
line about common case ordering
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bcfa671 commit 096d06a
1 file changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 129 | | |
133 | 130 | | |
134 | 131 | | |
| |||
195 | 192 | | |
196 | 193 | | |
197 | 194 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 195 | + | |
203 | 196 | | |
204 | 197 | | |
205 | 198 | | |
| |||
241 | 234 | | |
242 | 235 | | |
243 | 236 | | |
244 | | - | |
| 237 | + | |
245 | 238 | | |
246 | 239 | | |
247 | 240 | | |
| |||
296 | 289 | | |
297 | 290 | | |
298 | 291 | | |
299 | | - | |
300 | | - | |
| 292 | + | |
301 | 293 | | |
302 | 294 | | |
303 | 295 | | |
| |||
0 commit comments