Skip to content

v2.5.2: V2 Root Relocation and V1 Subdirectory Migration

Choose a tag to compare

@inafev inafev released this 18 Jun 09:34

V2 Root Relocation and V1 Subdirectory Migration

Move the V2 Elite Portal to the root directory (/) as the default experience for human visitors, place the exhaustive V1 Archive under the /v1/ subdirectory, and add Premium Hero CTA banners to each version to preserve 100% of historical V1 SEO deep-links.

  • V2 Root Relocation: Relocated the V2 Elite Portal to the root domain (/) as the default experience for human visitors, resolving browser redirect lag.
  • V1 Subdirectory Migration: Placed the exhaustive V1 Archive under the /v1/ subdirectory to maintain the historical documentation hub.
  • V1 Fallback Routing: Integrated a fallback mechanism in the deployment build script to copy V1 files to the root, preventing 404 errors on historical deep-links not present in V2.
  • Premium Hero Cross-Reference Banners: Added highly visible tip banners on both V1 and V2 pages to easily cross-reference and navigate between the AI-Curated Elite portal and the Exhaustive Archive.
  • PR Guardian AI Fallback: Fixed local git diff retrieval in pr_guardian.py under GHA shallow checkouts by enforcing check=True and automatically falling back to downloading the diff from the GitHub PR URL when local diff is empty.