Skip to content

feat(pulse): phase-based focus — current expanded, future collapsed

isidro requested to merge feat/pulse-phases-2026-05-21 into main

Replaces the previous parallel-view Pulse with a sequential phase ladder. Auto-detects the current phase + highlights the next sub-task. Future phases collapsed.

User feedback: "sigo sin tener foco claro en lo que tengo que hacer".

Phases

  1. 🌐 Web pública — Astro slides + brand v2 assets
  2. 🎮 Steam Page — signup → App ID → capsules → screenshots → Coming Soon
  3. 🚀 Launch Beat — press + social + Next Fest Oct 2026
  4. 📈 Post-Launch

Auto-detected current: `web` (Fase 1 — 3/13 sub-pasos, próximo: Slide 3 Gameplay).

Pipeline stack (corrected)

The Web phase stack now correctly lists the optimal asset pipeline:

  • Magnific Mystic (stylegen for emblems / materials / atmospheres)
  • ChatGPT image 2 (cards w/ typography)
  • rembg (alpha)
  • Magnific Upscale (4K final)

Previous version showed Freepik as primary (which was an alternative mentioned in passing, not the recommended pipeline).

Test plan

  • uv run pytest -q → 479 passed
  • /api/pulse returns 4 phases with auto-detection (Fase 1 current, 3/13)
  • /pulse renders end-to-end
  • Post-merge: confirm mobile UX shows focus

🤖 Generated with Claude Code

Merge request reports