010efc9b0555f92da92bbebc22286947ccbfff89
ci / test (push) Has been cancelled
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
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT License (LICENSE-MIT)
at your option.
Description
Languages
Rust
100%