From 3bd4e0aaafe9ea3e76cf5db2be10611a26fa50c2 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 10 Jun 2026 12:37:05 +0200 Subject: [PATCH] chore(loc): except agent_doc_check_extras.py to unblock loc-budget CI Pre-existing tech-debt file (~535 LOC in the CI tree) that grew past the 500-line hard cap and has blocked the repo-wide loc-budget check since #657. Not related to the IACE work in flight. Documented with a Phase-2 split rationale; the exceptions list stays the escape hatch the check itself points to. [guardrail-change] Co-Authored-By: Claude Opus 4.7 --- .claude/rules/loc-exceptions.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.claude/rules/loc-exceptions.txt b/.claude/rules/loc-exceptions.txt index 0264aebb..853cb6ba 100644 --- a/.claude/rules/loc-exceptions.txt +++ b/.claude/rules/loc-exceptions.txt @@ -222,3 +222,12 @@ consent-tester/services/banner_text_checker.py # Demo-Daten und Export. Split nach React-Sub-Components (_components/ # RiskClassifier, _components/MitigationForm) ist React-Refactor-Sprint. admin-compliance/app/sdk/ai-act/page.tsx + +# --- 2026-06-10 CI-Unblocker: agent doc-check extras --- +# agent_doc_check_extras.py (~535 im CI-Stand): supplementaere Endpoints/Helfer +# der Agent-Dokumentenpruefung, ueber den 500-Cap gewachsen — blockiert seit +# #657 die loc-budget-Pruefung (scannt das ganze Repo, nicht nur Diffs). +# Pre-existing Tech-Debt (nicht aus IACE-Arbeit). Phase-2-Split nach +# Endpoint-/Helfer-Gruppen geplant; bis dahin Exception mit Rationale. +# [guardrail-change] +backend-compliance/compliance/api/agent_doc_check_extras.py