From 9e55ab0cb883d4783a7c19fb50e201988a411ddc Mon Sep 17 00:00:00 2001 From: Chummy Date: Mon, 16 Feb 2026 01:19:39 +0800 Subject: [PATCH] feat(gateway): add per-endpoint rate limiting and webhook idempotency (#188) * feat(runtime): add Docker runtime MVP and runtime-aware command builder * feat(security): add shell risk classification, approval gates, and action throttling * feat(gateway): add per-endpoint rate limiting and webhook idempotency --------- Co-authored-by: chumyin