From 141c15635fa80ba36be124b7aef5fbe4add05536 Mon Sep 17 00:00:00 2001 From: DLANSAMA <258674612+DLANSAMA@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:03:15 -0400 Subject: [PATCH] docs: stop publishing a maintainer's absolute home path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs/plans/post-audit-gameplan.md carried a literal /home//... path in its pasteable session brief, so a tracked, published file named the maintainer's account. privacy_smoke does flag it, but only on the machine it belongs to: the check derives the account name from the local environment, and on a GitHub runner that is "runner", so CI has never had a reason to fail. The brief does not need an absolute path — the checkout location is whatever the reader's is. Found while running the pre-release gates for 0.5.0. One occurrence repo-wide; `git grep /home/` is now clean. --- docs/plans/post-audit-gameplan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plans/post-audit-gameplan.md b/docs/plans/post-audit-gameplan.md index 76a5783..1351387 100644 --- a/docs/plans/post-audit-gameplan.md +++ b/docs/plans/post-audit-gameplan.md @@ -351,7 +351,7 @@ Before merging to `main`: ## 8. Pasteable brief for a new Claude session ```text -You are working in /home/dylanr/Projects/platecli on branch feat/tui (or main if TUI already merged). +You are working in your local platecli checkout on branch feat/tui (or main if TUI already merged). Execute docs/plans/post-audit-gameplan.md.