LICENSE
README.md
pyproject.toml
src/martenweave_core.egg-info/PKG-INFO
src/martenweave_core.egg-info/SOURCES.txt
src/martenweave_core.egg-info/dependency_links.txt
src/martenweave_core.egg-info/entry_points.txt
src/martenweave_core.egg-info/requires.txt
src/martenweave_core.egg-info/top_level.txt
src/modelops_core/__init__.py
src/modelops_core/__version__.py
src/modelops_core/cli.py
src/modelops_core/config.py
src/modelops_core/errors.py
src/modelops_core/mcp_server.py
src/modelops_core/paths.py
src/modelops_core/ai/__init__.py
src/modelops_core/ai/context_builder.py
src/modelops_core/ai/kimi_adapter.py
src/modelops_core/ai/patch_proposal_service.py
src/modelops_core/ai/prompt_registry.py
src/modelops_core/ai/provider_adapter.py
src/modelops_core/ai/google_adk/__init__.py
src/modelops_core/ai/google_adk/agent.py
src/modelops_core/ai/google_adk/tools.py
src/modelops_core/api/__init__.py
src/modelops_core/api/app.py
src/modelops_core/approval/__init__.py
src/modelops_core/approval/risk_service.py
src/modelops_core/assessment/__init__.py
src/modelops_core/assessment/assessment_service.py
src/modelops_core/bundle/__init__.py
src/modelops_core/bundle/git_bundle_service.py
src/modelops_core/change_request/__init__.py
src/modelops_core/change_request/service.py
src/modelops_core/connectors/__init__.py
src/modelops_core/connectors/adapter.py
src/modelops_core/connectors/github.py
src/modelops_core/connectors/google_drive.py
src/modelops_core/connectors/google_sheets.py
src/modelops_core/connectors/local_file.py
src/modelops_core/diff/__init__.py
src/modelops_core/diff/diff_service.py
src/modelops_core/docs/static_doc_generator.py
src/modelops_core/domain_packs/__init__.py
src/modelops_core/domain_packs/base.py
src/modelops_core/domain_packs/sap.py
src/modelops_core/exports/__init__.py
src/modelops_core/exports/export_service.py
src/modelops_core/exports/github_publish_service.py
src/modelops_core/exports/google_sheets_export.py
src/modelops_core/exports/schema_export_service.py
src/modelops_core/fixtures/__init__.py
src/modelops_core/fixtures/fixture_generator.py
src/modelops_core/gaps/__init__.py
src/modelops_core/gaps/gap_detection.py
src/modelops_core/guardrails/__init__.py
src/modelops_core/guardrails/config_guard.py
src/modelops_core/guardrails/secrets.py
src/modelops_core/impact/__init__.py
src/modelops_core/impact/impact_report.py
src/modelops_core/impact/impact_service.py
src/modelops_core/impact/proposal_impact_service.py
src/modelops_core/imports/__init__.py
src/modelops_core/imports/dataset_profiler.py
src/modelops_core/imports/google_sheets_import_service.py
src/modelops_core/imports/import_session.py
src/modelops_core/imports/model_inference_service.py
src/modelops_core/imports/model_sheet_import_service.py
src/modelops_core/imports/privacy.py
src/modelops_core/index/__init__.py
src/modelops_core/index/lineage_edges.py
src/modelops_core/index/queries.py
src/modelops_core/index/query_service.py
src/modelops_core/index/search_documents.py
src/modelops_core/index/sqlite_builder.py
src/modelops_core/issue_draft/__init__.py
src/modelops_core/issue_draft/draft_service.py
src/modelops_core/lineage/__init__.py
src/modelops_core/lineage/edge_model.py
src/modelops_core/lineage/lineage_service.py
src/modelops_core/notifications/__init__.py
src/modelops_core/notifications/event_service.py
src/modelops_core/notifications/preview_service.py
src/modelops_core/patching/__init__.py
src/modelops_core/patching/apply_service.py
src/modelops_core/patching/change_request_service.py
src/modelops_core/patching/change_request_validator.py
src/modelops_core/patching/patch_model.py
src/modelops_core/patching/patch_proposal_service.py
src/modelops_core/patching/patch_validator.py
src/modelops_core/reports/__init__.py
src/modelops_core/reports/analysis_service.py
src/modelops_core/reports/audit_service.py
src/modelops_core/reports/decisions_report.py
src/modelops_core/reports/gap_summary.py
src/modelops_core/reports/health_report.py
src/modelops_core/reports/index_freshness.py
src/modelops_core/reports/ownership_report.py
src/modelops_core/reports/scorecard_service.py
src/modelops_core/reports/source_registry_service.py
src/modelops_core/reports/usage_report_service.py
src/modelops_core/repository/__init__.py
src/modelops_core/repository/parser.py
src/modelops_core/repository/scanner.py
src/modelops_core/schemas/__init__.py
src/modelops_core/schemas/change_request.py
src/modelops_core/schemas/common.py
src/modelops_core/schemas/decision.py
src/modelops_core/schemas/domain.py
src/modelops_core/schemas/issue.py
src/modelops_core/schemas/migration.py
src/modelops_core/schemas/object_models.py
src/modelops_core/schemas/patch_proposal.py
src/modelops_core/schemas/registry.py
src/modelops_core/schemas/source_registry.py
src/modelops_core/schemas/versioning.py
src/modelops_core/telemetry/__init__.py
src/modelops_core/telemetry/ai_usage.py
src/modelops_core/trace/__init__.py
src/modelops_core/trace/trace_service.py
src/modelops_core/validation/__init__.py
src/modelops_core/validation/pipeline.py
src/modelops_core/validation/result.py
tests/test_ai_patch_proposal_service.py
tests/test_ai_usage_telemetry.py
tests/test_analysis_service.py
tests/test_api.py
tests/test_approval_gates.py
tests/test_assessment_package.py
tests/test_audit_log.py
tests/test_business_entity_hierarchy.py
tests/test_change_request_cli.py
tests/test_change_request_service.py
tests/test_change_request_validator.py
tests/test_clean_command.py
tests/test_cli.py
tests/test_cli_contracts.py
tests/test_cli_structure.py
tests/test_config.py
tests/test_connectors.py
tests/test_context_builder.py
tests/test_dataset_profiler.py
tests/test_decisions_cli.py
tests/test_decisions_report.py
tests/test_diff.py
tests/test_docs_build.py
tests/test_domain_packs.py
tests/test_e2e_demo.py
tests/test_e2e_proposal_full_lifecycle.py
tests/test_e2e_proposal_lifecycle.py
tests/test_export_model.py
tests/test_export_schema.py
tests/test_field_usage_scope.py
tests/test_fixture_factories.py
tests/test_fixture_generator.py
tests/test_gap_summary_report.py
tests/test_gaps.py
tests/test_git_bundle.py
tests/test_github_write_integration.py
tests/test_google_adk.py
tests/test_google_drive_import.py
tests/test_google_sheets_export.py
tests/test_google_sheets_import.py
tests/test_health_report_coverage.py
tests/test_impact_report.py
tests/test_impact_service.py
tests/test_import_model_sheet.py
tests/test_index_builder.py
tests/test_index_fresh.py
tests/test_issue_draft.py
tests/test_kimi_adapter.py
tests/test_lifecycle_summary.py
tests/test_lineage_edge_model.py
tests/test_lineage_edges.py
tests/test_lov_governance.py
tests/test_mcp_server.py
tests/test_methodology_validation.py
tests/test_model_inference.py
tests/test_model_spine_templates.py
tests/test_notification_events.py
tests/test_notifications_preview.py
tests/test_ownership.py
tests/test_ownership_report.py
tests/test_patch_apply.py
tests/test_patch_proposal_validation.py
tests/test_performance_smoke.py
tests/test_privacy.py
tests/test_prompt_registry.py
tests/test_proposal_cli.py
tests/test_proposal_impact.py
tests/test_proposal_lifecycle_report.py
tests/test_proposal_review_bundle.py
tests/test_provider_adapter.py
tests/test_query_service.py
tests/test_reference_validation.py
tests/test_relationship_taxonomy.py
tests/test_release_packaging.py
tests/test_repository_parser.py
tests/test_resource_limits.py
tests/test_resource_regression.py
tests/test_sap_context_validation.py
tests/test_scanner.py
tests/test_schema_validation.py
tests/test_schema_versioning.py
tests/test_scorecard.py
tests/test_search_documents.py
tests/test_secret_guardrails.py
tests/test_simple_table_mode.py
tests/test_smoke_demo.py
tests/test_source_registry.py
tests/test_system_lineage.py
tests/test_telemetry.py
tests/test_trace.py
tests/test_usage_report.py
tests/test_validation_result.py