From e5bcc2cd5b8f189483640174c17b56e9e652c2a9 Mon Sep 17 00:00:00 2001 From: preved911 Date: Mon, 27 Jul 2026 23:10:57 +0000 Subject: [PATCH] docs: add usage section to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5659547..caae314 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,11 @@ All tests are in `src/__tests__/`. Run `npm run test:watch` during development. - **Not a sandbox**: Focused on chain-splitting with path awareness, not comprehensive shell obfuscation detection. For full isolation, pair with a sandbox solution. + +## Usage + +Add to your `opencode.json`: + +```json +{"plugin": ["opencode-bash-guard"]} +```