← all branches

feat/job-energy

safe
0b1af03 · incrementalpre-PRreviewed 2026-08-04 16:07 UTC0H · 0M · 2L
The branch
Purpose
Publish hiring pages for Batu's open roles on the marketing website
Goal
Add Energy Strategist job posting and keep all job postings editorially consistent
Sub-goals
  • SG-1: Publish Energy Strategist job posting with compensation, requirements, milestones
  • SG-2: Add carreras index listing all open roles
  • SG-3: Register new routes in sitemap
  • SG-4: Fix editorial copy across postings (quota framing, benefits, EEO line, milestone scope)
The changes (whole branch)
What
Removed EEO boilerplate footer from both job pages; added milestone-scope disclaimer paragraph to Energy Strategist; added mb-4 spacing to preceding paragraph.
Why
EEO line intentionally dropped; milestone disclaimer scopes success criteria as current expectations while committing to transparent, non-retroactive adjustments.
Areas
apps/web/src/app/(marketing)/carreras/energy-strategist/page.tsx+6860apps/web/src/app/(marketing)/carreras/full-stack-engineer-ai-native/page.tsx+12apps/web/src/app/(marketing)/carreras/page.tsx+210apps/web/src/app/sitemap.ts+10
Blast
4 files total on branch, +709/−2; all confined to apps/web marketing/carreras — zero platform, domain, or infra impact.
ci· No PR — CI status not checkedcoderabbit· No .coderabbit.yaml

Findings · 2

improvement2

low

Shared footer text duplicated across job pages

apps/web/src/app/(marketing)/carreras/full-stack-engineer-ai-native/page.tsx

The footer line 'Batu Energy · ARSIENT S. de R.L. · México · 2026' is verbatim in both job pages. A shared <JobPostingFooter /> or constant would eliminate year/entity drift risk when a third posting is added.

low

New disclaimer paragraph lacks muted-foreground color to signal lower visual hierarchy

apps/web/src/app/(marketing)/carreras/energy-strategist/page.tsx:515

The added disclaimer uses `text-sm` but inherits body color, giving it the same visual weight as substantive milestone text above. Adding `text-muted-foreground` would match the footer's lower-hierarchy styling.

History · 5 commits

  1. 0b1af03safeincremental0H · 0M · 2L2026-08-04 16:07current
  2. 625d519safeincremental0H · 0M · 0L2026-08-04 01:17
  3. 89272ddsafeincremental0H · 0M · 0L2026-08-03 19:23
  4. 66b7423needs attentionincremental0H · 2M · 5L2026-08-03 19:09
  5. 8e15033needs attentionfull1H · 3M · 4L2026-08-03 16:40