Skip to content

Retire: redirect the standalone augur site to the CorvidLabs hub#35

Merged
0xLeif merged 1 commit into
mainfrom
brand/retire-site
Jun 13, 2026
Merged

Retire: redirect the standalone augur site to the CorvidLabs hub#35
0xLeif merged 1 commit into
mainfrom
brand/retire-site

Conversation

@0xLeif

@0xLeif 0xLeif commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The standalone augur site (Astro, deployed to GitHub Pages at corvidlabs.github.io/augur/) is retired. Its marketing and docs are fully migrated to the CorvidLabs hub.
  • Every route now redirects to its hub equivalent via a dependency-free redirect stub (RedirectLayout.astro): meta http-equiv="refresh", a <link rel="canonical"> to the hub URL, robots: noindex, follow, and a visible "This site has moved to CorvidLabs →" fallback link.
  • Redirect mapping:
    • / and 404https://corvidlabs.github.io/corvidlabs-site/augur/
    • /docshttps://corvidlabs.github.io/corvidlabs-site/augur/docs/
    • /docs/*https://corvidlabs.github.io/corvidlabs-site/augur/docs/<slug>/ (deep links preserved; [...slug].astro still emits a stub per existing doc slug)
  • The site keeps building and deploying unchanged (static output, same routes). Old marketing components/layouts are left in place but no longer referenced.

Test Plan

  • bun run build passes; all 11 routes emit (index, 404, docs index, 8 doc slugs)
  • Opened built HTML for /, /docs, /docs/quickstart, 404 — each has the correct meta-refresh + canonical pointing at the matching hub URL, plus the visible moved link
  • After deploy: confirm GitHub Pages serves the redirects and the browser follows the meta-refresh

🤖 Generated with Claude Code

Marketing and docs are fully migrated to the CorvidLabs hub. Every route
on this standalone Astro/GitHub Pages site now meta-refreshes (with a
canonical link and a visible 'moved to CorvidLabs' fallback) to its hub
equivalent:

- / and 404 -> hub marketing
- /docs -> hub docs
- /docs/* -> matching hub docs deep link

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@github-actions

Copy link
Copy Markdown

augur: ✅ PROCEED - risk 25/100

Confidence 75/100 - calibration prior-only (0 incidents / 1 commit).

File Risk Verdict Top signal
site/src/pages/index.astro 22 ✅ proceed test-gap: code changed with no test in the changeset
site/src/layouts/RedirectLayout.astro 17 ✅ proceed test-gap: code changed with no test in the changeset
site/src/pages/404.astro 16 ✅ proceed test-gap: code changed with no test in the changeset
site/src/pages/docs/[...slug].astro 16 ✅ proceed test-gap: code changed with no test in the changeset
site/src/pages/docs/index.astro 15 ✅ proceed test-gap: code changed with no test in the changeset
site/src/lib/hub.ts 15 ✅ proceed test-gap: code changed with no test in the changeset

@0xLeif 0xLeif merged commit 7e093f8 into main Jun 13, 2026
11 checks passed
@0xLeif 0xLeif deleted the brand/retire-site branch June 13, 2026 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant