From a7d7befc1cf78cf72784d28d27e536b163a695c6 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:53:51 +0100 Subject: [PATCH] chore(autolinks): CLADE- resolver route is live in code, only domain pending gv-clade-index#38 shipped GET /c/:binomial (resolves a binomial via prefixed, 302 to portal). The route placeholder /c/ is now confirmed real; only the Worker's public domain remains. status pending-worker-route -> pending-worker-domain (sweep still skips it until 'ready'). Co-Authored-By: Claude Opus 4.8 --- .machine_readable/autolinks.a2ml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.machine_readable/autolinks.a2ml b/.machine_readable/autolinks.a2ml index d01edf14..31b77d33 100644 --- a/.machine_readable/autolinks.a2ml +++ b/.machine_readable/autolinks.a2ml @@ -55,12 +55,14 @@ alnum = false scope = "estate" # ---- CLADE (the centerpiece: = genus-species[-subspecies]) ---- -# PENDING: a gv-clade-index Worker route that resolves a binomial (e.g. /c/:binomial) -# + the Worker's public domain. url_template below is provisional until confirmed; -# the sweep will skip CLADE- until status="ready". +# The resolver route IS NOW LIVE IN CODE: gv-clade-index GET /c/:binomial +# (merged in gv-clade-index#38) resolves a binomial via the `prefixed` field and +# 302s to the portal (?format=json for data). ONLY the Worker's public domain is +# still pending (Cloudflare deploy) — substitute it for CLADE-WORKER-DOMAIN below +# and flip status to "ready". The sweep skips CLADE- while status is pending*. [[autolink]] key_prefix = "CLADE-" url_template = "https://CLADE-WORKER-DOMAIN/c/" alnum = true scope = "estate" -status = "pending-worker-route" +status = "pending-worker-domain"