Stamp 2.59.0 Docker leftover seams only, not PinScope product.

Images copy periscope/src, vendor/, and skipped Clerk/shadcn/billing/GCS
files. dependency/ stays in git. Audit written; FastAPI boots with
PYTHONPATH=src.
This commit is contained in:
2026-09-20 21:03:26 +02:00
parent 22bc075c58
commit ed3fff565d
11 changed files with 137 additions and 16 deletions
@@ -28,9 +28,9 @@ def test_legal_pages_are_operator_not_faradworks_controller():
assert "This Service is **not** operated by Faradworks, Inc." in terms
def test_changelog_stamp_is_2_58_0_and_src_wins():
def test_changelog_stamp_is_2_59_0_and_src_wins():
text = (SRC / "changelog.md").read_text(encoding="utf-8")
assert "## 2.58.0 — 2026-09-20" in text
assert "## 2.59.0 — 2026-09-20" in text
first = changelog_paths()[0]
assert first.parts[-3:] == ("src", "frontend", "content") or first.name == "changelog.md"
assert first == SRC / "changelog.md"