Commit 9e285a9
committed
fix: skip analyze/tag/extract_links for link-sourced stub items
Add _source=link guard to after-write fragments for analyze, auto_tag,
and extract_links. Stub items created by URL-following (extract_links
with create_targets=true) now skip expensive background processing.
Prevents wasteful work and blocks potential recursive crawling.
resolve_stubs already had this guard.1 parent 9fed307 commit 9e285a9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments