LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
skillmeat/__init__.py
skillmeat/config.py
skillmeat/defaults.py
skillmeat/exit_codes.py
skillmeat/models.py
skillmeat/wrapper.py
skillmeat.egg-info/PKG-INFO
skillmeat.egg-info/SOURCES.txt
skillmeat.egg-info/dependency_links.txt
skillmeat.egg-info/entry_points.txt
skillmeat.egg-info/requires.txt
skillmeat.egg-info/top_level.txt
skillmeat/api/__init__.py
skillmeat/api/config.py
skillmeat/api/dependencies.py
skillmeat/api/openapi.py
skillmeat/api/project_registry.py
skillmeat/api/server.py
skillmeat/api/auth/__init__.py
skillmeat/api/auth/clerk_provider.py
skillmeat/api/auth/local_provider.py
skillmeat/api/auth/provider.py
skillmeat/api/middleware/__init__.py
skillmeat/api/middleware/auth.py
skillmeat/api/middleware/burst_detection.py
skillmeat/api/middleware/enterprise_auth.py
skillmeat/api/middleware/filesystem_error_handler.py
skillmeat/api/middleware/observability.py
skillmeat/api/middleware/rate_limit.py
skillmeat/api/middleware/tenant_context.py
skillmeat/api/routers/__init__.py
skillmeat/api/routers/artifact_activity.py
skillmeat/api/routers/artifact_history.py
skillmeat/api/routers/auth_session.py
skillmeat/api/routers/bom.py
skillmeat/api/routers/bundle_commits.py
skillmeat/api/routers/bundles.py
skillmeat/api/routers/cache.py
skillmeat/api/routers/collections.py
skillmeat/api/routers/colors.py
skillmeat/api/routers/composites.py
skillmeat/api/routers/config.py
skillmeat/api/routers/context_entities.py
skillmeat/api/routers/context_modules.py
skillmeat/api/routers/context_packing.py
skillmeat/api/routers/context_sync.py
skillmeat/api/routers/deployment_profiles.py
skillmeat/api/routers/deployment_sets.py
skillmeat/api/routers/deployments.py
skillmeat/api/routers/enterprise_admin_sync.py
skillmeat/api/routers/enterprise_artifacts.py
skillmeat/api/routers/enterprise_cascade_policies.py
skillmeat/api/routers/enterprise_collections.py
skillmeat/api/routers/enterprise_content.py
skillmeat/api/routers/enterprise_team_sync.py
skillmeat/api/routers/enterprise_tier_diff.py
skillmeat/api/routers/git_connections.py
skillmeat/api/routers/git_credentials.py
skillmeat/api/routers/governance.py
skillmeat/api/routers/groups.py
skillmeat/api/routers/health.py
skillmeat/api/routers/icon_packs.py
skillmeat/api/routers/idp_integration.py
skillmeat/api/routers/marketplace.py
skillmeat/api/routers/marketplace_catalog.py
skillmeat/api/routers/marketplace_sources.py
skillmeat/api/routers/match.py
skillmeat/api/routers/mcp.py
skillmeat/api/routers/memory_items.py
skillmeat/api/routers/merge.py
skillmeat/api/routers/project_templates.py
skillmeat/api/routers/projects.py
skillmeat/api/routers/ratings.py
skillmeat/api/routers/scaffold_templates.py
skillmeat/api/routers/settings.py
skillmeat/api/routers/sync_capture.py
skillmeat/api/routers/sync_capture_config.py
skillmeat/api/routers/tags.py
skillmeat/api/routers/tiers.py
skillmeat/api/routers/user_collections.py
skillmeat/api/routers/versions.py
skillmeat/api/routers/webhooks.py
skillmeat/api/routers/workflow_executions.py
skillmeat/api/routers/workflows.py
skillmeat/api/schemas/__init__.py
skillmeat/api/schemas/analytics.py
skillmeat/api/schemas/artifacts.py
skillmeat/api/schemas/associations.py
skillmeat/api/schemas/auth.py
skillmeat/api/schemas/auth_session.py
skillmeat/api/schemas/bom.py
skillmeat/api/schemas/bundles.py
skillmeat/api/schemas/cache.py
skillmeat/api/schemas/category.py
skillmeat/api/schemas/collections.py
skillmeat/api/schemas/colors.py
skillmeat/api/schemas/common.py
skillmeat/api/schemas/composites.py
skillmeat/api/schemas/config.py
skillmeat/api/schemas/context_entity.py
skillmeat/api/schemas/context_module.py
skillmeat/api/schemas/context_sync.py
skillmeat/api/schemas/deployment_profiles.py
skillmeat/api/schemas/deployment_sets.py
skillmeat/api/schemas/deployments.py
skillmeat/api/schemas/discovery.py
skillmeat/api/schemas/drift.py
skillmeat/api/schemas/enterprise.py
skillmeat/api/schemas/enterprise_admin_sync.py
skillmeat/api/schemas/enterprise_cascade_policy.py
skillmeat/api/schemas/enterprise_team_sync.py
skillmeat/api/schemas/enterprise_tier_diff.py
skillmeat/api/schemas/entity_type_config.py
skillmeat/api/schemas/errors.py
skillmeat/api/schemas/git_connector.py
skillmeat/api/schemas/git_credential.py
skillmeat/api/schemas/groups.py
skillmeat/api/schemas/icon_packs.py
skillmeat/api/schemas/idp_integration.py
skillmeat/api/schemas/idp_telemetry.py
skillmeat/api/schemas/marketplace.py
skillmeat/api/schemas/match.py
skillmeat/api/schemas/mcp.py
skillmeat/api/schemas/memory.py
skillmeat/api/schemas/merge.py
skillmeat/api/schemas/platform_defaults.py
skillmeat/api/schemas/project_template.py
skillmeat/api/schemas/projects.py
skillmeat/api/schemas/scaffold_templates.py
skillmeat/api/schemas/scoring.py
skillmeat/api/schemas/settings.py
skillmeat/api/schemas/sync_capture.py
skillmeat/api/schemas/sync_capture_config.py
skillmeat/api/schemas/tags.py
skillmeat/api/schemas/telemetry.py
skillmeat/api/schemas/user_collections.py
skillmeat/api/schemas/vcs_v2.py
skillmeat/api/schemas/version.py
skillmeat/api/schemas/workflow.py
skillmeat/cache/__init__.py
skillmeat/cache/auth_types.py
skillmeat/cache/bundle_commit_repository.py
skillmeat/cache/collection_cache.py
skillmeat/cache/column_types.py
skillmeat/cache/composite_repository.py
skillmeat/cache/constants.py
skillmeat/cache/deployment_stats_cache.py
skillmeat/cache/enterprise_repositories.py
skillmeat/cache/execution_outcome_repository.py
skillmeat/cache/execution_step_repository.py
skillmeat/cache/fqan_utils.py
skillmeat/cache/manager.py
skillmeat/cache/marketplace.py
skillmeat/cache/memory_repositories.py
skillmeat/cache/models.py
skillmeat/cache/models_enterprise.py
skillmeat/cache/models_telemetry.py
skillmeat/cache/project_agentic_metrics_repository.py
skillmeat/cache/refresh.py
skillmeat/cache/repositories.py
skillmeat/cache/repository.py
skillmeat/cache/repository_factory.py
skillmeat/cache/scaffold_template_repository.py
skillmeat/cache/schema.py
skillmeat/cache/seed_entity_types.py
skillmeat/cache/session.py
skillmeat/cache/similarity_cache.py
skillmeat/cache/version_utils.py
skillmeat/cache/watcher.py
skillmeat/cache/workflow_execution_repository.py
skillmeat/cache/workflow_repository.py
skillmeat/cache/workflow_transaction.py
skillmeat/cli/__init__.py
skillmeat/cli/auth_flow.py
skillmeat/cli/auth_utils.py
skillmeat/cli/credential_store.py
skillmeat/cli/enterprise_commands.py
skillmeat/cli/http_client.py
skillmeat/cli/workflow.py
skillmeat/cli/commands/__init__.py
skillmeat/cli/commands/attest.py
skillmeat/cli/commands/auth.py
skillmeat/cli/commands/bom.py
skillmeat/cli/commands/bundle.py
skillmeat/cli/commands/history.py
skillmeat/cli/commands/scaffold.py
skillmeat/cli/commands/scaffold_from_context.py
skillmeat/cli/commands/template.py
skillmeat/core/__init__.py
skillmeat/core/analytics.py
skillmeat/core/artifact.py
skillmeat/core/artifact_detection.py
skillmeat/core/artifact_restore.py
skillmeat/core/cache.py
skillmeat/core/ccdash_service.py
skillmeat/core/clone_target.py
skillmeat/core/collection.py
skillmeat/core/collection_import.py
skillmeat/core/compliance_gate_service.py
skillmeat/core/content_assembly.py
skillmeat/core/cross_tier_diff.py
skillmeat/core/deduplication.py
skillmeat/core/deployment.py
skillmeat/core/deployment_profile.py
skillmeat/core/deployment_sets.py
skillmeat/core/diff_engine.py
skillmeat/core/discovery.py
skillmeat/core/discovery_metrics.py
skillmeat/core/enterprise_config.py
skillmeat/core/enterprise_deploy.py
skillmeat/core/enterprise_http.py
skillmeat/core/enterprise_migration.py
skillmeat/core/enterprise_sync.py
skillmeat/core/enterprise_version_scope.py
skillmeat/core/enums.py
skillmeat/core/exceptions.py
skillmeat/core/forced_rollout.py
skillmeat/core/fqan_resolver.py
skillmeat/core/fs_watcher.py
skillmeat/core/ghost_version_detector.py
skillmeat/core/git_repo_scan_service.py
skillmeat/core/github_client.py
skillmeat/core/github_metadata.py
skillmeat/core/hard_update_service.py
skillmeat/core/hashing.py
skillmeat/core/importer.py
skillmeat/core/manifest_extractors.py
skillmeat/core/merge_engine.py
skillmeat/core/ownership.py
skillmeat/core/path_resolver.py
skillmeat/core/path_tags.py
skillmeat/core/platform_defaults.py
skillmeat/core/refresher.py
skillmeat/core/search.py
skillmeat/core/shadow_tracker.py
skillmeat/core/similarity.py
skillmeat/core/skip_preferences.py
skillmeat/core/sync.py
skillmeat/core/sync_capture_service.py
skillmeat/core/sync_hierarchy.py
skillmeat/core/sync_tasks.py
skillmeat/core/tier_enforcement.py
skillmeat/core/upstream_cascade.py
skillmeat/core/usage_reports.py
skillmeat/core/validation.py
skillmeat/core/version.py
skillmeat/core/version_backfill.py
skillmeat/core/version_graph.py
skillmeat/core/version_lineage.py
skillmeat/core/version_merge.py
skillmeat/core/version_service.py
skillmeat/core/version_topology_service.py
skillmeat/core/version_tracking.py
skillmeat/core/auth/__init__.py
skillmeat/core/auth/auto_bind.py
skillmeat/core/auth/membership_repository.py
skillmeat/core/auth/ownership_context.py
skillmeat/core/auth/ownership_resolver.py
skillmeat/core/auth/scope_enforcement.py
skillmeat/core/auth/storage.py
skillmeat/core/auth/token_manager.py
skillmeat/core/mcp/__init__.py
skillmeat/core/mcp/deployment.py
skillmeat/core/mcp/health.py
skillmeat/core/mcp/metadata.py
skillmeat/core/sharing/__init__.py
skillmeat/core/sharing/bom.py
skillmeat/core/sharing/builder.py
skillmeat/core/sharing/bundle.py
skillmeat/core/sharing/hasher.py
skillmeat/core/sharing/importer.py
skillmeat/core/sharing/manifest.py
skillmeat/core/sharing/strategies.py
skillmeat/core/sharing/validator.py
skillmeat/core/signing/__init__.py
skillmeat/core/signing/key_manager.py
skillmeat/core/signing/signer.py
skillmeat/core/signing/storage.py
skillmeat/core/signing/verifier.py
skillmeat/marketplace/__init__.py
skillmeat/marketplace/broker.py
skillmeat/marketplace/license_validator.py
skillmeat/marketplace/metadata.py
skillmeat/marketplace/models.py
skillmeat/marketplace/publishing.py
skillmeat/marketplace/registry.py
skillmeat/marketplace/security_scanner.py
skillmeat/marketplace/submission_tracker.py
skillmeat/marketplace/brokers/__init__.py
skillmeat/marketplace/brokers/claudehub_broker.py
skillmeat/marketplace/brokers/custom_broker.py
skillmeat/marketplace/brokers/mock_broker.py
skillmeat/marketplace/brokers/skillmeat_broker.py
skillmeat/observability/__init__.py
skillmeat/observability/context.py
skillmeat/observability/logging_config.py
skillmeat/observability/metrics.py
skillmeat/observability/timing.py
skillmeat/observability/tracing.py
skillmeat/sources/__init__.py
skillmeat/sources/base.py
skillmeat/sources/github.py
skillmeat/sources/local.py
skillmeat/storage/__init__.py
skillmeat/storage/analytics.py
skillmeat/storage/deployment.py
skillmeat/storage/lockfile.py
skillmeat/storage/manifest.py
skillmeat/storage/project.py
skillmeat/storage/rating_store.py
skillmeat/storage/snapshot.py
skillmeat/utils/__init__.py
skillmeat/utils/diff.py
skillmeat/utils/filesystem.py
skillmeat/utils/frontmatter_writer.py
skillmeat/utils/logging.py
skillmeat/utils/metadata.py
skillmeat/utils/migration.py
skillmeat/utils/toml_compat.py
skillmeat/utils/validator.py
skillmeat/web/__init__.py
skillmeat/web/doctor.py
skillmeat/web/manager.py
skillmeat/web/requirements.py
tests/test_api_colors.py
tests/test_api_deployment_profiles.py
tests/test_api_similar.py
tests/test_artifact_detection_regression.py
tests/test_associations_api.py
tests/test_backfill_migration.py
tests/test_bundle_commit_service.py
tests/test_bundle_entity.py
tests/test_bundle_export_composite.py
tests/test_bundle_format.py
tests/test_bundle_observability.py
tests/test_cache.py
tests/test_cache_deployment_profile_repository.py
tests/test_cache_marketplace.py
tests/test_cache_recovery.py
tests/test_cache_repository.py
tests/test_cache_version_utils.py
tests/test_cache_watcher.py
tests/test_cache_watcher_profiles.py
tests/test_cas_blob_backend.py
tests/test_cas_service.py
tests/test_claude_only_regression.py
tests/test_claudectl_workflows.py
tests/test_clerk_db_role_override.py
tests/test_cli_add_functional.py
tests/test_cli_alias.py
tests/test_cli_analytics.py
tests/test_cli_artifact_sync.py
tests/test_cli_auth_integration.py
tests/test_cli_composites.py
tests/test_cli_context.py
tests/test_cli_core.py
tests/test_cli_diff.py
tests/test_cli_init_profile.py
tests/test_cli_marketplace_integration.py
tests/test_cli_match.py
tests/test_cli_memory_commands.py
tests/test_cli_search.py
tests/test_cli_similar.py
tests/test_cli_zero_auth.py
tests/test_collection_import.py
tests/test_collection_metadata.py
tests/test_composite_detection.py
tests/test_composite_memberships.py
tests/test_composites_api.py
tests/test_concurrent_access.py
tests/test_consolidation_api.py
tests/test_context_booster.py
tests/test_context_entity_cross_profile.py
tests/test_context_entity_detection.py
tests/test_core_context_path_validator.py
tests/test_core_deployment_profile_aware.py
tests/test_core_models_deployment_profile.py
tests/test_core_path_resolver.py
tests/test_deduplication.py
tests/test_defaults.py
tests/test_deployment_baseline.py
tests/test_deployment_member_artifacts.py
tests/test_deployment_set_service.py
tests/test_deployment_sets_integration.py
tests/test_deployment_sets_performance.py
tests/test_deployment_status.py
tests/test_diff_basic.py
tests/test_discovery_profile_aware.py
tests/test_dummy.py
tests/test_duplicate_detection.py
tests/test_duplicate_pair_repository.py
tests/test_dvcs_5b_backend.py
tests/test_embedder.py
tests/test_enterprise_artifact_upstream.py
tests/test_enterprise_code_hygiene.py
tests/test_enterprise_import_cli.py
tests/test_enterprise_static_analysis.py
tests/test_exit_codes.py
tests/test_field_validation.py
tests/test_hashing.py
tests/test_idp_integration.py
tests/test_import_orchestration.py
tests/test_integration_dto_contracts.py
tests/test_manifest_sync_service.py
tests/test_marketplace_catalog_repository.py
tests/test_marketplace_import_endpoint.py
tests/test_match_analyzer.py
tests/test_mcp_deployment.py
tests/test_mcp_health.py
tests/test_mcp_metadata.py
tests/test_merge_engine.py
tests/test_merge_error_handling.py
tests/test_metadata_write_through.py
tests/test_migration_polymorphic_bundle.py
tests/test_migration_script.py
tests/test_multi_platform_fresh_projects.py
tests/test_observability_composite.py
tests/test_phase3_bundle_deploy.py
tests/test_phase4_remediation.py
tests/test_phase6_dto_coverage.py
tests/test_platform_detection_import.py
tests/test_plugin_storage.py
tests/test_refresh_field_validation_integration.py
tests/test_refresh_job.py
tests/test_repositories_coverage.py
tests/test_repositories_integration.py
tests/test_scaffold_templates_api.py
tests/test_search.py
tests/test_search_projects.py
tests/test_shell_compatibility.py
tests/test_similarity_cache.py
tests/test_similarity_service.py
tests/test_skill_associations_api.py
tests/test_smoke.py
tests/test_symlink_path_resolution.py
tests/test_sync.py
tests/test_sync_capture_cascade.py
tests/test_sync_capture_config.py
tests/test_sync_capture_rate_limit.py
tests/test_sync_cli_ux.py
tests/test_sync_diff_service.py
tests/test_sync_merge_fallback.py
tests/test_sync_plugin.py
tests/test_sync_pull.py
tests/test_sync_rollback.py
tests/test_sync_workflows.py
tests/test_template_generator.py
tests/test_template_performance.py
tests/test_template_profile_deploy.py
tests/test_text_similarity.py
tests/test_three_way_diff.py
tests/test_three_way_merge.py
tests/test_tier_enforcement.py
tests/test_tier_expansion_detection.py
tests/test_update_flow.py
tests/test_update_integration_enhancements.py
tests/test_uuid_migration_regression.py
tests/test_validators_context.py
tests/test_vcs_feature_flag_smoke.py
tests/test_version_api_integration.py
tests/test_version_lineage.py
tests/test_version_merge.py
tests/test_workflow_api.py
tests/test_workflow_bundle.py
tests/test_workflow_cli.py
tests/test_workflow_e2e.py
tests/test_workflow_feature_flag.py