Small, deterministic examples for Quarry. These use local fixtures and avoid external network dependencies.
Minimal item emission:
examples/demo.ts
Parses a local HTML fixture and emits items:
examples/static-html-list/
Paginates across two local fixtures:
examples/toy-pagination/
Renders a local fixture and emits a screenshot artifact:
examples/artifact-snapshot/
Tests the error path by throwing after one item:
examples/intentional-failure/
Demonstrates fan-out derived work execution (list → detail):
examples/fan-out-chain/
Conceptual examples for downstream event-bus and polling integration:
examples/integration-patterns/