From 9eac02ddcb6ba7baad5cc6a7a4f02bab867ec458 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 8 Jun 2026 01:14:12 -0400 Subject: [PATCH] feat(tests): populate test_categories.toml with cross-cutting entries --- tests/test_categories.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/test_categories.toml diff --git a/tests/test_categories.toml b/tests/test_categories.toml new file mode 100644 index 00000000..8d3c19e3 --- /dev/null +++ b/tests/test_categories.toml @@ -0,0 +1,28 @@ +# Hand-curated registry for cross-cutting and ambiguous tests. +# Auto-inferred records that are correct do NOT need entries here. +# Generated 2026-06-08 from --audit --strict output. +# Strict mode found zero cross-cutting auto-classified files (no file has +# multiple subsystems in auto-inference). Registry exists for future +# cross-cutting entries the user may identify. + +[files.test_arch_boundary_phase1] +subsystems = ["architecture", "mma"] +batch_group = "mma" +notes = "Phase 1 of arch-boundary refactor; explicit cross-cutting label" + +[files.test_arch_boundary_phase2] +subsystems = ["architecture", "mma"] +batch_group = "mma" + +[files.test_arch_boundary_phase3] +subsystems = ["architecture", "mma"] +batch_group = "mma" + +[files.test_tier4_interceptor] +subsystems = ["tier4", "mma"] +batch_group = "mma" +notes = "Tier 4 QA interceptor; touches mma orchestration" + +[files.test_tier4_patch_generation] +subsystems = ["tier4", "mma"] +batch_group = "mma"