From 2af4f20dc3f9c26e78ac9f69dcb26a02ca5be65c Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Wed, 8 Jul 2026 03:03:30 -0700 Subject: [PATCH 1/2] test(ui): add AGPL-3.0 badge to footer to validate visual-capture pipeline Deliberate small, real, visible test change -- not a feature PR. Used to confirm the newly-activated before/after screenshot capture pipeline renders correctly end-to-end on a real gittensory-ui PR (production before-shot vs. this PR's preview-deploy after-shot). --- apps/gittensory-ui/src/components/site/site-footer.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/gittensory-ui/src/components/site/site-footer.tsx b/apps/gittensory-ui/src/components/site/site-footer.tsx index 5a81be8731..b22261d178 100644 --- a/apps/gittensory-ui/src/components/site/site-footer.tsx +++ b/apps/gittensory-ui/src/components/site/site-footer.tsx @@ -1,6 +1,8 @@ import { Link } from "@tanstack/react-router"; import { Github } from "lucide-react"; +import { Badge } from "@/components/ui/badge"; + import { GittensoryMark } from "./mark"; import { HealthDot } from "./health-dot"; @@ -122,6 +124,9 @@ export function SiteFooter() { {" "} OSS project. + + AGPL-3.0 + From 59275be01c39715321d183d8932188e14ba96b2f Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Wed, 8 Jul 2026 12:05:26 -0700 Subject: [PATCH 2/2] test(selfhost): retrigger visual-capture review against the new S3 bucket Empty commit to force a fresh gittensory-orb capture cycle after wiring edge-us-01 to REVIEW_AUDIT_S3_PUBLIC_URL, to confirm screenshot URLs now point at the public bucket instead of the Tailscale-only origin.