feat(upstream): snapshot a6f47abd, REST VedAstro path, and 116-technique truth layer

Advance the one-way import to git commit a6f47abd with consultation keypath golden, switch official VedAstro comparison to the REST Calculate bridge, and receive the 25 new registry entries behind research_only_blocked.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-09-03 17:35:26 +08:00
parent 01a4536333
commit 45d132588f
1184 changed files with 464058 additions and 70 deletions
+4 -4
View File
@@ -4,10 +4,10 @@
This artifact turns the parity matrix plus live official catalog snapshot into
an execution-friendly view:
- what should go through official MCP
- what should go through the official REST Calculate bridge (default)
- what should go through the official Python bridge
- what should go through the REST adapter
- what should stay local because the repo is already stronger there
- official MCP remains protocol-probe only after tools/call regression
"""
from __future__ import annotations
@@ -27,9 +27,9 @@ DEFAULT_MARKDOWN_PATH = ROOT / "docs" / "research" / "vedastro_fast_path_checkli
CATALOG_PATH = ROOT / "scratch" / "local" / "vedastro_adapter" / "method_catalog_snapshot.json"
LANE_TITLES = {
"official_mcp": "Direct Official MCP",
"official_mcp": "Official MCP protocol probe only",
"official_python_bridge": "Official Python Bridge",
"rest_adapter": "REST Adapter",
"rest_adapter": "Official REST Calculate bridge",
"local_native_preferred": "Local Native Preferred",
"hybrid_router": "Hybrid Router",
"external_evidence_only": "External Evidence Only",