Commit c77959b
fix(slide-deck-maintainer): persist cache-memory state for round-robin source tracking (#29644)
* Initial plan
* fix: add cache-memory state read/write to Slide Deck Maintainer for round-robin tracking
The workflow had `cache-memory: true` but never wrote any files to
/tmp/gh-aw/cache-memory/, causing every run to start cold and repeat
the same source category.
- Add Step 4a: read state.json from cache on startup to pick next category
- Add Step 4b: scan the selected category (source-code / agentic-workflows / documentation)
- Add Step 4c: always write updated state.json after scanning so future
runs can rotate through categories instead of starting cold
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8ba46581-0473-426d-99d4-1db77cbee956
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>1 parent b78a36b commit c77959b
1 file changed
Lines changed: 66 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
162 | 199 | | |
163 | 200 | | |
164 | 201 | | |
165 | 202 | | |
166 | | - | |
| 203 | + | |
167 | 204 | | |
168 | 205 | | |
169 | 206 | | |
170 | 207 | | |
171 | | - | |
| 208 | + | |
172 | 209 | | |
173 | 210 | | |
174 | 211 | | |
175 | 212 | | |
176 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
177 | 238 | | |
178 | 239 | | |
179 | 240 | | |
| |||
0 commit comments