Skip to content

Commit 698d4a5

Browse files
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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.24] - 2026-03-26
11+
12+
### Docs
13+
- Update code2llm_output/README.md
14+
- Update code2llm_output/context.md
15+
- Update docs/README.md
16+
- Update project/README.md
17+
- Update project/context.md
18+
19+
### Other
20+
- Update analyze_files.py
21+
- Update code2llm_output/analysis.toon.yaml
22+
- Update demo_planfile_usage.py
23+
- Update enhanced_analyze.py
24+
- Update example_standalone.py
25+
- Update generate_from_files.py
26+
- Update generate_planfile.py
27+
- Update planfile/analysis/__init__.py
28+
- Update planfile/analysis/external_tools.py
29+
- Update planfile/analysis/generator.py
30+
- ... and 17 more files
31+
1032
## [0.1.23] - 2026-03-26
1133

1234
### Docs

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.23
1+
0.1.24

0 commit comments

Comments
 (0)