Skip to content

Commit a7d7bef

Browse files
hyperpolymathclaude
andcommitted
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/<num> 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 <noreply@anthropic.com>
1 parent 8c785d4 commit a7d7bef

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.machine_readable/autolinks.a2ml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ alnum = false
5555
scope = "estate"
5656

5757
# ---- CLADE (the centerpiece: <binomial> = genus-species[-subspecies]) ----
58-
# PENDING: a gv-clade-index Worker route that resolves a binomial (e.g. /c/:binomial)
59-
# + the Worker's public domain. url_template below is provisional until confirmed;
60-
# the sweep will skip CLADE- until status="ready".
58+
# The resolver route IS NOW LIVE IN CODE: gv-clade-index GET /c/:binomial
59+
# (merged in gv-clade-index#38) resolves a binomial via the `prefixed` field and
60+
# 302s to the portal (?format=json for data). ONLY the Worker's public domain is
61+
# still pending (Cloudflare deploy) — substitute it for CLADE-WORKER-DOMAIN below
62+
# and flip status to "ready". The sweep skips CLADE- while status is pending*.
6163
[[autolink]]
6264
key_prefix = "CLADE-"
6365
url_template = "https://CLADE-WORKER-DOMAIN/c/<num>"
6466
alnum = true
6567
scope = "estate"
66-
status = "pending-worker-route"
68+
status = "pending-worker-domain"

0 commit comments

Comments
 (0)