From e531740bb93c7d6eefe62a89159e31aef2b36242 Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Mon, 31 Aug 2026 09:26:15 +0200 Subject: [PATCH] docs: record MobilityOps history blocker --- docs/REPOSITORY_SANITATION.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/REPOSITORY_SANITATION.md diff --git a/docs/REPOSITORY_SANITATION.md b/docs/REPOSITORY_SANITATION.md new file mode 100644 index 0000000..10b381a --- /dev/null +++ b/docs/REPOSITORY_SANITATION.md @@ -0,0 +1,9 @@ +# Repository sanitation status + +Generated live deployment/demo summaries containing the operator's private Gitea, Unraid, application and n8n endpoints were removed from the current tree. An `artifacts/.gitignore` policy prevents deployment summaries, screenshots, logs, databases and archives from returning as ad-hoc source changes. + +## HISTORY_REWRITE_REQUIRED + +Earlier commits contain the removed summaries and may contain associated screenshots or generated evidence under `artifacts/`. Those objects remain recoverable from Git history. + +Before public review, inventory every tracked artifact and all Git objects for credentials, fleet/person/location data, private endpoints, n8n metadata, screenshots, databases, archives and large binaries. Retain only deterministic, synthetic release evidence in a future public source set. No history, tag or release was rewritten or deleted during this campaign.