Add site definition worker inference

This commit is contained in:
Jordan Wages 2026-08-25 17:05:11 -05:00
commit 3ccdaaf953
17 changed files with 250 additions and 50 deletions

10
tests/fixtures/threads-post-page.html vendored Normal file
View file

@ -0,0 +1,10 @@
<main>
<div data-pagelet="threads_post_page_0">
<a href="/@alice/post/ABC123"><span dir="auto">12h</span></a>
<span dir="auto">The main post on the Threads detail page</span>
</div>
<div data-pagelet="threads_post_page_1">
<a href="/@bob/post/DEF456"><span dir="auto">1h</span></a>
<span dir="auto">A reply on the Threads detail page</span>
</div>
</main>