Run Hecate from the project root:
hecate check
The command discovers [tool.hecate] in pyproject.toml. To use another TOML
file, pass --config:
hecate check --config architecture.toml
Use JSON output for machine consumers:
hecate check --format json
Text output is deterministic and suitable for snapshot tests.