1. Install
2. Initialize
fensu init is the fastest way to start. It detects your layout,
writes a fensu.toml with the full ruleset enabled, runs a first check to show
current drift, and installs agent skill files:
fensu init --yes --name my_package; init scaffolds a src/ package and
tests/ directory. Pass --no-skills only when automation explicitly needs
configuration without repository-local agent guidance.
Verify that every generated local skill is present and current before calling
onboarding complete:
fensu.toml only needs your
product roots:
tests defaults to ["tests"], tooling is optional, and every rule family is on
by default. See Configuration for scopes, selection, and
the full schema.
3. Check and read a fault
Run Fensu against the configured repository:0:
1. The
output points at the exact line, shows the source, and explains the fix:
message states the contract that was
violated, and the = help: line states the normal correction. The messages are
written to be read at the moment of violation, by a person or an agent, so the fix
is clear without opening the docs. Look up any code in full with
fensu rule <CODE>.
Next steps
Architecture model
The scopes, roles, and default layout Fensu enforces.
Configuration
Every configuration key, threshold, and contract.
Rule families
What each family (FFL, FFR, FFS, FFN, FFH, FFT, FFA) checks.
Adopting Fensu
Rolling out on a new, small, or large repository.
fensu map
Render a deterministic downstream or upstream call tree for any function.
fensu skills
Generate and verify agent guidance from your active rules.

