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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user