feat: implement assurance graph and screening evidence

This commit is contained in:
2026-08-01 17:48:39 +02:00
parent bbf7288e14
commit a23b53dc9e
18 changed files with 4005 additions and 42 deletions
+5
View File
@@ -48,6 +48,11 @@ class ManifestTests(unittest.TestCase):
self.assertIsNotNone(manifest.route_factory)
self.assertIsNotNone(manifest.migration_spec)
self.assertIsNotNone(manifest.frontend)
self.assertEqual("vertical_slice", manifest.architecture.maturity)
self.assertIn(
"governance_overlay",
manifest.architecture.supported_authority_modes,
)
self.assertEqual(
"connectors.sanctions_snapshots",
manifest.requires_interfaces[0].name,