Add instance system guide nav (default off) with overview/options/hedge manual.

EOF

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-19 09:23:30 +08:00
parent eea4d4ff8f
commit 5e0ce43415
18 changed files with 449 additions and 5 deletions
+2
View File
@@ -30,9 +30,11 @@ def test_embed_tabs_cover_main_nav():
assert "records" in EMBED_TABS
assert "env_config" in EMBED_TABS
assert "risk_policy" in EMBED_TABS
assert "system_guide" in EMBED_TABS
assert "settings" in EMBED_TABS
assert path_to_embed_tab("/env_config") == "env_config"
assert path_to_embed_tab("/risk_policy") == "risk_policy"
assert path_to_embed_tab("/system_guide") == "system_guide"
assert path_to_embed_tab("/settings") == "settings"