chore: remove legacy Vite frontend

This commit is contained in:
Jesse_Chen
2026-07-20 10:36:36 +08:00
parent ee353440ed
commit 751237cb32
90 changed files with 141 additions and 40872 deletions
+2 -2
View File
@@ -170,7 +170,7 @@ VEDASTRO_CAPABILITY_SEEDS: list[dict[str, Any]] = [
"vedastro_capability": "Report Rendering",
"category": "presentation",
"domains": ["report", "image"],
"local_assets": ["report_artifact API", "report_builder.py", "chart_renderer.py", "jyotish-app export"],
"local_assets": ["report_artifact API", "report_builder.py", "chart_renderer.py"],
"can_call_vedastro": False,
"recommended_path": "new_local_impl",
"fastest_path_lane": "local_native_preferred",
@@ -218,7 +218,7 @@ VEDASTRO_CAPABILITY_SEEDS: list[dict[str, Any]] = [
"vedastro_capability": "Birth Time ML / Rectification Assistant",
"category": "birth_time_rectification",
"domains": ["birth"],
"local_assets": ["birth_time_rectifier.py", "rectification_gate", "jyotish-app rectification"],
"local_assets": ["birth_time_rectifier.py", "rectification_gate"],
"can_call_vedastro": True,
"recommended_path": "hybrid_local_plus_vedastro",
"fastest_path_lane": "rest_adapter",