feat: add repository mesh reconciliation round

This commit is contained in:
2026-04-30 10:50:07 -03:00
parent 3d2748adf5
commit b79fdce99d
113 changed files with 81555 additions and 22807 deletions

View File

@@ -35,6 +35,9 @@ class FullGenerationTests(unittest.TestCase):
self.assertTrue((project / "dados" / "snapshot-ecossistema.json").exists())
self.assertTrue((project / "relatorios-docx" / "RELATORIO-GERAL-DO-ECOSSISTEMA-humana.docx").exists())
self.assertTrue((project / "graficos" / "matriz-plataforma-perfil.svg").exists())
self.assertTrue((project / "dados" / "mcp-provider-mais-humana.json").exists())
self.assertTrue((project / "matrizes" / "mcp-contratos-humanos.csv").exists())
self.assertTrue((project / "ecossistema" / "UI-RENDERER-SAME-SOURCE-POLICY.md").exists())
self.assertTrue((central / "controle-semantico.sqlite").exists())
counts = table_counts(central / "controle-semantico.sqlite")
self.assertGreater(counts["files"], 0)