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 / e2e (push) Has been skipped
ci / publish (push) Successful in 2m42s

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
This commit is contained in:
Omar Sobh
2026-07-09 17:05:28 -07:00
parent cca6e2be20
commit 3bcd18bf50
4 changed files with 192 additions and 191 deletions
+1
View File
@@ -19,6 +19,7 @@ pub mod orgs;
pub mod planner;
pub mod repos;
pub mod research;
pub mod research_pipeline;
pub mod routines;
pub mod sessions;
pub mod skills;