chore: remove legacy Vite frontend
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user