From 36c931ae63fe6fb35dde13900d633b73c51a04bf Mon Sep 17 00:00:00 2001 From: Elmehdi Aitbrahim Date: Fri, 24 Jul 2026 19:46:18 -0400 Subject: [PATCH] chore(gitignore): ignore supervised-live sandbox operational files config.live-sandbox.yaml, keel-live-run.sh, and com.keel.live.plist are the operator's tiny-cap confirm-mode live-detector bundle (authored in the dev repo, deployed to ~/Documents/Keel). They mirror the already-ignored paper-forward operational files and must never be committed. Their ignore lines had only ever lived in the working tree, so the three files were showing as untracked. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 76dcdaff..a8b039cd 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,7 @@ config.local.yaml config.paperforward.yaml paperforward-run.sh com.keel.paperforward.plist +# supervised-live sandbox (tiny-cap confirm-mode turtle detector; operational, never shipped) +config.live-sandbox.yaml +keel-live-run.sh +com.keel.live.plist