Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This usage section is a great addition! Would it be helpful to add a brief description of what the plugin does before jumping into the example?


## Usage

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON snippet looks good. If you could provide an example of what the complete opencode.json file might look like with this plugin included, it could help new users even more!


Add to your `opencode.json`:

```json
{"plugin": ["opencode-bash-guard"]}
```
Loading