Files
egg c38b5f646a feat(modernization): promote deferred routes to in-scope and unify page header styles
Promote /tables, /excel-query, /query-tool, /mid-section-defect from
deferred to full shell-governed in-scope routes with canonical redirects,
content contracts, governance artifacts, and updated CI gates.

Unify all page header gradients to #667eea → #764ba2 and h1 font-size
to 24px for visual consistency across all dashboard pages. Remove
Native Route-View dev annotations from job-query, excel-query, and
query-tool headers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 13:20:06 +08:00

829 B

MODIFIED Requirements

Requirement: Deferred routes SHALL become shell-contract governed in this follow-up phase

All routes deferred by phase 1 (/tables, /excel-query, /query-tool, /mid-section-defect) SHALL be represented as in-scope shell contracts with complete ownership and visibility metadata.

Scenario: Deferred route contract promotion

  • WHEN follow-up route coverage validation is executed
  • THEN each deferred route SHALL have route metadata, owner metadata, and visibility/access policy metadata
  • THEN missing metadata SHALL fail route governance validation

Scenario: CI gate blocks deferred route contract gaps

  • WHEN CI evaluates route-governance completeness for this follow-up change
  • THEN any deferred route missing required contract fields SHALL block promotion