From 15a8446f632b14a9a07cfa72ea73b10a3a999a98 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 4 May 2026 14:53:28 -0400 Subject: [PATCH] CLAUDE.md: correct stale "not a git working tree" note The workspace has been a normal git working tree (origin gitea.dohertylan.com) for some time; the safety-note line claiming otherwise was misleading. Replaced with a one-liner pointing at the actual remote. Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4ec7524..b91d57e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -123,4 +123,4 @@ Unit tests are golden-byte and round-trip oriented — `WcfDataQueryProtocolTest - Never commit credentials, hostnames, user names, customer tag names, or raw packet captures. Use placeholders in docs. - Run a sanitization scan after touching auth/capture docs (the rg pattern is in handoff.md "Next Pickup Steps"). - Production code under `src/` must remain pure managed .NET 10 with no native AVEVA reference. Reverse-engineering harnesses under `tools/` may reference native binaries. -- This workspace is not a Git working tree in the current checkout — track changes via file timestamps or external backup. +- This workspace IS a Git working tree (origin: gitea.dohertylan.com). Use normal git workflow; the prior note about "no working tree, track via timestamps" is obsolete.