strata command initializes policy, checks repositories, explains rules,
maps call flow, and installs generated agent guidance.
Commands
| Command | Purpose |
|---|---|
strata init | Detect a repository and write starting configuration. |
strata check | Evaluate blocking rules and optional warnings. |
strata rule | Inspect one core or custom rule. |
strata map | Render a downstream project call tree. |
strata skills | Generate, install, and verify project agent guidance. |
strata <command> --help for command-specific options.
Version
Both help forms exit0:
stratalint, while the installed command is strata.
Exit codes
Commands generally use0 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.
