mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Resolve 7 merge conflicts from main's modular refactoring + JS improvements: - aiservice.py: combine multi-language metadata (omni-java) with main's structure - cmd_init.py: adopt main's modular split (init_config, init_auth, github_workflow) + add Java import - code_replacer.py: main's clean early-return style + omni-java's non-Python single-block fallback - version.py, test_support_dispatch.py, test_javascript_test_runner.py: take main's versions - uv.lock: regenerated Port Java into main's modular structure: - Fix init_java.py lazy imports to point to new modules (init_config, init_auth, github_workflow) - Add Java workflow support to github_workflow.py (detection, template, customization) - Fix broken Java imports (function_optimizer, line_profiler) after main's module moves Add safety tests for merge-critical functions: - test_add_language_metadata.py: 10 tests covering per-language payload correctness - test_code_replacer_matching.py: 8 tests covering fallback chain Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| claude.yml | ||
| codeflash-optimize.yaml | ||
| codeflash.yaml | ||
| e2e-async.yaml | ||
| e2e-bubblesort-benchmark.yaml | ||
| e2e-bubblesort-pytest-nogit.yaml | ||
| e2e-bubblesort-unittest.yaml | ||
| e2e-coverage-optimization.yaml | ||
| e2e-futurehouse-structure.yaml | ||
| e2e-init-optimization.yaml | ||
| e2e-java-fibonacci-nogit.yaml | ||
| e2e-js-cjs-function.yaml | ||
| e2e-js-esm-async.yaml | ||
| e2e-js-ts-class.yaml | ||
| e2e-topological-sort.yaml | ||
| e2e-tracer-replay.yaml | ||
| java-e2e-tests.yml | ||
| label-workflow-changes.yml | ||
| mypy.yml | ||
| prek.yaml | ||
| publish.yml | ||
| unit-tests.yaml | ||