Commit Graph
8 Commits
Author SHA1 Message Date
hangshuo652 273a3f8211 feat: SQL between/hostvar-key alignment, class-condition parsing, gcov merge across scenario runs 2026-08-09 17:43:00 +08:00
hangshuo652 54d4e81240 feat: phase2 review fixes
- TIME injection: change from spaces to '2500' (hour>23) for NUMVAL trigger
- Runner: add .resolve() to work_dir to fix chdir+relative path breakage
- Coverage: per-target field overrides for DP#9-#12 (START-DATE=20240115 etc.)
- .gitignore: add compilation artifacts, temp scripts, test outputs
2026-07-15 21:46:28 +08:00
hangshuo652 f3be17e5eb feat: 多轮运行 + GCOV 合并 + JSON 出力 + DesignDataGenerator 2026-07-12 21:04:58 +08:00
hangshuo652 af37e33b98 feat: DB管线补全 + 新增orchestrator_db/program_schema/to_sql + 清理临时脚本 2026-07-11 14:55:52 +08:00
hangshuo652 40e8a50ab4 fix: gcov Windows本地化 + runner合并 + 决策覆盖率修复
- gcov从WSL 15.2改为Windows MinGW 9.2.0,消除.gcno格式不匹配
- coverage.py去除leaf_stats复位bug(决策覆盖率恢复)
- runner.py合并V3编译+SOURCE分组执行+出力保存
- __init__.py gcov条件/outdir解析修复
2026-07-02 21:26:51 +08:00
hangshuo652andClaude bc1d56d1a4 feat: Phase 2 complete — 13 Phases of COBOL type classification and test benchmark
P0.6: gcov infrastructure
P1: extract_structure output expansion (11 new feature fields)
P2: Confusion group rule engine (8 pairs + contradiction + backtrack)
P3: 4-factor confidence calculation + quality gate update
P4: 33+2 COBOL program type test samples (22 files, 7 categories)
P5: parametrized/ test data generation engine
P6: japanese_data.py lookup tables
P7-10: Type-specific test suites (~159 parametrized tests)
P11: Full classification pipeline (classify_program) + orchestrator integration
P12: Documentation (module-interfaces, test-plan v3.0, coverage-matrix)

Architecture decisions:
- classification_pipeline/ merged to hina/pipeline/
- parametrized/ as independent module
- japanese_data.py as root-level file
- hina/__all__ only exports classify_program()

Co-Authored-By: Claude <[email protected]>
2026-06-19 23:51:55 +08:00
hangshuo652 c93104e6bf feat: Phase 3+4 - gcov support + enhanced report 2026-06-18 16:31:54 +08:00
hangshuo652 818e81269c v3: gstack-code-gen 生成 2026-05-24 12:36:44 +08:00