Skip to content

Instantly share code, notes, and snippets.

repo nirvana
title workshop-health-dashboard-widgets

Workshop Health Dashboard Widgets

Overview

Add a health summary row to the Workshop Overview page that surfaces key operational metrics at a glance: last successful build timestamp, average build duration (last 24h), count of threads stuck in QUEUED for more than 30 minutes, and active practitioners in the last hour. This gives operators immediate visibility into pipeline health without digging through individual threads.

repo eureka
title workshop-learnings-page

Workshop Learnings Page

Overview

Add a new "Learnings" page under the Workshop section that surfaces insights extracted by the Librarian practitioner — patterns, learnings, and council review outcomes. This gives the team a searchable, filterable knowledge base of what the autonomous build system has learned over time.

repo eureka
title workshop-learnings-page

Workshop Learnings Page

Overview

Add a new "Learnings" page under the Workshop section that surfaces insights extracted by the Librarian practitioner — patterns, learnings, and council review outcomes. This gives the team a searchable, filterable knowledge base of what the autonomous build system has learned over time.

repo eureka
title workshop-learnings-page

Workshop Learnings Page

Overview

Add a new "Learnings" page under the Workshop section that surfaces insights extracted by the Librarian practitioner — patterns, learnings, and council review outcomes. This gives the team a searchable, filterable knowledge base of what the autonomous build system has learned over time.

repo eureka
title eureka-chat-ideation-enhancements

Eureka Chat Ideation Enhancements

Overview

Four enhancements to the existing Eureka ideation chat (useIdeationChat hook + ideation-chat edge function) that make it a more powerful ideation tool: knowledge preloading for richer context, skip-to-chat for faster entry, artifact generation from conversations, and review personas for multi-perspective critique.

repo eureka
title eureka-chat-ideation-enhancements

Eureka Chat Ideation Enhancements

Overview

Four enhancements to the existing Eureka ideation chat (useIdeationChat hook + ideation-chat edge function) that make it a more powerful ideation tool: knowledge preloading for richer context, skip-to-chat for faster entry, artifact generation from conversations, and review personas for multi-perspective critique.

repo eureka
title eureka-chat-ideation-enhancements

Eureka Chat Ideation Enhancements

Overview

Four enhancements to the existing Eureka ideation chat (useIdeationChat hook + ideation-chat edge function) that make it a more powerful ideation tool: knowledge preloading for richer context, skip-to-chat for faster entry, artifact generation from conversations, and review personas for multi-perspective critique.

repo eureka
title eureka-chat-ideation-enhancements

Eureka Chat Ideation Enhancements

Overview

Four enhancements to the existing Eureka ideation chat (useIdeationChat hook + ideation-chat edge function) that make it a more powerful ideation tool: knowledge preloading for richer context, skip-to-chat for faster entry, artifact generation from conversations, and review personas for multi-perspective critique.

repo eureka
title eureka-chat-ideation-enhancements

Eureka Chat Ideation Enhancements

Overview

Four enhancements to the existing Eureka ideation chat (useIdeationChat hook + ideation-chat edge function) that make it a more powerful ideation tool: knowledge preloading for richer context, skip-to-chat for faster entry, artifact generation from conversations, and review personas for multi-perspective critique.

repo eureka
title Workshop Pipeline Controls — Retry, Pause, Cancel UI

Workshop Pipeline Controls — Retry, Pause, Cancel UI

Overview

The Eureka Workshop is currently read-only — users can see builds running but cannot control them. When work items fail or get stuck, the only option is manual database surgery via SSH. This spec adds control buttons (retry, cancel, pause/resume) to the Workshop UI, backed by a Supabase Edge Function that proxies commands to Order's new Pipeline Control API.