Implement phased modernization infrastructure for transitioning from multi-page legacy routing to SPA portal-shell architecture, plus post-delivery hardening fixes for policy loading, fallback consistency, and governance drift detection. Key changes: - Add route contract enrichment with scope/visibility/compatibility policies - Canonical 302 redirects from legacy direct-entry to /portal-shell/ routes - Asset readiness enforcement and runtime fallback retirement for in-scope routes - Shared feature-flag helpers (env > config > default) replacing duplicated _to_bool - Defensive copy for lru_cached policy payloads preventing mutation corruption - Unified retired-fallback response helper across app and blueprint routes - Frontend/backend route-contract cross-validation in governance gates - Shell CSS token fallback values for routes rendered outside shell scope - Local-safe .env.example defaults with production recommendation comments - Legacy contract fallback warning logging and single-hop redirect optimization Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
926 B
926 B
Full Modernization Rollback Controls
Route-Level Reversion Controls
PORTAL_SPA_ENABLED=false: Disable shell-first navigation runtime globally.- Route-scoped contract fallback: Mark route contract with fallback strategy and redeploy shell assets.
- Content cutover feature flag: Disable route-level modernized content path while keeping shell runtime up.
False-Positive Gate Handling
- Capture failing gate output and route impact.
- Confirm whether failure is test flake or product defect.
- If false-positive and production risk is high:
- Temporarily switch gate severity from
blocktowarn. - Record waiver with owner, reason, expiry.
- Restore
blockmode after corrective action.
Required Rollback Evidence
- Incident timestamp and impacted routes.
- Gate IDs that triggered rollback.
- Route contract state before/after rollback.
- Manual acceptance and known-bug replay references.