Commit Graph

5 Commits

Author SHA1 Message Date
ganjihong 95cae203f4 refactor(cdsl_engine): freeze legacy engine paths under legacy/
Phase 7 of the decoupling refactor (behavior-preserving move):
- legacy/llm_compiler.py, legacy/llm_engine.py: frozen build_pack path
  (unused by run_cdsl_only), moved with git mv for history
- legacy/exact_rebuild.py: _run_parameterized / _run_exact /
  _apply_geometric_compensations moved out of rebuild.py, including
  the part-specific compensation table
- rebuild.py keeps run_rebuild / run_cdsl_only / compare_with_gold and
  imports the moved functions
- llm_compiler.py / llm_engine.py become compatibility shims

Frozen zone: new capability belongs in executors/ + schema contracts.
The project-specific compensation no longer sits in the main pipeline.
2026-09-09 14:02:53 +08:00
likang fd8c0c37ad 优化engine 2026-08-24 10:01:21 +08:00
likang 91a443d990 提交env 2026-08-21 15:22:15 +08:00
likang 41ed846c23 change 2026-08-21 11:13:18 +08:00
likang beba8744b4 Initial commit 2026-08-19 19:34:30 +08:00