Nav: Replace 'pipeline' with 'agents' in top nav

t-694.1·WorkTask·
·
·
·Omni/Web/Style.hs
Parent:t-694·Created1 month ago·Updated1 month ago·pipeline runs →

Description

Edit

Update the shared nav in Omni/Web/Style.hs:

  • Replace "pipeline" nav link with "agents" (href /agents)
  • Update Omni/Web/Core.hs to route /agents/* to a new Omni.Agents.Web module
  • Keep /pipeline/* routing working (it will be a subnav under agents later)

Files to modify:

  • Omni/Web/Style.hs - sharedNav function
  • Omni/Web/Core.hs - add agents route

This is a small, surgical change. The agents route can initially just redirect to pipeline or show a placeholder.

Timeline (3)

🔄[human]Open → InProgress1 month ago
🔄[human]InProgress → Review1 month ago
🔄[human]Review → Done1 month ago