Metadata-Version: 2.4
Name: sarj-standards
Version: 3.0.1
Summary: One deterministic quality gate for Sarj Python, TypeScript, SQL, IaC, and repository policy.
Project-URL: Homepage, https://code-standards.sarj.ai/
Project-URL: Repository, https://github.com/sarj-ai/standards
Project-URL: Issues, https://github.com/sarj-ai/standards/issues
Author: sarj-ai
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.14
Requires-Dist: basedpyright==1.39.9
Requires-Dist: lefthook==2.1.10
Requires-Dist: packaging==26.2
Requires-Dist: pathspec==1.1.1
Requires-Dist: pre-commit==4.6.1
Requires-Dist: pyyaml==6.0.3
Requires-Dist: ruff==0.16.0
Requires-Dist: sarj-iac-lint==0.8.0
Requires-Dist: sarj-python-lint==0.58.0
Requires-Dist: sarj-sql-lint==0.10.0
Requires-Dist: sqlfluff==4.2.2
Description-Content-Type: text/markdown

<!-- Generated by `sarj-standards maintain docs sync`; do not edit. -->

# sarj-standards

One deterministic quality gate for Sarj Python, TypeScript, SQL, IaC, and repository policy.

## Package metadata

| Field | Value |
| --- | --- |
| Version | `3.0.1` |
| Registry | PyPI |
| License | MIT |
| Runtime | `Python >=3.14` |

## Command-line reference

| Command | Entrypoint | Help |
| --- | --- | --- |
| `sarj-standards` | `sarj_standards.__main__:main` | `sarj-standards --help` |

## Rule catalog

| Rule | Summary | Default | Autofix |
| --- | --- | --- | --- |
| `text:commented-out-config` | commented-out config syntax | `error` | `none` |
| `text:config-comment-wall` | four-entry config narration wall with 75% weak restatements | `error` | `none` |
| `text:ephemeral-execution-artifact` | ephemeral execution brief, audit report, or change diary | `error` | `none` |
| `text:unpinned-github-action` | remote GitHub Action or container action without an immutable digest | `error` | `none` |

## Project links

- [Homepage](https://code-standards.sarj.ai/)
- [Issues](https://github.com/sarj-ai/standards/issues)
- [Repository](https://github.com/sarj-ai/standards)

Package metadata is generated from [`pyproject.toml`](pyproject.toml).
