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