From 0e3adb5a1374cdf0cfbff13cb69635d169698d61 Mon Sep 17 00:00:00 2001 From: 732642856 <732642856@qq.com> Date: Thu, 2 Jul 2026 15:40:34 +0800 Subject: [PATCH] Add domain invocation governance contracts --- jyotish-app/main.js | 29 +++ mcp_server.py | 159 +++++++++++++++ progress.md | 10 + scripts/jyotish_api_server.py | 63 ++++++ scripts/jyotish_engine.py | 42 ++++ tests/test_cli_smoke.py | 16 ++ tests/test_frontend_productization.py | 5 + ...ation_source_advanced_pipeline_contract.py | 191 ++++++++++++++++++ 8 files changed, 515 insertions(+) create mode 100644 tests/test_interpretation_source_advanced_pipeline_contract.py diff --git a/jyotish-app/main.js b/jyotish-app/main.js index d5cec00a..6e19e473 100644 --- a/jyotish-app/main.js +++ b/jyotish-app/main.js @@ -1274,6 +1274,7 @@ function renderAIPromptPackPanel(cd) { ` : ''} ${renderStrictWorkflowContractPanel(vedastroOfficial)} + ${renderInterpretationSourceGovernancePanel(evidence)}