All notable changes to this Actor are documented here.
- Initial scaffold:
.actor/ config (actor.json, input_schema.json, dataset_schema.json, output_schema.json, pay_per_event.json, Dockerfile), pinned pyproject.toml, and QA fixture.
- Implemented:
orgslug.py (org-slug/URL resolution), models.py (Pydantic v2 ActorInput/ResultRow), client.py (curl-cffi GraphQL client with retry/backoff), parser.py (pure row construction — team-name join, locationFilter, truncation), main.py (Actor SDK wiring, PPE charging, partial-success status messaging).
- Icon (
.actor/icon.svg) authored by actor-icon-designer — Ashby's "A" mark in the Devil Scrapes bone roundel.
- README,
promo.json finalized; 83 tests green, ruff check clean, verify_input_prefill.py passes.
- Local-green: verified end-to-end against real Ashby data (
ramp board, live apify run).