From 2f17dda2efc724f933228d6736736a0582eb8c58 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Sun, 10 May 2026 22:44:08 +0300 Subject: [PATCH] Add mirrord to Sandboxing & Isolation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..3630597 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Secure isolated environments for running AI coding agents with controlled access - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. - [FlyDex](https://flydex.net) — Browser-first remote control plane for local Codex sessions with QR pairing, approvals, and machine continuity. +- [mirrord](https://github.com/metalbear-co/mirrord) — Per-agent isolation inside a shared Kubernetes cluster: traffic filters, DB branches, and Kafka queue splits via the mirrord Operator. Six [Claude Code skills](https://github.com/metalbear-co/skills) cover quickstart, config, operator setup, CI, DB branching, and Kafka splitting; install via `/plugin marketplace add metalbear-co/skills`. ### Configuration & Context Management