Skip to content

Commit a1eb9d4

Browse files
committed
test(governance): guard benchmark playbook step in GLOSSARY
1 parent 59fea06 commit a1eb9d4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

reflective-prompt-library/plans/tests/test_glossary_structure.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ def test_maintenance_playbook_references_round_68(glossary_text: str):
3636
assert "Rounds 1–67" not in playbook and "Rounds 1-67" not in playbook
3737

3838

39+
40+
41+
def test_maintenance_playbook_mentions_benchmark_nine_skill_coverage(glossary_text: str):
42+
playbook = glossary_text.split("## Governance Maintenance Playbook", 1)[1]
43+
assert "test_benchmark_covers_all_nine_workflows" in playbook
44+
assert "MIN_TASK_COUNT" in playbook
45+
3946
def test_approved_spec_delivery_separated_from_playbook(glossary_text: str):
4047
"""Playbook must not run into Approved-Spec without a separator."""
4148
pattern = re.compile(

0 commit comments

Comments
 (0)