This example shows the shape of a small new Python repository that opts into strict Agent Maintainer checks from the start.
Key choices:
mode = "fresh-strict"architecture_tool = "tach"root_module = "forbid"intach.toml- source, tests, coverage, and package paths all point at
srcandtests
Run from this directory after installing Agent Maintainer:
python -m agent_maintainer doctor
python -m agent_maintainer verify --profile precommit --base-ref HEAD