aboutsummaryrefslogtreecommitdiff
path: root/assets/outbox/2026-07-01-2143-from-rulesets-archsetup-tooling-note.txt
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-02 01:30:51 -0400
committerCraig Jennings <c@cjennings.net>2026-07-02 01:30:51 -0400
commitdf8dbce47bdff1e8211d5865b4b97f95c17a30b9 (patch)
tree8f99e6e1ad412f3cf1f7a20aaee786b9cfece13d /assets/outbox/2026-07-01-2143-from-rulesets-archsetup-tooling-note.txt
parent2c602e1a208210a08cb7fff046e4dc25bef2c143 (diff)
downloadarchsetup-df8dbce47bdff1e8211d5865b4b97f95c17a30b9.tar.gz
archsetup-df8dbce47bdff1e8211d5865b4b97f95c17a30b9.zip
chore: archive processed broadcast notes to the outbox
Diffstat (limited to 'assets/outbox/2026-07-01-2143-from-rulesets-archsetup-tooling-note.txt')
-rw-r--r--assets/outbox/2026-07-01-2143-from-rulesets-archsetup-tooling-note.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/outbox/2026-07-01-2143-from-rulesets-archsetup-tooling-note.txt b/assets/outbox/2026-07-01-2143-from-rulesets-archsetup-tooling-note.txt
new file mode 100644
index 0000000..6f62d17
--- /dev/null
+++ b/assets/outbox/2026-07-01-2143-from-rulesets-archsetup-tooling-note.txt
@@ -0,0 +1,5 @@
+Security check from rulesets — action needed: your CLAUDE.md is tracked.
+
+Same broadcast as the tooling-check note also in your inbox, plus a project-specific finding: archsetup is gitignore-mode (anchored /.ai/ style) but CLAUDE.md is currently TRACKED in git. The fixed sweep just added /CLAUDE.md and /AGENTS.md to your .gitignore, but an ignore line never untracks an already-tracked file.
+
+Action: git rm --cached CLAUDE.md (keeps the file on disk), then commit. Your only remote is private cjennings.net, so no public exposure is known — but verify with Craig that the bare repo carries no mirror hook, since .emacs.d's exposure rode exactly that.