Split native Periscope (periscope/src) from inherited PinScope (periscope/dependency).

Keep validate.py and the finding engine as-is. AGPL LICENSE stays at the repo root.
Docker overlays dependency then src. Do not delete the inherited tree.
This commit is contained in:
2026-09-20 14:31:42 +02:00
parent 0a75e5971a
commit c362ef8a56
384 changed files with 742 additions and 433 deletions
+3 -1
View File
@@ -2,13 +2,15 @@
from __future__ import annotations
from tests.paths import SIMPLE_PROJECT, TAXONOMY
import json
from pathlib import Path
from backend.periscopex.functional_groups import build_functional_groups
from backend.periscopex.models import DesignGraph
SIMPLE = Path(__file__).resolve().parents[1] / "simple_project"
SIMPLE = SIMPLE_PROJECT
def _graph() -> DesignGraph: