LICENSE
README.md
pyproject.toml
ontocore.egg-info/PKG-INFO
ontocore.egg-info/SOURCES.txt
ontocore.egg-info/dependency_links.txt
ontocore.egg-info/entry_points.txt
ontocore.egg-info/requires.txt
ontocore.egg-info/top_level.txt
src/__init__.py
src/config.py
src/content_parser.py
src/core_ontology.py
src/differ.py
src/drift_report.py
src/env.py
src/exceptions.py
src/explainer.py
src/extractor.py
src/graph_export.py
src/linter.py
src/loader.py
src/main.py
src/prompts.py
src/schemas.py
src/security.py
src/serialization.py
src/skill_registry.py
src/snapshot.py
src/sparql.py
src/storage.py
src/transformer.py
src/validator.py
src/cli/__init__.py
src/cli/__main__.py
src/cli/audit.py
src/cli/compile.py
src/cli/dev.py
src/cli/export.py
src/cli/install.py
src/cli/lint.py
src/cli/query.py
src/cli/registry.py
src/embeddings/__init__.py
src/embeddings/exporter.py
src/registry/__init__.py
src/registry/compile.py
src/registry/index.py
src/registry/install.py
src/registry/models.py
src/registry/paths.py
src/registry/resolve.py
src/registry/state.py
tests/test_cli.py
tests/test_config.py
tests/test_content_parser.py
tests/test_core_ontology.py
tests/test_differ.py
tests/test_embeddings.py
tests/test_exceptions.py
tests/test_explainer.py
tests/test_extractor.py
tests/test_graph_export.py
tests/test_hydration.py
tests/test_integration.py
tests/test_linter.py
tests/test_loader.py
tests/test_loader_fields.py
tests/test_new_properties.py
tests/test_phase1_integration.py
tests/test_registry.py
tests/test_resolve.py
tests/test_schemas.py
tests/test_security.py
tests/test_serialization.py
tests/test_serialization_props.py
tests/test_sparql.py
tests/test_storage.py
tests/test_subskill_integration.py
tests/test_transformer.py
tests/test_validation.py