Commit 8de8cdf
fix(extensions): clarify cmd_count comment — per-agent max, not total
The comment said 'covers all agents' implying a total, but cmd_count uses
max() across agents (per-agent count). Updated comment to explain the
max() choice and why sum() would double-count.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8744262 commit 8de8cdf
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3190 | 3190 | | |
3191 | 3191 | | |
3192 | 3192 | | |
3193 | | - | |
3194 | | - | |
| 3193 | + | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
3195 | 3197 | | |
3196 | 3198 | | |
3197 | 3199 | | |
| |||
0 commit comments