Architectural improvements to the filter pipeline.
- Filter dependency declarations (read/write context fields) with startup validation
- Phase system (auth, routing, upstream, observe) when 5+ ordering constraints accumulate
- Converge StreamBuffer and Buffer into a single Buffer mode with unified delivery semantics
- FilterAction::SkipRemaining for short-circuit without reject
Architectural improvements to the filter pipeline.