📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-21 09:15:23 +00:00
parent 0e1bb1aef3
commit 3d137606c0
805 changed files with 93512 additions and 4532 deletions
@@ -127,6 +127,10 @@ class EditorialBundlesTests(unittest.TestCase):
bundle,
)
self.assertEqual(manifest["name"], plugin_name)
if bundle.get("defaultPrompts"):
self.assertEqual(manifest["interface"]["defaultPrompt"], bundle["defaultPrompts"])
if bundle.get("positioning"):
self.assertEqual(manifest["interface"]["shortDescription"], bundle["positioning"])
self.assertLessEqual(
len(plugin_name),
max_name_length,