From 9952a096a41ac5af3edcf80006f6deb28aa70800 Mon Sep 17 00:00:00 2001 From: FuelBoard Contributor Date: Sun, 16 Aug 2026 21:04:44 +0100 Subject: [PATCH] docs: CT 111 is source of truth; Mac clone read-only mirror --- SOURCE-OF-TRUTH.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SOURCE-OF-TRUTH.md diff --git a/SOURCE-OF-TRUTH.md b/SOURCE-OF-TRUTH.md new file mode 100644 index 0000000..aae3833 --- /dev/null +++ b/SOURCE-OF-TRUTH.md @@ -0,0 +1,9 @@ +# Source of truth + +The source of truth for this repo is the clone on Proxmox CT 111 +(`fuelboard-relay`, 192.168.1.113): `/root/workspace/fuelboard` — since 2026-08-16. + +- Edit BACKLOG.md and any repo content on the CT: `ssh fuelboard-relay` +- Commit as FuelBoard Contributor, push origin (Gitea; PAT in /root/.netrc on the CT) +- This Mac clone (`~/workspace/fuelboard`) is a READ-ONLY mirror — refresh it + interactively with `git pull` (Mac keychain required; agent sessions cannot read it) \ No newline at end of file