--- name: Feature request about: Propose a new algorithm, operator, metric, or API addition title: "feat: " labels: enhancement --- ## What and why ## Proposed API sketch ```rust // What the public surface would look like — config struct fields, // trait impl, etc. Doesn't need to be final, just enough to discuss. ``` ## Alternatives considered ## Scope - [ ] New trait (will need API discussion) - [ ] New algorithm - [ ] New operator - [ ] New metric / Pareto utility - [ ] New optional feature flag - [ ] Change to existing public API (potentially breaking) ## Willing to implement? - [ ] Yes, I'll send a PR. - [ ] Yes, but I'd like guidance on the design first. - [ ] No, I'm reporting the need.