CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/DOCUMENTATION-STANDARDS.md
docs/README.md
docs/SECURITY.md
docs/STRUCTURE.md
docs/_archive/README.md
docs/_archive/analysis-files/ewtn-critical-security-report.md
docs/_archive/old-logs/prompts/agent_engineer_20250915_085239_236.md
docs/_archive/old-logs/prompts/agent_engineer_20250915_114233_697.md
docs/_archive/old-logs/prompts/agent_engineer_20250915_115330_511.md
docs/_archive/old-logs/prompts/agent_engineer_20250915_120516_669.md
docs/_archive/old-logs/prompts/agent_engineer_20250915_124906_951.md
docs/_archive/old-logs/prompts/agent_engineer_20250915_175540_671.md
docs/_archive/old-logs/prompts/agent_engineer_20250915_214023_300.md
docs/_archive/old-logs/prompts/agent_engineer_20250916_130622_510.md
docs/_archive/old-logs/prompts/agent_ops_20250915_123323_419.md
docs/_archive/old-logs/prompts/agent_ops_20250915_134446_128.md
docs/_archive/old-logs/prompts/agent_ops_20250915_184656_725.md
docs/_archive/old-logs/prompts/agent_research_20250915_091233_023.md
docs/_archive/old-logs/prompts/agent_research_20250915_100404_339.md
docs/_archive/old-logs/prompts/agent_research_20250915_110606_413.md
docs/_archive/old-logs/prompts/system_prompt_20250915_084833_641.md
docs/_archive/old-logs/prompts/system_prompt_20250915_090830_660.md
docs/_archive/old-logs/prompts/system_prompt_20250916_130545_822.md
docs/_archive/old-reports/output/database_qualitative_report_20250630_20250824.md
docs/_archive/old-reports/output/narrative_report_20250630_20250824.md
docs/_archive/old-reports/reports-24week/database_qualitative_report_20250303_20250817.md
docs/_archive/old-reports/reports-24week/narrative_report_20250303_20250817.md
docs/_archive/old-reports/test-ewtn-reports/narrative_report_20250810.md
docs/_archive/old-reports/test-reports/database_qualitative_report_20250908_20250914.md
docs/_archive/old-reports/test-reports/narrative_report_20250908_20250914.md
docs/_archive/old-reports/test-weekly-reports/database_qualitative_report_20250623_20250817.md
docs/_archive/old-reports/test-weekly-reports/narrative_report_20250623_20250817.md
docs/_archive/temp-files/CHANGELOG_INTERACTIVE_LAUNCHER.md
docs/_archive/temp-files/CLEANUP_SUMMARY-20250929.md
docs/_archive/temp-files/FEATURES_READY_FOR_TESTING.md
docs/_archive/temp-files/FIX_SUMMARY.md
docs/_archive/temp-files/IMPLEMENTATION_SUMMARY.md
docs/_archive/temp-files/PROGRESS_TRACKING_FIXES.md
docs/_archive/temp-files/PROJECT_CLEANUP_REPORT-20250929.md
docs/_archive/temp-files/README.md
docs/_archive/temp-files/STORY_POINTS_CONFIG_SUMMARY-archived.md
docs/_archive/temp-files/SYNTAX_ERROR_FIX.md
docs/_archive/temp-files/TEST_REPORT_GIT_CLONING.md
docs/_archive/temp-files/TIMEZONE_BUG_RESOLUTION.md
docs/_archive/temp-files/USAGE_EXAMPLES-archived.md
docs/_archive/temp-files/code_analysis_report.md
docs/architecture/README.md
docs/architecture/branch-analysis-optimization.md
docs/architecture/caching-strategy.md
docs/architecture/llm-classifier-refactoring.md
docs/architecture/ml-pipeline.md
docs/configuration/configuration.md
docs/deployment/README.md
docs/design/README.md
docs/design/circuit-breaker-implementation.md
docs/design/commit-classification-design.md
docs/design/git_pm_correlation_design.md
docs/design/platform-agnostic-pm-framework.md
docs/design/qualitative_data_extraction.md
docs/developer/README.md
docs/developer/contributing.md
docs/developer/development-setup.md
docs/developer/project-organization.md
docs/developer/refactoring-guide.md
docs/developer/training-guide.md
docs/examples/README.md
docs/examples/interactive-launcher-examples.md
docs/examples/story-points-configuration.md
docs/getting-started/README.md
docs/getting-started/first-analysis.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/guides/LLM_CLASSIFICATION_GUIDE.md
docs/guides/README.md
docs/guides/chatgpt-setup.md
docs/guides/identity-resolution-enhanced.md
docs/guides/interactive-launcher.md
docs/guides/managing-aliases.md
docs/guides/ml-categorization.md
docs/guides/pm-platform-setup.md
docs/guides/troubleshooting.md
docs/managers/README.md
docs/managers/dashboard-guide.md
docs/managers/faq.md
docs/managers/interpreting-reports.md
docs/managers/metrics-reference.md
docs/managers/quickstart.md
docs/quick-reference/launcher-and-identity.md
docs/reference/README.md
docs/reference/cache-system.md
docs/reference/cli-commands.md
docs/reference/configuration-schema.md
docs/reference/json-export-schema.md
docs/research/bug-investigation-issues-2-3-4-2026-02-03.md
docs/research/csv-generation-narrative-bug-20251222.md
docs/research/manager-onboarding-documentation-analysis-2026-02-03.md
src/gitflow_analytics/__init__.py
src/gitflow_analytics/_version.py
src/gitflow_analytics/cli.py
src/gitflow_analytics/config.py
src/gitflow_analytics/constants.py
src/gitflow_analytics/verify_activity.py
src/gitflow_analytics.egg-info/PKG-INFO
src/gitflow_analytics.egg-info/SOURCES.txt
src/gitflow_analytics.egg-info/dependency_links.txt
src/gitflow_analytics.egg-info/entry_points.txt
src/gitflow_analytics.egg-info/requires.txt
src/gitflow_analytics.egg-info/top_level.txt
src/gitflow_analytics/classification/__init__.py
src/gitflow_analytics/classification/batch_classifier.py
src/gitflow_analytics/classification/classifier.py
src/gitflow_analytics/classification/feature_extractor.py
src/gitflow_analytics/classification/linguist_analyzer.py
src/gitflow_analytics/classification/model.py
src/gitflow_analytics/cli_wizards/__init__.py
src/gitflow_analytics/cli_wizards/install_wizard.py
src/gitflow_analytics/cli_wizards/menu.py
src/gitflow_analytics/cli_wizards/run_launcher.py
src/gitflow_analytics/config/__init__.py
src/gitflow_analytics/config/aliases.py
src/gitflow_analytics/config/errors.py
src/gitflow_analytics/config/loader.py
src/gitflow_analytics/config/profiles.py
src/gitflow_analytics/config/repository.py
src/gitflow_analytics/config/schema.py
src/gitflow_analytics/config/validator.py
src/gitflow_analytics/core/__init__.py
src/gitflow_analytics/core/analyzer.py
src/gitflow_analytics/core/branch_mapper.py
src/gitflow_analytics/core/cache.py
src/gitflow_analytics/core/data_fetcher.py
src/gitflow_analytics/core/git_auth.py
src/gitflow_analytics/core/git_timeout_wrapper.py
src/gitflow_analytics/core/identity.py
src/gitflow_analytics/core/metrics_storage.py
src/gitflow_analytics/core/progress.py
src/gitflow_analytics/core/schema_version.py
src/gitflow_analytics/core/subprocess_git.py
src/gitflow_analytics/extractors/__init__.py
src/gitflow_analytics/extractors/base.py
src/gitflow_analytics/extractors/ml_tickets.py
src/gitflow_analytics/extractors/story_points.py
src/gitflow_analytics/extractors/tickets.py
src/gitflow_analytics/identity_llm/__init__.py
src/gitflow_analytics/identity_llm/analysis_pass.py
src/gitflow_analytics/identity_llm/analyzer.py
src/gitflow_analytics/identity_llm/models.py
src/gitflow_analytics/integrations/__init__.py
src/gitflow_analytics/integrations/github_integration.py
src/gitflow_analytics/integrations/jira_integration.py
src/gitflow_analytics/integrations/orchestrator.py
src/gitflow_analytics/metrics/__init__.py
src/gitflow_analytics/metrics/activity_scoring.py
src/gitflow_analytics/metrics/branch_health.py
src/gitflow_analytics/metrics/dora.py
src/gitflow_analytics/models/__init__.py
src/gitflow_analytics/models/database.py
src/gitflow_analytics/pm_framework/__init__.py
src/gitflow_analytics/pm_framework/base.py
src/gitflow_analytics/pm_framework/models.py
src/gitflow_analytics/pm_framework/orchestrator.py
src/gitflow_analytics/pm_framework/registry.py
src/gitflow_analytics/pm_framework/adapters/__init__.py
src/gitflow_analytics/pm_framework/adapters/jira_adapter.py
src/gitflow_analytics/qualitative/__init__.py
src/gitflow_analytics/qualitative/chatgpt_analyzer.py
src/gitflow_analytics/qualitative/enhanced_analyzer.py
src/gitflow_analytics/qualitative/example_enhanced_usage.py
src/gitflow_analytics/qualitative/classifiers/__init__.py
src/gitflow_analytics/qualitative/classifiers/change_type.py
src/gitflow_analytics/qualitative/classifiers/domain_classifier.py
src/gitflow_analytics/qualitative/classifiers/intent_analyzer.py
src/gitflow_analytics/qualitative/classifiers/llm_commit_classifier.py
src/gitflow_analytics/qualitative/classifiers/risk_analyzer.py
src/gitflow_analytics/qualitative/classifiers/llm/__init__.py
src/gitflow_analytics/qualitative/classifiers/llm/base.py
src/gitflow_analytics/qualitative/classifiers/llm/batch_processor.py
src/gitflow_analytics/qualitative/classifiers/llm/cache.py
src/gitflow_analytics/qualitative/classifiers/llm/cost_tracker.py
src/gitflow_analytics/qualitative/classifiers/llm/openai_client.py
src/gitflow_analytics/qualitative/classifiers/llm/prompts.py
src/gitflow_analytics/qualitative/classifiers/llm/response_parser.py
src/gitflow_analytics/qualitative/core/__init__.py
src/gitflow_analytics/qualitative/core/llm_fallback.py
src/gitflow_analytics/qualitative/core/nlp_engine.py
src/gitflow_analytics/qualitative/core/pattern_cache.py
src/gitflow_analytics/qualitative/core/processor.py
src/gitflow_analytics/qualitative/models/__init__.py
src/gitflow_analytics/qualitative/models/schemas.py
src/gitflow_analytics/qualitative/utils/__init__.py
src/gitflow_analytics/qualitative/utils/batch_processor.py
src/gitflow_analytics/qualitative/utils/cost_tracker.py
src/gitflow_analytics/qualitative/utils/metrics.py
src/gitflow_analytics/qualitative/utils/text_processing.py
src/gitflow_analytics/reports/__init__.py
src/gitflow_analytics/reports/analytics_writer.py
src/gitflow_analytics/reports/base.py
src/gitflow_analytics/reports/branch_health_writer.py
src/gitflow_analytics/reports/classification_writer.py
src/gitflow_analytics/reports/cli_integration.py
src/gitflow_analytics/reports/csv_writer.py
src/gitflow_analytics/reports/data_models.py
src/gitflow_analytics/reports/database_report_generator.py
src/gitflow_analytics/reports/example_usage.py
src/gitflow_analytics/reports/factory.py
src/gitflow_analytics/reports/formatters.py
src/gitflow_analytics/reports/html_generator.py
src/gitflow_analytics/reports/interfaces.py
src/gitflow_analytics/reports/json_exporter.py
src/gitflow_analytics/reports/narrative_writer.py
src/gitflow_analytics/reports/story_point_correlation.py
src/gitflow_analytics/reports/weekly_trends_writer.py
src/gitflow_analytics/security/__init__.py
src/gitflow_analytics/security/config.py
src/gitflow_analytics/security/llm_analyzer.py
src/gitflow_analytics/security/security_analyzer.py
src/gitflow_analytics/security/extractors/__init__.py
src/gitflow_analytics/security/extractors/dependency_checker.py
src/gitflow_analytics/security/extractors/secret_detector.py
src/gitflow_analytics/security/extractors/vulnerability_scanner.py
src/gitflow_analytics/security/reports/__init__.py
src/gitflow_analytics/security/reports/security_report.py
src/gitflow_analytics/training/__init__.py
src/gitflow_analytics/training/model_loader.py
src/gitflow_analytics/training/pipeline.py
src/gitflow_analytics/types/__init__.py
src/gitflow_analytics/types/commit_types.py
src/gitflow_analytics/ui/__init__.py
src/gitflow_analytics/ui/progress_display.py
src/gitflow_analytics/utils/__init__.py
src/gitflow_analytics/utils/commit_utils.py
tests/__init__.py
tests/conftest.py
tests/debug_bulk_exists.py
tests/debug_commit_story_points.py
tests/debug_database_storage.py
tests/debug_jira_enrichment.py
tests/debug_story_points.py
tests/run_all_tests.py
tests/run_security_all_repos.py
tests/run_security_analysis.py
tests/test_atomic_caching.py
tests/test_cache_invalidation.py
tests/test_classification_system.py
tests/test_cli.py
tests/test_config.py
tests/test_config_extends.py
tests/test_config_profiles.py
tests/test_config_story_points.py
tests/test_jira_connection.py
tests/test_llm_commit_classification.py
tests/test_march_2025_comparison.py
tests/test_metrics.py
tests/test_ml_accuracy.py
tests/test_ml_components.py
tests/test_ml_comprehensive.py
tests/test_ml_integration.py
tests/test_pm_env_resolution.py
tests/test_report_abstraction.py
tests/test_reports.py
tests/test_story_points_analysis.py
tests/test_training_pipeline.py
tests/test_two_step_process.py
tests/core/__init__.py
tests/core/test_analyzer.py
tests/core/test_analyzer_merge_stats.py
tests/core/test_cache.py
tests/core/test_data_fetcher.py
tests/core/test_data_fetcher_merge_stats.py
tests/core/test_identity.py
tests/core/test_merge_commit_detection.py
tests/core/test_progress.py
tests/extractors/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_merge_exclusion_workflow.py
tests/integrations/__init__.py
tests/metrics/__init__.py
tests/models/__init__.py
tests/qualitative/__init__.py
tests/qualitative/test_basic_integration.py
tests/reports/__init__.py
tests/test-qa-install/test_error_handling.py
tests/test-qa-install/test_wizard_automated.py
tests/test_cli_wizards/__init__.py
tests/test_cli_wizards/test_menu.py
tests/utils/__init__.py
tests/utils/test_commit_utils.py