Metadata-Version: 2.4
Name: ethernium-continuity-omega
Version: 3.0.3
Summary: Continuity Legacy (Omega): Enterprise Oracle. Advanced RAG, cognitive maps, and proactive impact analysis.
Author: SteveBlackbeard
License-Expression: MIT
Project-URL: Homepage, https://github.com/SteveBlackbeard/CONTINUITY-LEGACY-by-Ethernium
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: chromadb>=0.4.0
Requires-Dist: networkx>=3.0
Requires-Dist: sentence-transformers
Dynamic: license-file

# Continuity Legacy Omega

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

Continuity Legacy Omega is part of the Ethernium Continuity Python runtime.

## Install

```bash
pip install ethernium-continuity-omega
```

## Commands

```bash
continuity-omega --help
```

## Role

Advanced continuity with RAG-oriented dependencies, cognitive maps, graph analysis, and higher-cost enterprise workflows.

## Governance Boundary

Continuity Legacy is the Python runtime and governance kernel. Continuity 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\*
```
