Commit Graph
1 Commits
Author SHA1 Message Date
Omar Sobh 3bcd18bf50 research: split pipeline diagnostics into research_pipeline.rs
ci / gates (push) Successful in 7s
ci / frontend (push) Successful in 38s
ci / rust (push) Successful in 3m20s
ci / publish (push) Successful in 2m42s
ci / e2e (push) Has been skipped
Gates step failed on run#211 because research.rs grew to 1313 lines
(over the 1250 budget) after adding the pipeline_state handler in the
previous commit. Move the diagnostic into its own module — pure
extraction, no behavior change.

research.rs: 1313 → 1126 lines
research_pipeline.rs: new, 187 lines
lib.rs: route now points at routes::research_pipeline::pipeline_state
2026-07-09 17:05:28 -07:00