Metadata-Version: 2.4
Name: sarj-standards-bootstrap
Version: 1.0.1
Summary: Manifest-driven launcher for an exact Sarj Standards bundle.
Project-URL: Homepage, https://code-standards.sarj.ai/
Project-URL: Documentation, https://code-standards.sarj.ai/cli/
Project-URL: Changelog, https://github.com/sarj-ai/standards/releases
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 :: 5 - Production/Stable
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
Description-Content-Type: text/markdown

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

# sarj-standards-bootstrap

Manifest-driven launcher for an exact Sarj Standards bundle.

```bash
uv tool install sarj-standards-bootstrap
```

Generated CI and hooks pin this protocol package exactly; ordinary Standards upgrades change only `.sarj-standards.toml`.

```bash
uvx --no-config --isolated --python 3.14 --from sarj-standards-bootstrap==1.0.1 sarj-standards check
```

The bootstrap deliberately inherits UV/PIP registry, proxy, certificate, cache, and offline environment policy. `--no-config --isolated` prevents consumer project configuration and installed tools from changing the selected bootstrap or Standards bundle.

[Documentation](https://code-standards.sarj.ai/) · [Source](https://github.com/sarj-ai/standards)
