Skip to content

Epich 2 & 3 with enhanced researcher#63

Open
alkalisoda wants to merge 53 commits into
vibing-ai:mainfrom
alkalisoda:enhanced-researcher
Open

Epich 2 & 3 with enhanced researcher#63
alkalisoda wants to merge 53 commits into
vibing-ai:mainfrom
alkalisoda:enhanced-researcher

Improve goalkeeper saves handling and research data organization

3b07dd5
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 3, 2025 in 0s

439 new issues (0 max.) of at least severity.

Annotations

Check warning on line 19 in ai-backend/examples/quick_narrative_demo.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/examples/quick_narrative_demo.py#L19

Method quick_demo has 57 lines of code (limit is 50)

Check warning on line 646 in ai-backend/scriber_agents/editor.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/editor.py#L646

Method validate_article has 59 lines of code (limit is 50)

Check warning on line 520 in ai-backend/scriber_agents/narrative_planner.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/narrative_planner.py#L520

Method _generate_writing_guidance has 61 lines of code (limit is 50)

Check warning on line 713 in ai-backend/scriber_agents/narrative_planner.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/narrative_planner.py#L713

Method _initialize_query_templates has 296 lines of code (limit is 50)

Check warning on line 1105 in ai-backend/scriber_agents/narrative_planner.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/narrative_planner.py#L1105

Method _calculate_enhanced_confidence has a cyclomatic complexity of 10 (limit is 8)

Check warning on line 1281 in ai-backend/scriber_agents/pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/pipeline.py#L1281

Method _extract_player_stats has 66 lines of code (limit is 50)

Check warning on line 271 in ai-backend/scriber_agents/researcher.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/researcher.py#L271

Method get_storyline_from_game_data has 99 lines of code (limit is 50)

Check warning on line 687 in ai-backend/scriber_agents/researcher.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/researcher.py#L687

Method get_history_from_team_data has 63 lines of code (limit is 50)

Check warning on line 38 in ai-backend/scriber_agents/writer.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/writer.py#L38

Method __init__ has 63 lines of code (limit is 50)

Check warning on line 316 in ai-backend/scriber_agents/writer.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/scriber_agents/writer.py#L316

Method _format_narrative_guidance has a cyclomatic complexity of 14 (limit is 8)

Check warning on line 13 in ai-backend/test_intelligence_integration.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/test_intelligence_integration.py#L13

Method test_intelligence_integration has 77 lines of code (limit is 50)

Check warning on line 198 in ai-backend/tests/test_narrative_planner.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/tests/test_narrative_planner.py#L198

Method test_team_performance_generation has a cyclomatic complexity of 9 (limit is 8)

Check warning on line 258 in ai-backend/utils/query_cache.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

ai-backend/utils/query_cache.py#L258

Method get_cache_stats has a cyclomatic complexity of 9 (limit is 8)

Check warning on line 42 in scripts/populate_historical_records.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

scripts/populate_historical_records.py#L42

Method populate_player_career_highs has 68 lines of code (limit is 50)

Check warning on line 45 in scripts/test_epic2_implementation.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

scripts/test_epic2_implementation.py#L45

Method validate_schema_enhancements has 60 lines of code (limit is 50)

Check warning on line 137 in sports_intelligence_layer/data/query_template_validator.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/data/query_template_validator.py#L137

Method _classify_query has a cyclomatic complexity of 16 (limit is 8)

Check warning on line 210 in sports_intelligence_layer/dataset_op/player_stats_extractor.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/dataset_op/player_stats_extractor.py#L210

Method _create_player_record has 9 parameters (limit is 8)

Check warning on line 183 in sports_intelligence_layer/dataset_op/team_stats_extractor.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/dataset_op/team_stats_extractor.py#L183

Method _extract_team_milestones has a cyclomatic complexity of 10 (limit is 8)

Check warning on line 280 in sports_intelligence_layer/src/database.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/src/database.py#L280

Method get_player_stat_sum has 75 lines of code (limit is 50)

Check warning on line 280 in sports_intelligence_layer/src/database.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/src/database.py#L280

Method get_player_stat_sum has a cyclomatic complexity of 11 (limit is 8)

Check warning on line 365 in sports_intelligence_layer/src/database.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/src/database.py#L365

Method run_from_parsed has 104 lines of code (limit is 50)

Check warning on line 275 in sports_intelligence_layer/src/query_parser.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/src/query_parser.py#L275

Method _extract_entities has a cyclomatic complexity of 23 (limit is 8)

Check warning on line 67 in sports_intelligence_layer/tests/test_end_to_end.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/tests/test_end_to_end.py#L67

Method test_parser_only has 51 lines of code (limit is 50)

Check warning on line 202 in sports_intelligence_layer/tests/test_end_to_end.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sports_intelligence_layer/tests/test_end_to_end.py#L202

Method test_end_to_end has a cyclomatic complexity of 13 (limit is 8)

Check warning on line 38 in test_iterative_researcher_fixed.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test_iterative_researcher_fixed.py#L38

Method create_comprehensive_test_data has 124 lines of code (limit is 50)