Skip to main content
The strata command initializes policy, checks repositories, explains rules, maps call flow, and installs generated agent guidance.
strata --help
Usage: strata {init,check,rule,map,skills} ...

Commands:
  init    Initialize Strata configuration for a repository.
  check   Evaluate repository architecture rules.
  rule    Show details for one rule.
  map     Render a downstream project call map.
  skills  Generate and install agent guidance.

Commands

CommandPurpose
strata initDetect a repository and write starting configuration.
strata checkEvaluate blocking rules and optional warnings.
strata ruleInspect one core or custom rule.
strata mapRender a downstream project call tree.
strata skillsGenerate, install, and verify project agent guidance.
Run strata <command> --help for command-specific options.

Version

Both help forms exit 0:
strata --help
strata -h
Print the installed package version with:
strata --version
strata 0.4.0
The PyPI distribution is stratalint, while the installed command is strata.

Exit codes

Commands generally use 0 for success and 2 for usage, configuration, or setup errors. strata check uses 1 for blocking faults, and strata skills update --check uses 1 when generated files need an update. See each command page for its complete contract.