mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
Follow-up to #4091/#4153: the generic capture re-attach in createPreparedRequestLogger().body() was only regression-tested on the native-Claude OAuth cloak. Add a dedicated test driving the real cloakAntigravityToolPayload (_ide suffix scheme) through the JSON.parse(JSON.stringify()) capture round-trip, asserting the reverse map survives, stays non-enumerable, and that all-native traffic yields no spurious map. Proven RED with the #4153 re-attach removed. No production change. Closes #4181