Skip to content

Commit 3ce22c2

Browse files
chore(autolinks): CLADE- resolver route live in code (domain pending) (#421)
gv-clade-index#38 shipped `GET /c/:binomial` — the CLADE-<binomial> resolver. The registry's `/c/<num>` route shape is now confirmed real; the only remaining gap is the Worker's public **domain** (Cloudflare deploy). Flips status `pending-worker-route` → `pending-worker-domain`; the sweep still correctly skips `CLADE-` until an owner sets the domain and flips it to `ready`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8c785d4 commit 3ce22c2

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)