From f9bc90dda131df09269f22b5d045a758447d4500 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sat, 20 Jun 2026 05:53:48 +0200 Subject: [PATCH] =?UTF-8?q?chore(linkedin-studio):=20track=20STATE.md=20?= =?UTF-8?q?=E2=80=94=20remove=20from=20.gitignore=20per=20global=20continu?= =?UTF-8?q?ity=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The global continuity rule supersedes the old polyrepo convention: STATE.md is now tracked and committed per repo (never gitignored). Remove STATE.md from .gitignore; the other session-local entries (REMEMBER/ROADMAP/TODO/NEXT-SESSION/*.local.md) stay ignored as deprecated local mechanisms. STATE.md content reflects current state-of-play (S29c done/pushed; S29d next). NOT pushed: held local pending the config-audit plugin's cross-repo brief that will standardize STATE + per-repo conventions (operator: "kommer tilbake til det"). The remote is an "open/" namespace — public/private to be confirmed before STATE is ever pushed. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_016qgzo6rxthw7KuxHjn5vyE --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d64478d..e22d27c 100644 --- a/.gitignore +++ b/.gitignore @@ -58,8 +58,8 @@ docs/**/.session-state.local.json scripts/analytics/node_modules/ scripts/analytics/build/ -# --- session/local state (gitignored per ~/.claude polyrepo-konvensjon) --- -STATE.md +# --- session/local state --- +# STATE.md is intentionally TRACKED (global continuity rule supersedes the old polyrepo gitignore convention) REMEMBER.md ROADMAP.md TODO.md