Add protocol-certification M0 catalog, loader, and empty report (2.64.0).

Versioned JSON skeletons without invented ohms/mm/ps. RECOMMENDED is not
FAIL-mandatory; typical-as-standard is rejected. Report Protocolli is empty
until recognition (M1+). Native src overlays inherited periscopex on the
package path.
This commit is contained in:
2026-09-22 11:57:26 +02:00
parent c87adf11a9
commit 36ad979612
20 changed files with 5401 additions and 12 deletions
+5 -2
View File
@@ -16,8 +16,11 @@ for p in (
REPO_ROOT,
):
s = str(p)
if p.is_dir() and s not in sys.path:
sys.path.insert(0, s)
if not p.is_dir():
continue
if s in sys.path:
sys.path.remove(s)
sys.path.insert(0, s)
from backend.vendor_path import ensure_impedancefinder