README.md
pyproject.toml
setup.py
rawctx/__init__.py
rawctx/cli.py
rawctx/config.py
rawctx/downloads.py
rawctx/errors.py
rawctx/filesystem.py
rawctx/limits.py
rawctx/package_ops.py
rawctx/path_policy.py
rawctx/prompting.py
rawctx/readme.py
rawctx/sdk.py
rawctx/semantic.py
rawctx/validation.py
rawctx.egg-info/PKG-INFO
rawctx.egg-info/SOURCES.txt
rawctx.egg-info/dependency_links.txt
rawctx.egg-info/entry_points.txt
rawctx.egg-info/requires.txt
rawctx.egg-info/top_level.txt
rawctx/commands/__init__.py
rawctx/commands/claim.py
rawctx/commands/common.py
rawctx/commands/convert.py
rawctx/commands/diff.py
rawctx/commands/download.py
rawctx/commands/index.py
rawctx/commands/info.py
rawctx/commands/login.py
rawctx/commands/pack.py
rawctx/commands/publish.py
rawctx/commands/search.py
rawctx/commands/snapshot_download.py
rawctx/commands/to_prompt.py
rawctx/commands/validate.py
rawctx/converter/__init__.py
rawctx/converter/base.py
rawctx/converter/cube_to_osi.py
rawctx/converter/metricflow_case_modules.py
rawctx/converter/metricflow_to_osi.py
rawctx/converter/owl_to_osi.py
rawctx/diff/__init__.py
rawctx/diff/classifier.py
rawctx/diff/eval.py
rawctx/diff/formatters.py
rawctx/diff/models.py
rawctx/diff/prompt.py
rawctx/diff/semantic.py
rawctx/formats/__init__.py
rawctx/formats/cube.py
rawctx/formats/metricflow.py
rawctx/formats/osi.py
rawctx/formats/owl.py
rawctx/indexer/__init__.py
rawctx/indexer/dbt.py
rawctx/indexer/git.py
rawctx/indexer/github.py
rawctx/package_formats/__init__.py
rawctx/package_formats/base.py
rawctx/package_formats/metricflow.py
rawctx/package_formats/osi.py
rawctx/packaging/__init__.py
rawctx/packaging/builder.py
rawctx/packaging/manifest.py
rawctx/packaging/resolver.py
rawctx/registry/__init__.py
rawctx/registry/auth.py
rawctx/registry/client.py
rawctx/registry/models.py
rawctx/schemas/osi/v1.0/schema.json
tests/test_claim_command_online.py
tests/test_cli.py
tests/test_config.py
tests/test_convert_command.py
tests/test_diff_classifier.py
tests/test_diff_command.py
tests/test_diff_formatters.py
tests/test_download_command_online.py
tests/test_index_cleanup.py
tests/test_index_command.py
tests/test_login_command.py
tests/test_manifest_builder_validation_units.py
tests/test_metricflow_case_modules.py
tests/test_metricflow_upload_units.py
tests/test_package_format_adapters.py
tests/test_path_archive_safety.py
tests/test_publish_command.py
tests/test_readme.py
tests/test_registry_client.py
tests/test_registry_models.py
tests/test_release_build.py
tests/test_round1_cli.py
tests/test_sdk.py
tests/test_search_command_online.py
tests/test_search_info_install_offline.py
tests/test_to_prompt_command.py