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>
1.6 KiB
1.6 KiB
Pre-Change Confirmation Template (Deferred Route)
Rule
Before any implementation work begins on a deferred route, a route-scoped pre-change confirmation MUST be recorded and approved. Implementation is BLOCKED until confirmation exists.
Required Fields
- Route: The deferred route path (e.g.,
/tables). - Status Snapshot: Current route status in page registry (e.g.,
dev,released). - Scope Boundary Check: Confirmation that the route is listed in
route_scope_matrix.jsonas in-scope for this change. - Contract Baseline Refs: References to existing route contracts and content contracts that define expected behavior.
- Known-Bug Baseline Ref: Reference to
known_bug_baseline.jsonentry for this route (or confirmation that baseline is initialized). - Rollback Flag Plan: Planned feature flag key and rollback strategy for this route's cutover.
- Owner: The person/team responsible for this route's modernization.
- Date: Date of confirmation.
- Approved By: Reviewer who approved the pre-change confirmation.
Template
Route: /<route-name>
Status Snapshot: <dev|released>
Scope Boundary Check: confirmed in route_scope_matrix.json as in-scope
Contract Baseline Refs:
- Route contract: route_contracts.json#/<route-name>
- Content contract: route_content_contracts.json#/<route-name>
Known-Bug Baseline Ref: known_bug_baseline.json#/<route-name>
Rollback Flag Plan:
- Feature flag: modernization_feature_flags.json#/<route-name>.content_cutover_enabled
- Rollback strategy: fallback_to_legacy_route
Owner: <owner>
Date: <YYYY-MM-DD>
Approved By: <reviewer>