Retire: redirect the standalone spec-sync site to the CorvidLabs hub#288
Merged
Conversation
Marketing and docs are fully migrated to corvidlabs-site. Replace every route with a meta-refresh redirect stub (canonical + visible "moved" link): - root, /languages(/*), /blog(/*), 404 -> hub marketing - /docs(/*), /examples(/*) -> hub docs Dynamic pages keep getStaticPaths so every retired URL still emits a stub. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
There was a problem hiding this comment.
✅ Corvin says...
_
<(^\ .oO(Caw! ^v^)
|/(\
\(\\
" "\\
"Looking sharp! Like a beak should be."
CI Summary
| Check | Status |
|---|---|
| Validate action.yml | ✅ Passed |
| Dependency Audit | ✅ Passed |
| Code Coverage | ✅ Passed |
| Format Check | ✅ Passed |
| Docs Site | ✅ Passed |
| Spec Validation | ✅ Passed |
| Tests (build, test, clippy) | ✅ Passed |
| VS Code Extension | ✅ Passed |
📋 Spec Validation Details
✅ SpecSync: Passed
| Metric | Value |
|---|---|
| Specs checked | 58 |
| Passed | 58 |
| Errors | 0 |
| Warnings | 0 |
| File coverage | 100% (74/74) |
| LOC coverage | 100% (33727/33727) |
Generated by specsync · Run specsync check --format github to reproduce
Powered by corvid-pet
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.
Summary
corvidlabs.github.io/spec-sync/) is retired — its marketing and docs are fully migrated to corvidlabs-site.<meta http-equiv="refresh">+<link rel="canonical">+ a visible "This site has moved to CorvidLabs →" link (andlocation.replacefor instant client redirect)./,/languages,/languages/*,/blog,/blog/*,404→https://corvidlabs.github.io/corvidlabs-site/spec-sync/(hub marketing, incl. languages gallery)/docs,/docs/*(incl.integrations/*),/examples,/examples/*→https://corvidlabs.github.io/corvidlabs-site/spec-sync/docs/(hub docs)getStaticPathsso every retired URL (each language, doc, example, blog post) still emits its own redirect stub.RedirectPage.astrocomponent +lib/hub.tsfor the two canonical hub URLs.-942lines (page bodies replaced by stubs).Test Plan
bun run buildpasses — 34 pages built, all language/docs/example/blog slugs emitteddocs/quickstart), and a language page (languages/rust): each has meta-refresh + canonical pointing at the correct hub URL plus the visible moved link404.html,docs/index, a blog post, and an examples page point at the right hub URL🤖 Generated with Claude Code