Court coverage for six more jurisdictions; fix the dead APH inquiry feeds - #76
Merged
Conversation
…gnose Qld TLS Courts coverage grows from five bodies to eleven: WA, SA, ACT, Tasmanian and NT supreme courts and the Administrative Review Tribunal, every URL verified live through the collector's own retrieval pipeline before entry. SA arrives late: the Courts Administration Authority published guidelines on generative AI in litigation in December 2025 (in force 1 January 2026) and Policai missed them for want of this source. The house and joint inquiry RSS endpoints still serve valid XML but have carried zero items while the senate feed retains 33 current referrals: abandoned husks, verified 2026-08-08. Both sources now watch the official Current Inquiries listing pages through the browser path, as content-watched documents, because APH bot-protects its HTML and the listing markup exposes no extractable entries. statements.qld.gov.au fails because the server omits its TLS intermediate (GeoTrust TLS RSA CA G1); desktop browsers repair that via AIA fetching, headless clients cannot. The collector host now supplies the public intermediate through NODE_EXTRA_CA_CERTS for the HTTP path; the browser path needs NSS trust or Firecrawl index retrieval, tracked in an issue. The automatic-source count pin moves from 57 to 63. Audited on Argus: 8 of 9 touched sources OK (Qld deferred as above). Gate: 442 tests, typecheck, lint. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
First tranche of the coverage improvements: fix what's broken, then the courts tier.
Fixed
NODE_EXTRA_CA_CERTSnow covers the HTTP path on Argus; the browser path needs NSS trust or Firecrawl index retrieval — follow-up issue.Added — courts tier (6 sources, every URL live-verified through the collector's own pipeline)
Courts coverage: 5 bodies → 11. Automatic sources: 57 → 63 (count pin updated).
Verification
All on Argus:
audit:sourcesper touched source (8/9 OK, Qld deferred as above), 442/442 tests, typecheck, lint.🤖 Generated with Claude Code