Commit 781293f
docs: address Qodo review on PR #21
Two findings, both legit:
1. README settings.json snippet contradicted its preceding comment —
comment talked about "disabling the passthrough" but the snippet
set the flag to true (enable). Rewrote the prose to be unambiguous:
the snippet is an explicit opt-in for older 3.x cores; mention
`false` as the disable case in the same comment.
2. pad-select-server.js / pad-toggle-server.js comments framed the
warning case as "explicit operator opt-out", but the runtime check
is `=== true`, so the false branch also fires when the flag is
absent (pre-flip cores, or operators who removed the key). Reworded
to cover both cases — "absent on pre-flip cores, or explicitly
false on current ones" — so future maintainers debugging
padWideSupported off don't chase a phantom opt-out.
Behavior unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 404efe0 commit 781293f
3 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments