fetch_ml/internal/api/ws
Jeremie Fraeys 260e18499e
feat: Research features - narrative fields and outcome tracking
Add comprehensive research context tracking to jobs:
- Narrative fields: hypothesis, context, intent, expected_outcome
- Experiment groups and tags for organization
- Run comparison (compare command) for diff analysis
- Run search (find command) with criteria filtering
- Run export (export command) for data portability
- Outcome setting (outcome command) for experiment validation

Update queue and requeue commands to support narrative fields.
Add narrative validation to manifest validator.
Add WebSocket handlers for compare, find, export, and outcome operations.

Includes E2E tests for phase 2 features.
2026-02-18 21:27:05 -05:00
..
handler.go feat: Research features - narrative fields and outcome tracking 2026-02-18 21:27:05 -05:00
jobs.go refactor: update WebSocket handlers and database schemas 2026-02-18 14:36:30 -05:00
validate.go refactor: extract ws handlers to separate files to reduce handler.go size 2026-02-17 20:38:03 -05:00