bashguard 0.1.0

Rule-based bash guard for your coding agent
Documentation

bashguard

bashguard is a simple guardrail system for bash calls from your coding agents.

Quick Start

Install

cargo install bashguard

Setup

In your coding agent workspace:

bashguard init

Justfile

Available recipes:
    build
    build-release
    ci
    fmt
    fmt-check
    lint
    readme-check
    readme-update
    test