Files
fermata/README.md
T
2026-04-30 22:44:58 +02:00

967 B

fermata

𝄐 — a fast, harness-agnostic policy gate for AI coding agents.

Reads .botignore files (gitignore syntax) and an optional botignore.toml to decide whether an agent's read / write / bash operation should proceed. Designed to be called from agent hooks (Claude Code first; Codex and Gemini planned).

Install

cargo install dirigent_fermata

Usage

fermata check --op read ./.env       # exit 1 if blocked
fermata hook --harness claude < req.json

About this repository

This is a downstream mirror. Fermata is developed inside the upstream Dirigent monorepo and exported here for distribution. Issues and pull requests are accepted on the develop branch, but the canonical development branch is upstream.

License

Licensed under either of

at your option.