Metadata-Version: 2.4
Name: chronolith-lite
Version: 3.2.1
Summary: Chronolith (Lite): A professional AI continuity framework for zero-friction context handoffs.
Author: SteveBlackbeard
License-Expression: MIT
Project-URL: Homepage, https://github.com/SteveBlackbeard/CHRONOLITH-by-Ethernium
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# Chronolith Lite

![Version](https://img.shields.io/badge/version-3.0.3-blueviolet)

Chronolith Lite is part of the Ethernium Chronolith Python runtime.

## Install

```bash
pip install chronolith-lite
```

## Commands

```bash
chronolith-lite --help
```

## Role

Minimal local chronolith for fast handoffs, state checks, and lightweight CLI workflows.

## Governance Boundary

Chronolith is the Python runtime and governance kernel. Chronolith Conekta is an external visual control surface, and AgentOps is an extractable incubated tool.

## Quality Gate

Before release, run the root repository checks:

```bash
python scripts/health_guard.py --strict
python scripts/golden_baseline.py verify
pytest -q
python -m build
python -m twine check dist\*
```
