Commit 698d4a5
committed
refactor(docs): code analysis engine
changes:
- file: analyze_files.py
area: analyzer
removed: [_generate_summary, ExtractedIssue, _map_category_to_task_type, _create_sprint, _extract_from_yaml_structure, generate_sprints, +17 more]
- file: demo_planfile_usage.py
area: core
removed: [run_command, main]
- file: enhanced_analyze.py
area: analyzer
removed: [_generate_summary, ExtractedIssue, _map_category_to_task_type, _create_sprint, _extract_from_yaml_structure, generate_sprints, +17 more]
- file: example_standalone.py
area: core
removed: [example_1_basic_usage, example_2_with_openai, example_3_custom_client, example_4_model_configuration, my_llm_client]
- file: generate_from_files.py
area: core
removed: [main, _generate_risks, __init__, _generate_target_metrics, _print_planfile_summary, _extract_key_metrics, +7 more]
- file: generate_planfile.py
area: core
removed: [get_mock_code2llm_data, parse_redup_output, get_mock_redup_data, run_redup, generate_sprints, get_mock_vallm_data, +13 more]
- file: external_tools.py
area: analyzer
added: [parse_redup_output, _mock_vallm_data, run_vallm, ExternalToolRunner, __init__, AnalysisResults, +9 more]
- file: generator.py
area: analyzer
added: [_external_to_internal_analysis, generate_with_external_tools, _extract_external_metrics]
modified: [__init__, _extract_key_metrics, generate_from_analysis, PlanfileGenerator]
- file: commands.py
area: cli
modified: [validate_strategy_cli, review_strategy_cli]
- file: practical_planfile_example.py
area: core
removed: [show_strategy_content, run_planfile_command, main]
- file: simple_planfile_demo.py
area: core
removed: [run_simple_command, main]
dependencies:
flow: "commands→generator→external_tools"
- generator.py -> external_tools.py
- commands.py -> generator.py
stats:
lines: "+1981/-3919 (net -1938)"
files: 28
complexity: "Large structural change (normalized)"1 parent 68ad289 commit 698d4a5
36 files changed
Lines changed: 2006 additions & 3922 deletions
File tree
- code2llm_output
- docs
- planfile
- analysis
- cli
- project
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
10 | 32 | | |
11 | 33 | | |
12 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments