From 57881598c0637ee71c35819330615cd2e1fe62c8 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 2 Jul 2026 11:22:15 -0700 Subject: [PATCH] fix(spec): add test_linker_cache to PyInstaller hiddenimports (TAP-4571) Module tapps_mcp.project.test_linker_cache (added by #195) was missing from tapps_mcp.spec hiddenimports, re-reddening master on test_all_modules_have_hidden_imports. Restores a green full suite. Co-Authored-By: Claude Opus 4.8 (1M context) --- tapps_mcp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tapps_mcp.spec b/tapps_mcp.spec index d96ca663..8e6bb09b 100644 --- a/tapps_mcp.spec +++ b/tapps_mcp.spec @@ -196,6 +196,7 @@ a = Analysis( "tapps_mcp.project.call_graph_gap_classify", "tapps_mcp.project.diff_impact", "tapps_mcp.project.test_linker", + "tapps_mcp.project.test_linker_cache", "tapps_mcp.project.report", "tapps_mcp.project.import_graph", "tapps_mcp.project.cycle_detector",