LICENSE
MANIFEST.in
README.md
pyproject.toml
src/prometheux.egg-info/PKG-INFO
src/prometheux.egg-info/SOURCES.txt
src/prometheux.egg-info/dependency_links.txt
src/prometheux.egg-info/entry_points.txt
src/prometheux.egg-info/requires.txt
src/prometheux.egg-info/top_level.txt
src/prometheux_cli/__init__.py
src/prometheux_cli/__main__.py
src/prometheux_cli/agents_guide.py
src/prometheux_cli/apply.py
src/prometheux_cli/cli.py
src/prometheux_cli/context.py
src/prometheux_cli/credentials.py
src/prometheux_cli/datasources.py
src/prometheux_cli/loader.py
src/prometheux_cli/openlineage.py
src/prometheux_cli/parsing.py
src/prometheux_cli/plan.py
src/prometheux_cli/reshape.py
src/prometheux_cli/resources.py
src/prometheux_cli/sdk.py
src/prometheux_cli/validation.py
src/prometheux_cli/commands/__init__.py
src/prometheux_cli/commands/app.py
src/prometheux_cli/commands/apply.py
src/prometheux_cli/commands/compute.py
src/prometheux_cli/commands/context.py
src/prometheux_cli/commands/datasource.py
src/prometheux_cli/commands/delete.py
src/prometheux_cli/commands/init.py
src/prometheux_cli/commands/list.py
src/prometheux_cli/commands/login.py
src/prometheux_cli/commands/plan.py
src/prometheux_cli/commands/playbook.py
src/prometheux_cli/commands/policy.py
src/prometheux_cli/commands/pull.py
src/prometheux_cli/commands/query.py
src/prometheux_cli/commands/run.py
src/prometheux_cli/commands/search.py
src/prometheux_cli/commands/show.py
src/prometheux_cli/commands/skill.py
src/prometheux_cli/commands/snapshot.py
src/prometheux_cli/commands/status.py
src/prometheux_cli/commands/template.py
src/prometheux_cli/commands/validate.py
src/prometheux_cli/scaffold/CLAUDE.md
src/prometheux_cli/scaffold/prometheux.workspace.yaml
src/prometheux_cli/scaffold/context/market.context.md
src/prometheux_cli/scaffold/context/facts/market-segments.md
src/prometheux_cli/scaffold/ontologies/example/prometheux.yaml
src/prometheux_cli/scaffold/ontologies/example/concepts/company_policy.context.yaml
src/prometheux_cli/scaffold/ontologies/example/concepts/customers.meta.yaml
src/prometheux_cli/scaffold/ontologies/example/concepts/customers.vadalog
src/prometheux_cli/scaffold/ontologies/example/concepts/risk_score.meta.yaml
src/prometheux_cli/scaffold/ontologies/example/concepts/risk_score.vadalog
src/prometheux_cli/scaffold/ontologies/example/concepts/summarize.llm.md
src/prometheux_cli/scaffold/ontologies/example/context/credit-risk.md
src/prometheux_cli/scaffold/ontologies/example/context/domain.context.md
src/prometheux_cli/scaffold/ontologies/example/datasources/snowflake_prod.yaml
src/prometheux_cli/scaffold/ontologies/example/ontology/schema.yaml
src/prometheux_cli/schemas/concept-meta.schema.json
src/prometheux_cli/schemas/context-concept.schema.json
src/prometheux_cli/schemas/context-set.schema.json
src/prometheux_cli/schemas/datasource.schema.json
src/prometheux_cli/schemas/ontology.schema.json
src/prometheux_cli/schemas/workspace.schema.json
src/prometheux_cli/templates/agents_preamble.md
src/prometheux_cli/templates/guide_body.md
src/prometheux_cli/templates/skill_commands.md
tests/test_agents_guide.py
tests/test_apply.py
tests/test_context.py
tests/test_context_apply.py
tests/test_datasources.py
tests/test_delete.py
tests/test_hardening.py
tests/test_init.py
tests/test_list.py
tests/test_loader.py
tests/test_login.py
tests/test_new_commands.py
tests/test_openlineage.py
tests/test_plan.py
tests/test_pull.py
tests/test_reshape.py
tests/test_run.py
tests/test_skill.py
tests/test_status.py
tests/test_validate.py