wulf-pulse/components/ui
lorentz bd3401df1c feat(analyzer): Phase 2 — full stage persistence, fingerprints, aggregate reports, cost guards
Eight sub-phases per docs/ticket-analyzer-phase2-spec.md:

2.1 Schema (migration 070): analyzer_stage_executions table; source_snapshot,
    aggregate_fingerprint, fingerprint_generated_at columns on analyzer_analyses.
    model_traces marked LEGACY (kept for back-compat).
2.2 Every pipeline stage records a row to analyzer_stage_executions, success
    or failure. Worker persists a status='failed' analyzer_analyses row when
    the pipeline throws so partial stage records have a parent. Pipeline
    exposes raw triage/sonnet/opus responses for downstream stages.
2.3 Stage 3 prompt updated with markdown formatting rules + banned filler
    phrases. Added react-markdown + remark-gfm + @tailwindcss/typography.
    New <AnalysisMarkdown> component replaces <ProseText>; coerces stray
    headers to bold paragraphs.
2.4 Stage 6 fingerprint (Haiku) runs after persistence, failure-tolerant.
    scripts/backfill-fingerprints.ts reconstructs Stage 6 input from the
    legacy model_traces blob.
2.5 Browse UI rebuild at /analyzer/tickets: multi-select for client/issue/
    queue/status/priority/assignee, sticky filter bar, active-filter chips,
    bulk selection persisted via localStorage, "Analyze N selected" +
    "Generate aggregate report" actions. New <MultiSelect> primitive.
    Staleness uses last_activity_date > completed_at heuristic per spec C.1.
2.6 Aggregate reports (migration 071): runner is fire-and-forget, persists
    SQL distributions immediately so UI shows partial state during the
    Sonnet reduce call. Three endpoints, three pages (/analyzer/reports[/new
    /:id]). IT Glue context fetcher capped at 200 doc titles.
2.7 Cost guards (migration 072): per-request $5 confirmation, soft-warn at
    $20/day, hard-block at $50/day with ANALYZER_DAILY_COST_OVERRIDE_USERS
    override. Every gating decision audited.
2.8 Runbook + build notes updated.

128 vitest tests passing, tsc clean. Migrations 070/071/072 idempotent
(IF NOT EXISTS). model_traces double-write retained — drop in a future
migration once aggregate reports have soaked.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 14:00:22 -04:00
..
accordion.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
alert-dialog.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
alert.tsx feat: add scheduled sync system with admin UI 2026-01-26 10:24:58 -05:00
badge.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
button.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
calendar.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
card.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
checkbox.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
collapsible.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
dialog.tsx fix: remove hardcoded sm:max-w-lg from DialogContent so className overrides work 2026-02-19 20:51:57 -05:00
dropdown-menu.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
form.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
input.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
label.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
multi-select.tsx feat(analyzer): Phase 2 — full stage persistence, fingerprints, aggregate reports, cost guards 2026-04-29 14:00:22 -04:00
navigation-menu.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
popover.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
progress.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
scroll-area.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
select.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
separator.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
skeleton.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
slider.tsx fix: replace Radix UI slider with custom implementation to avoid dependency 2026-02-02 23:39:24 -05:00
sonner.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
switch.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
table.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
tabs.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
textarea.tsx Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00