Use when reviewing or refactoring rtk Rust code that feels verbose, over-engineered, or non-idiomatic — applies iterator chains, early returns, Option/Result chaining, and zero-copy patterns while leaving rtk's mandatory constraints (lazy_static regex, .context() chains, fallback arms) intact
Use when reviewing or refactoring rtk Rust code that feels verbose, over-engineered, or non-idiomatic — applies iterator chains, early returns, Option/Result chaining, and zero-copy patterns while leaving rtk's mandatory constraints (lazy_static regex, .context() chains, fallback arms) intact