You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Target 300-600 LOC of production GFQL implementation deletion/DRY if safely available. Tests/fixtures/changelog do not count toward the headline target; report them separately.
The pass manager and pushdown modules were added around planner evolution. This lane should audit whether there is remaining duplicated or stale implementation code now that native planning/fallback deletion has settled.
Candidate Surface
Start from latest master and audit this ownership area:
Goal
Shrink GFQL pass manager / pushdown implementation code without changing behavior.
Target 300-600 LOC of production GFQL implementation deletion/DRY if safely available. Tests/fixtures/changelog do not count toward the headline target; report them separately.
Context
Refs:
The pass manager and pushdown modules were added around planner evolution. This lane should audit whether there is remaining duplicated or stale implementation code now that native planning/fallback deletion has settled.
Candidate Surface
Start from latest
masterand audit this ownership area:graphistry/compute/gfql/passes/*.pygraphistry/compute/gfql/ir/pushdown_safety.pygraphistry/compute/gfql/passes/predicate_pushdown.pygraphistry/compute/gfql/passes/unnest_apply.pyAvoid overlapping with physical executor cleanup and typed-schema work.
Required Protocol
Validation Expectations
Merge Policy
Open a PR when ready, but do not auto-merge. Coordinator must approve after reviewing production-code deletion, test/support delta, and validation.