From 19074bd382b32f74737710f313eebae89e9d1825 Mon Sep 17 00:00:00 2001 From: stranske Date: Thu, 1 Jan 2026 20:46:15 +0000 Subject: [PATCH] chore: add .project_modules.txt for repo-specific modules List diff_holdings and embeddings as first-party modules so sync_test_dependencies.py doesn't flag them as undeclared. This file survives workflow syncs, preventing recurring CI breakage. Requires: stranske/Workflows#441 --- .project_modules.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .project_modules.txt diff --git a/.project_modules.txt b/.project_modules.txt new file mode 100644 index 00000000..4b239e1e --- /dev/null +++ b/.project_modules.txt @@ -0,0 +1,6 @@ +# Repo-specific first-party modules for Manager-Database +# These standalone .py files in root are used by tests but excluded from +# auto-detection (which skips root-level .py files). +# See: https://github.com/stranske/Workflows/pull/441 +diff_holdings +embeddings