LICENSE
README.md
pyproject.toml
src/analyzers/__init__.py
src/analyzers/build_failure_analyzer.py
src/analyzers/conforma_analyzer.py
src/analyzers/models.py
src/analyzers/release_failure_analyzer.py
src/analyzers/scenarios_analyzer.py
src/api/__init__.py
src/api/__main__.py
src/api/errors.py
src/api/middleware.py
src/api/validators.py
src/api/routes/__init__.py
src/api/routes/analyses.py
src/api/routes/applications.py
src/api/routes/config.py
src/api/routes/exports.py
src/api/routes/external.py
src/api/routes/failures.py
src/api/routes/fixes.py
src/api/routes/health.py
src/api/routes/patterns.py
src/api/routes/releases.py
src/api/routes/skills.py
src/api/routes/triage.py
src/api/routes/violations.py
src/cli/__init__.py
src/cli/api_client.py
src/cli/completions.py
src/cli/config.py
src/cli/data.py
src/cli/db.py
src/cli/formatting.py
src/cli/ic_config.py
src/cli/log_filter.py
src/cli/main.py
src/cli/mode.py
src/cli/progress.py
src/cli/suggest.py
src/cli/commands/__init__.py
src/cli/commands/triage.py
src/clients/__init__.py
src/clients/anthropic_provider.py
src/clients/blob_store.py
src/clients/github_client.py
src/clients/gitlab_client.py
src/clients/jira_client.py
src/clients/konflux_client.py
src/clients/kubearchive.py
src/clients/kubernetes.py
src/clients/langfuse_tracker.py
src/clients/llm_provider.py
src/clients/pipeline_source.py
src/clients/pipelinerun_query.py
src/clients/pyxis_client.py
src/clients/registry_client.py
src/clients/tekton_results.py
src/clients/unified.py
src/clients/vertex_ai_provider.py
src/collectors/__init__.py
src/collectors/build_failure_collector.py
src/collectors/commit_context_collector.py
src/collectors/conforma_violation_collector.py
src/collectors/status_synchronizer.py
src/enrichment/__init__.py
src/enrichment/context_source.py
src/enrichment/enrichment_orchestrator.py
src/enrichment/sources/__init__.py
src/enrichment/sources/build_history.py
src/enrichment/sources/dependency_context.py
src/enrichment/sources/open_prs.py
src/enrichment/sources/related_failures.py
src/fixers/__init__.py
src/fixers/auto_fix.py
src/fixers/fix_generator.py
src/fixers/verify_fixes.py
src/ic_tool.egg-info/PKG-INFO
src/ic_tool.egg-info/SOURCES.txt
src/ic_tool.egg-info/dependency_links.txt
src/ic_tool.egg-info/entry_points.txt
src/ic_tool.egg-info/requires.txt
src/ic_tool.egg-info/top_level.txt
src/mcp_server/__init__.py
src/mcp_server/__main__.py
src/mcp_server/models.py
src/mcp_server/tools.py
src/patterns/__init__.py
src/patterns/category_matcher.py
src/patterns/pattern_matcher.py
src/patterns/pattern_matching_service.py
src/proactive/__init__.py
src/proactive/health_monitor.py
src/proactive/ref_cache.py
src/proactive/trigger_diagnosis.py
src/repositories/__init__.py
src/repositories/ai_analysis_repository.py
src/repositories/build_failure_repository.py
src/repositories/config_repository.py
src/repositories/conforma_repository.py
src/repositories/connection.py
src/repositories/context_enrichment_repository.py
src/repositories/error_pattern_repository.py
src/repositories/jira_comment_draft_repository.py
src/repositories/repository_factory.py
src/repositories/resolution_attempt_repository.py
src/repositories/sync_status_repository.py
src/repositories/triage_repository.py
src/services/__init__.py
src/services/batch_analysis_service.py
src/skills/__init__.py
src/skills/db_registry.py
src/skills/executor.py
src/skills/known_sources.py
src/skills/loader.py
src/skills/models.py
src/skills/registry.py
src/skills/sandbox.py
src/skills/validator.py
src/tests/test_blob_store.py
src/tests/test_comprehensive_collector.py
src/tests/test_config.py
src/tests/test_conforma_collector.py
src/tests/test_database.py
src/tests/test_extractors.py
src/tests/test_fix_generator.py
src/tests/test_health_monitor.py
src/tests/test_integration_ai.py
src/tests/test_integration_api.py
src/tests/test_kubearchive_client.py
src/tests/test_log_filter.py
src/tests/test_models.py
src/tests/test_pipelinerun_query.py
src/tests/test_ref_cache.py
src/tests/test_resolution_tracking.py
src/tests/test_skill_executor.py
src/tests/test_skill_registry.py
src/tests/test_skill_validator.py
src/tests/test_suggest.py
src/tests/test_tekton_parsers.py
src/tests/test_trigger_diagnosis.py
src/tests/test_watch_cli.py
src/tests/test_watcher_daemon.py
src/tests/test_watcher_handlers.py
src/tests/test_watcher_phase2.py
src/tests/test_worker.py
src/utils/__init__.py
src/utils/log_filter.py
src/watcher/__init__.py
src/watcher/__main__.py
src/watcher/daemon.py
src/watcher/handlers.py
src/worker/__init__.py
src/worker/__main__.py
src/worker/health.py
src/worker/pipeline.py