• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jhheider / wayfinder / 29073456129
93%

Build:
DEFAULT BRANCH: main
Ran 10 Jul 2026 06:18AM UTC
Jobs 1
Files 18
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Jul 2026 06:17AM UTC coverage: 55.061% (+1.2%) from 53.861%
29073456129

push

github

jhheider
Be a good AON citizen: User-Agent, drop bulk fetch, cap results

- Send an identifying User-Agent ("wayfinder-core/<ver> (+repo)") on every
  request. An unnamed client behind Cloudflare is the first thing throttled;
  this was lost when the MCP folded into core (pf2e-mcp used to set one).
- Remove `cache fetch` / `SearchService::fetch_category`. Mirroring an entire
  AON category (up to 50k docs, hundreds of back-to-back requests) is scraping,
  the opposite of good citizenship, and AON's own UI pages in blocks of 50 with
  "load more" for exactly this reason. Legitimate caching remains: search/show
  results are cached opportunistically as you query. `cache status`/`purge`
  stay; CacheStore::bulk_put stays as a primitive.
- Lower the single-query result cap 500 -> 100 (default stays 50, AON's block
  size) to steer toward narrowed, filtered queries.

Existing reactive backoff (retry once on 429/503 honoring Retry-After) is kept.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01N1GoLDpLwNhWLJ98YzZqGW

0 of 1 new or added line in 1 file covered. (0.0%)

1137 of 2065 relevant lines covered (55.06%)

109.47 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
0.0
0.0% crates/wayfinder-core/src/aon/client.rs
Jobs
ID Job ID Ran Files Coverage
1 29073456129.1 10 Jul 2026 06:18AM UTC 18
55.06
GitHub Action Run
Source Files on build 29073456129
  • Tree
  • List 18
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29073456129
  • dbc48cc5 on github
  • Prev Build on main (#29072747227)
  • Next Build on main (#29074135617)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc