Сохранить phase83 semantic specs и autorun canary

This commit is contained in:
2026-05-01 22:39:02 +03:00
parent 551f9c5673
commit 491bb430dc
12 changed files with 810 additions and 52 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class AgentSemanticPackBuilderTests(unittest.TestCase):
catalog_checked_steps = [
step for step in spec["steps"] if step.get("expected_catalog_chain_top_match")
]
self.assertEqual(len(catalog_checked_steps), 13)
self.assertEqual(len(catalog_checked_steps), 15)
if __name__ == "__main__":