Script Reference
Standard-tooling provides two categories of tools: Python CLI tools
installed as st-* console scripts, and bash validators consumed via
PATH.
Bash Validators
Git Hooks
Validation Drivers
The following bash scripts orchestrate language-specific local validation
and are consumed via PATH:
| Script |
Purpose |
validate-local-common |
Shared checks (shellcheck, markdownlint) |
validate-local-python |
Python-specific validation |
validate-local-go |
Go-specific validation |
validate-local-java |
Java-specific validation |
These are called by st-validate-local based on the primary_language
in the repository profile.