Expose functional role layer in skill map

This commit is contained in:
732642856
2026-06-28 18:23:06 +08:00
parent 6aeb59e888
commit 499fb3d7ee
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -1378,6 +1378,16 @@ def test_skill_workbench_exposes_all_expected_advanced_actions() -> None:
assert token in skill_map
def test_skill_map_surfaces_functional_benefic_malefic_audit_row() -> None:
skill_map = read("skill-map.js")
for token in [
"Functional Benefic/Malefic",
"功能吉凶星",
"Technique Audit Table",
]:
assert token in skill_map
def test_rectification_ui_exposes_decision_plan_and_execution_order() -> None:
rect_engine = read("rectification-engine.js")
rect_ui = read("rectification.js")