From 67abe9c249c4eaac0bc8dff3351d40fa4d31f380 Mon Sep 17 00:00:00 2001 From: Igor Beylin Date: Sat, 5 Sep 2026 17:46:12 -0400 Subject: [PATCH 1/2] fix(gitignore): drop remediator re-ignore of Claude local settings Website-Bot must match the other undoA repos: session-injected Claude paths stay unignored. The #188 remediator line put .claude/settings.local.json back. Co-authored-by: Cursor --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ab18dc01..6a659ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,6 @@ coverage/ .env .env.local .env.*.local -.claude/settings.local.json .l9-worktrees/ # Safe Haven Golden run evidence and calibration fixtures (generated per run) From 4a4f5943d83a3b8cf0c600af7b909617c7844581 Mon Sep 17 00:00:00 2001 From: Igor Beylin <31744795+cryptoxdog@users.noreply.github.com> Date: Sat, 19 Sep 2026 11:16:54 -0400 Subject: [PATCH 2/2] fix(gitignore): keep Claude settings.local.json ignored Restore the machine-override exclusion this branch deleted so workstation Claude settings cannot be staged by a routine git add. Remediation-Cycle: Quantum-L9/Website-Bot#207/cycle-1 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a659ad6..ab18dc01 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ coverage/ .env .env.local .env.*.local +.claude/settings.local.json .l9-worktrees/ # Safe Haven Golden run evidence and calibration fixtures (generated per run)