Summary
Add a mission-console route with shared app-shell overlap so it intentionally edits common landing-page and global-style files.
Conflict Surface
src/app/mission-console/page.tsx
src/app/page.tsx
src/app/layout.tsx
src/app/globals.css
Scope
- Add or refine the
mission-console route.
- Update shared entry points and global presentation.
- Aim for roughly 400-500 changed lines overall, staying reasonably close to that range.
Acceptance Criteria
- The route exists and is linked from the landing page.
- Shared layout or global style changes are included.
- The work intentionally overlaps common files to create merge conflicts after one PR lands.
- Final PR diff is roughly 400-500 changed lines.
Summary
Add a
mission-consoleroute with shared app-shell overlap so it intentionally edits common landing-page and global-style files.Conflict Surface
src/app/mission-console/page.tsxsrc/app/page.tsxsrc/app/layout.tsxsrc/app/globals.cssScope
mission-consoleroute.Acceptance Criteria