From 1a9d0477bff7e1db56acda106a21ae73996587ad Mon Sep 17 00:00:00 2001 From: znetsixe Date: Tue, 19 May 2026 22:32:13 +0200 Subject: [PATCH] chore: bump rotatingMachine submodule + gitignore local Claude artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submodule pointer: - rotatingMachine @ 8c5822c style(editor): drop fixed max-width on rotor SVG — let it fill the panel Repo hygiene: - Add .repo-mem/, .codex, CLAUDE.local.md to .gitignore. These are per-developer Claude Code state (memory store, IDE marker, per-machine conventions) that shouldn't ever land in the repo. .repo-mem alone is hundreds of MB on disk. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 6 ++++++ nodes/rotatingMachine | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 875b2df..04458d3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,9 @@ npm-debug.log* # Local tooling env (developer-specific MCP endpoints/tokens) tools/.env + +# Local-only Claude Code state — memory store, IDE marker, per-machine +# conventions file. Never commit, never publish. +.repo-mem/ +.codex +CLAUDE.local.md diff --git a/nodes/rotatingMachine b/nodes/rotatingMachine index c9970c0..8c5822c 160000 --- a/nodes/rotatingMachine +++ b/nodes/rotatingMachine @@ -1 +1 @@ -Subproject commit c9970c0c578f925e4e6cf1fc9bdada4eefc5674c +Subproject commit 8c5822c8533681f4e86a31e06156436faa5ff2f0