fix: roster prune + clear verify DETAIL_ERRORs - #199
Merged
Conversation
Drop Continue and Roo Code after verify-companies confirmed HTTP 404 on the Ashby posting API. Neither board has a working careers URL on a supported ATS under those names.
- eightfold: allow null publicUrl; fall back to origin + positionUrl
- workday: accept location-less /job/{titleSlug} externalPaths
- successfactors: title from og:title / document title when itemprop missing
- icims: scrape iframe chrome when JobPosting JSON-LD is absent
- verify-companies: cap recruitee concurrency at 2 to avoid 429 noise
PublicUrl is OptNilString after the null-tolerant OpenAPI change; compare via Get() and fall back to site-relative positionUrl.
amikai
commented
Jul 16, 2026
amikai
commented
Jul 16, 2026
amikai
commented
Jul 16, 2026
- Acquire Recruitee sub-cap before the global worker slot so waiters cannot starve other providers - Compose absolute eightfold detail URLs from tenant origin + positionUrl - Regenerate Workday ogen client so location-less path docs stay in sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up from a full
verify-companiessweep across all roster providers.Continue,Roo Code). No supported-ATS migration found for those slugs.publicUrlmay be JSONnull(NetApp, Houston ISD); make it nullable and fall back toorigin + positionUrl.externalPathvalues (/job/{titleSlug}) used by tenants such as BSI, LVHN, VUMC.itemprop="title"; fall back toog:title/ document title (Endress+Hauser, Knorr-Bremse, MediaMarktSaturn).h1.iCIMS_Header+ expandable text.Test plan
go testfor affected packages (workday, successfactors, icims, eightfold, ats, verify-companies)go run ./cmd/verify-companies --provider ashby→ 1275 OK, 0 error