From 8ddfe8ae18d213de4f9a64b45a7738316e247297 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Fri, 16 Jan 2026 12:40:22 +0500 Subject: [PATCH] Add sandboxing section to README Added a section on sandboxing with a link to a relevant video. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0573094..4a9d075 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ your best ai assistant with the best practice - always ask claude to run the terminal (you want to see logs of) as a background task for better debugging - use claude in chrome to let claude see chrome console logs on its own +### Sandboxing +- [Ralph plugin with sandbox](https://www.youtube.com/watch?v=eAtvoGlpeRU) + ## Documentation ### **[docs/AGENTS.md](docs/AGENTS.md)** - Agent Orchestration Best Practices