Commit a1fbe48
committed
[skills] Fix REVIEW-MEDIUM-2: drop dead buildSessionSummary + docs promise
Why: buildSessionSummary was computed but never POSTed, and README and
SKILL.md both promised a separately-captured summary thought that the
code never delivered — a documentation lie. Delete the dead function,
its call site, and the corresponding bullet points from both docs.
Implementing a second POST was rejected: one POST per session is the
simpler, correct shape and downstream thought extraction already
produces its own summarization.1 parent bc6330e commit a1fbe48
3 files changed
Lines changed: 3 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
127 | | - | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 166 | | |
184 | 167 | | |
185 | 168 | | |
| |||
335 | 318 | | |
336 | 319 | | |
337 | 320 | | |
338 | | - | |
| 321 | + | |
339 | 322 | | |
340 | | - | |
341 | 323 | | |
342 | 324 | | |
343 | 325 | | |
| |||
0 commit comments