Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Fresh Strict Example

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" in tach.toml
  • source, tests, coverage, and package paths all point at src and tests

Run from this directory after installing Agent Maintainer:

python -m agent_maintainer doctor
python -m agent_maintainer verify --profile precommit --base-ref HEAD